Artifact
5fafa0c5ec48ef223047070960c78eac40876c846c1387ac7579485609adb2c2:
- File
src/fossil.pikchr.js
-
2020-09-18 19:06:30
— part of check-in
[947c039073]
on branch trunk
— Reimplemented pikchr show/hide entirely in CSS, so it's now controlled by toggling the 'source' class on the outermost DIV element. Less JS and easier to implement in 3rd-party pikchr clients.
(user:
stephan
size: 3081)
-
2020-10-10 17:54:36
— part of check-in
[7803cfeff4]
on branch wiki-history
— Merge in trunk
(user:
george
size: 3081)
-
2021-02-14 21:28:19
— part of check-in
[0516f4d3c8]
on branch ui-local-diff
— Brought graham's ui-local-diff branch up to date with respect to trunk.
This is not a simple merge, because it had to accommodate several
conflicting changes, so it needs to be re-checked for sanity before
being merged down to trunk. Also, some of the changes I made simply
reduce the size of the resulting diff relative to trunk and need to be
reverted; these are primarily 2-line splits of "else/if" so the
branch-specific change doesn't repeat the following "if" condition,
which is now the "else if" condition. I think this sort of thing aids
understanding of the diff, even though it breaks the style guidelines.
(user:
wyoung
size: 3081)