| Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit dfd75716b5a145d8033678702f0f23cab7d5a75b.
Site specific customizations that don't belong in this repository.
|
|
This reverts commit 4bb0286b0534924d3e8644fa37236c30a680059d.
Should be done at scss.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 6ad99aab0dce67761640c9829ba2b7b29252f73d.
|
|
|
|
|
|
- refactor out css/by-view/activity.scss
- style author, summery, date
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug: Rapid transition between states on hovering over nodes. @alon I
know you’ve dealt with such a bug so let’s discuss :)
|
|
|
|
|
|
|
|
|
|
activity widget that will show:
- history for document loaded, gotten via clone REST api
- activity as it happens, identical to diffs received but with the
context - which user, when if a topo diff what sentence created it.
|
|
|
|
|
|
|
|
|
|
Also: See issues #508 + #509
|
|
show up longer on taller screens
|
|
|
|
selected nodes - nodes the user selected directly, via search or click.
related - nodes that we choose to show the user as a result of the
selection made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
side effect: no more click to deselect before select (easier to implement).
resolve #430
|
|
|
|
|
|
|
|
|
|
remind myself svg doesn't respect z-index, flatten back the svg
structure:
svg
- zoom
- graph g
path 1
link text 1
node text 1
node text 2
node circle 1
node circle 2
per SVG 1.1 spec the last node is the top most.
|
|
|
|
menu. #437
|
|
|