summaryrefslogtreecommitdiff
path: root/index.html
AgeCommit message (Expand)Author
2014-12-16removing /index.html, use res/templates/index.htmlLV-426
2014-12-08add another completer for search; missing | as triggerStart (should use RegExp)Alon Levy
2014-12-07workaround for disappearing non-fixed-or-absolute-divs on input change for fo...Alon Levy
2014-12-07info card - new styling for url fieldOfer Lehr
2014-12-07measure: don't do the crazy computed css copy. use minus height trick. Fixes ...Alon Levy
2014-12-07typeselection: now in index.html (removed typeselection td padding)Alon Levy
2014-12-07fixes some info card stylingOfer Lehr
2014-12-07remove node info subtitleAlon Levy
2014-12-07fix broken edit box - accidentally changed id, broke onsubmit settingAlon Levy
2014-12-06new info box (now card) styling - PartialOfer Lehr
2014-12-06completer: hide unless 1 or more elements; Fixes #185Alon Levy
2014-12-06debug off by default, set a fakeuser and enable history in debug modeAlon Levy
2014-12-04use ForeignObject for editing, not pretty but mostly thereAlon Levy
2014-12-04improved input bar styling and animationOfer Lehr
2014-12-04index: drop meaningless form elementAlon Levy
2014-12-04better CSS for alert - moved button img out of the HTMLOfer Lehr
2014-12-04moved organization logo to css instead of inline HTMLOfer Lehr
2014-12-04fixed search bar positioning, scroll bug and moved export button to search barOfer Lehr
2014-12-04editlink/node: support escape to cancelAlon Levy
2014-12-03index.html: input has no closing slashAlon Levy
2014-12-03fix CRI-logo linkLV-426
2014-12-01use localStorage to show intro-task only until clickedAlon Levy
2014-12-01make username top right button usable (a bit)Alon Levy
2014-12-01Removed "powered by"garbash
2014-12-01fixed sass variable colors and polished top bar cssOfer Lehr
2014-11-30Made powered by nicer+removed debug interfacegarbash
2014-11-30Input bar styling - submit button not workinggarbash
2014-11-30Task-alert styling - button not-workinggarbash
2014-11-30Styled search-bargarbash
2014-11-30Added top-bar + removed deprecated elements and classesgarbash
2014-11-30removed meaningless ui class and closing input elementgarbash
2014-11-28Implemented stylesheet structure+font changegarbash
2014-11-28Replaced existing fort family to source-sans-progarbash
2014-11-24add search uiAlon Levy
2014-11-16add a copy to url button, handle the resulting urlAlon Levy
2014-11-13rename scripts/ -> src/LV-426
2014-11-11show edge/link (not consistent) title. Fixes #136Alon Levy
2014-11-11bug fix: subtitle text+ghost edge sizegarbash
2014-11-11rename load/save file; Fixes #111Alon Levy
2014-11-11Add edge_info tab; implements edge deletionAlon Levy
2014-11-11mv css, font resources to res/font/, res/css/LV-426
2014-11-11mv img resources to res/img/LV-426
2014-11-11rename: external/ -> lib/LV-426
2014-11-11mv all external resources out of scripts/LV-426
2014-11-02add a gitignored local_config for the urlArgsAlon Levy
2014-10-28history: show last logged action (ui has negative z-index)Alon Levy
2014-10-20introduce require.js and rewrite testsAlon Levy
2014-10-19factor out util.jsAlon Levy
2014-10-19adding proper Save As (with non random filename); MIT licensedAlon Levy
2014-10-13#91 FixedAnmol Agrawal