summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2015-02-25dropdown-menu.scss: indent using spacesLV-426
2015-02-25input-container__search: use baseline math for top marginLV-426
2015-02-25info-card: rm <hr>, use css for boarders, relax paddingLV-426
2015-02-25info-card.scss: indentLV-426
2015-02-25style: fix info-card overlapping tool-barLV-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-24input-bar.scss: horizontally align search input-container with tool-barLV-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-24base.scss: set content to expand verticallyLV-426
2015-02-24top-bar.scss: indentLV-426
2015-02-24input-bar.scss: fix positioningLV-426
2015-02-24graph-view.scss:LV-426
- rm unnecessary width - use variables - expand to fill height
2015-02-24style: tool-bar:LV-426
- common tool-bar directives, - cleanup positioning, - use z-index to float above graph
2015-02-24attach d3 to #graph-view__canvas html div hookLV-426
2015-02-23top-bar.scss: temp height fix until #332 is implementedLV-426
2015-02-23style: miscLV-426
2015-02-23base.scss: rm unnecessary min-width directiveLV-426
2015-02-23pw-reset.scss: view specific stylingLV-426
2015-02-23style: rm unused metro-view.scssLV-426
2015-02-23common-form.scss: common form styling, deprecating view-specific filesLV-426
2015-02-23style.scss: use 'by-view' file layoutLV-426
2015-02-23pw-reset: htmlLV-426
2015-02-23user_signup.html: removing triple underscoringLV-426
2015-02-23style: hide scrollbarsLV-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-17client: expand textanalyser input up to 80%. Fixes #239Alon Levy
drops animation of width because I couldn't get the plus button to animate the same.
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-15server: fix default root_path for ./run-local.sh plus add assertion early, ↵Alon Levy
before flask template loader bails
2015-02-15client: node_info cleanup: still missing edge cases (edits/deletes while open)Alon Levy
2015-02-15user_db_path: restore defualt pwd based user_db pathLV-426
2015-02-15init_log(): derive log level from configurationLV-426
2015-02-15rhizi-server.conf.example: add sectionsLV-426
2015-02-15client: add merge button, does nothing, enabled for two or more selected nodesAlon Levy
2015-02-15add underscore, implement ctrl-click to append to selectionAlon Levy
2015-02-15client: node_edit: add some help text. (?) Fixes #242Alon Levy
2015-02-15client/date pickers: white background instead of blackAlon 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-11client/textanalysis: sanitize quotes, fixes #293Alon Levy
2015-02-11index.html: doc rz_configLV-426
2015-02-11user-signup: missing scss fragmentLV-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