| Age | Commit message (Collapse) | Author |
|
#194
|
|
|
|
|
|
|
|
- the input field now doesn't clip the text before the end of the row -
tough i think we will need to change it to a <p> element because of
text overflow issues
- some styling to the drop down. aparently we will need to implement it
in javascript to get full styling control
|
|
text is now readable - but it still isn't pretty
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #190
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document lack of oncaretchange
|
|
|
|
|
|
|
|
|
|
added a class to the items inside the suggestion box so we could style
them.
|
|
Also started using mixins for browser prefixes - box shadow and box
sizing
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|