| Age | Commit message (Collapse) | Author |
|
there is an existing bug where you don't see the labels for links
changes on existing nodes, i.e.:
(no enter on second sentence)
You should have:
g
.linklabel isnot
but instead you have an empty linklabel
g
.linklabel
|
|
|
|
adding a new group
setting all links with id just like nodes have it
letting d3 sort per that id
- this means it doesn't care about the order of the DOM elements
every update we go over all the links and reparent them by selected/non
selected.
Missing: text-labels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
graph (i.e. clicking on a link is hard to avoid)
|
|
|
|
|
|
drags node)
|
|
longer then 30 chars)
|
|
|
|
|
|
|
|
|
|
#194
|
|
|
|
show correct fields per node type
don't accumulate callbacks (was unusable)
update dialog on save with type change - no need to click node again
|
|
|
|
added a class to the info card to style different types in css.
also rearranged colors in helpers.js
(alon: changed implementation and broke the edit, will fix in the
morning)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document lack of oncaretchange
|
|
|
|
|
|
|
|
added a class to the items inside the suggestion box so we could style
them.
|
|
|
|
|
|
|