summaryrefslogtreecommitdiff
path: root/res/templates
AgeCommit message (Collapse)Author
2015-04-01index.html: toolbar__docLV-426
2015-04-01Slightly more stylised zoom buttonsgarbash
2015-04-01login: allow y scrolling. fixes #376Alon Levy
2015-03-22client: move zoom buttons into zoom-bar on bottom rightAlon Levy
2015-03-16client/index.html: add place for new plus+minus buttons, place multiple node ↵Alon Levy
operations together
2015-03-10client: graph_view: make nodes tabindex'able sorted top to bottom left to rightAlon Levy
2015-03-09client: remove logos and buttons from tab-index, leaving search and textanalyserAlon Levy
2015-03-08client/filter: fix broken filter from recent model/types intro and ↵Alon Levy
third-internship-proposal removal
2015-03-07client: use shift-up and shift-down for node type changesAlon Levy
2015-03-07client: node-info style fixes. Fixes #360Alon Levy
2015-03-07client: remove third-internship-proposal; Fixes #356Alon Levy
2015-03-06client: introduce model/types, cleanup node_info (not quite enough)Alon Levy
2015-03-03client: toolbar: add delete buttonAlon Levy
2015-03-02textanalyser: switch to div, update to create blue and red spans (Fixes #118 ↵Alon Levy
almost entirely) Missing: - no placeholder text now (since div doesn't support it). Will need to implement it myself, there are plenty of examples And code wise: - need to split out a component graph_input.js which will hide the underlying implementation.
2015-03-01client: node_info: status: only admin can change itAlon Levy
2015-03-01add a fixed role_set to the client, to be replaced with one coming from the ↵Alon Levy
current logged in user
2015-03-01input-bubble:LV-426
- rm silly <table> - add 'type_selection__' prefix - style keyboard shortcut - rm unused position directives
2015-03-01res/templates/index: remove no longer necessary measure spansAlon Levy
2015-03-01client/graph_view: don't translate/zoom if node already in viewAlon Levy
2015-03-01client: add autofocus to textanalysis inputAlon Levy
2015-02-27client: rename separator_symbol to separator_string and move to rz_configAlon Levy
2015-02-25index: btn_link_fan: more accurate titleAlon Levy
2015-02-24New simple taglinedor garbash
2015-02-25tool-bar: include merge/link buttons, use link-icon, merge icon still missingLV-426
2015-02-25style: task-alert: prevent line breakLV-426
2015-02-25menu__type-filter: remove title from item listLV-426
2015-02-25info-card: rm <hr>, use css for boarders, relax paddingLV-426
2015-02-25client: selection tools: add link nodes in fanAlon Levy
2015-02-24pw_reset.html: rm silly <br>LV-426
2015-02-24login.html: fix pw-reset linkLV-426
2015-02-24index.html: consider tool-bar part of the graph-view (may change later)LV-426
2015-02-24top-bar: restoring original positioning for 3rd party logoLV-426
2015-02-24attach d3 to #graph-view__canvas html div hookLV-426
2015-02-23pw-reset: htmlLV-426
2015-02-23user_signup.html: removing triple underscoringLV-426
2015-02-17client/server: support optimizing with require.js using node run r.jsAlon Levy
built is controlled by property do-client-optimize which defaults to false. Even if the optimized main is built (single file main-built.js and source map file main-built.js.map) they are not used unless rhizi-config.conf client_optimize is set to True which causes app.js to use main-built.js and not main.js The resulting file is 687 KiloBytes large. Pretty scary, but it still loads faster this way. (from very small tests locally). This is without compression done by the server.
2015-02-17Login: Added forgot password btn and fixed create account buttonOfer Lehr
2015-02-15client/node_info: remove save button, listen to keyup as well, debounce for ↵Alon Levy
half a second. Fixes #43
2015-02-15server: fix broken client host & port rz_config parametersAlon Levy
since 12c63e0ec0be16795402fab6e6af0922179f9029 (two/three commits ago)
2015-02-15client: node_info cleanup: still missing edge cases (edits/deletes while open)Alon Levy
2015-02-15client: add merge button, does nothing, enabled for two or more selected nodesAlon Levy
2015-02-15client: node_edit: add some help text. (?) Fixes #242Alon Levy
2015-02-14error msg in sign up is now readable - fixes #323Ofer Lehr
2015-02-14Improved styling of Sign-Up ScreenOfer Lehr
2015-02-14some Improvements to login stylingOfer Lehr
made css more modular and improved styling of all elements in login page
2015-02-11index.html: doc rz_configLV-426
2015-02-10login.html: miscLV-426
2015-02-10reuse background image style with signup pageLV-426
2015-02-10login page: redesign, add create account buttonLV-426
2015-02-10login.html: fix background image impl using template specific cssLV-426