| Age | Commit message (Collapse) | Author |
|
|
|
adding a new group
on update of view:
- put selected links in the selected-link-group
- the rest in the link-group
selected links are those having source or dest in selected nodes (nodes
in ontop)
need to also move the link text elements, those are easier since they
don't exist in the group.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Missing:
- handling dropdown in the middle of the sentence correctly (almost
there, extra space added)
- clicking changes focus (transition event related?) and .focus() doesn't
work - could not find how to fix it.
|
|
|
|
|
|
|