summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
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
2015-02-10login.html: fix background image impl using template specific cssLV-426
2015-02-10index.html: fix silent-reload on input bug: avoids from submission on DOM ↵LV-426
input events
2015-02-10style: welcome-box shadowLV-426
2015-02-09Improved styling of login screenOfer Lehr
background image now covers the whole background
2015-02-09rz_config: embed in index, remove as moduleAlon Levy
Still missing: remove host/port, let client use same as url it was served on. remove other flags no longer relevant. better mapping of server config to avoid double work?
2015-02-09forgot to add the templateAlon Levy
2015-02-09style: .task-descLV-426
2015-02-09index.html: task-desc: use proper English, remove insane span tag useLV-426
2015-02-09base template: fix double html tag, missing closing html tagAlon Levy
2015-02-09style: update generated filesLV-426
2015-02-09rz_user.py: avoid passing html to render_templateLV-426
2015-02-09search-suggestion: span width of containing 'input-container'LV-426
2015-02-09index.html: split input-container into input-container__graph-input, ↵LV-426
input-container__search
2015-02-09index.html: cleanup top-bar, temporary hide of profile circleLV-426
2015-02-09use <span> tag for doc title, rm paddingLV-426
2015-02-09style: search buttonLV-426
2015-02-09style: filter-menuLV-426