summaryrefslogtreecommitdiff
path: root/src/client/main.js
AgeCommit message (Collapse)Author
2015-01-13client: prevent default drag n drop behavior when not in debugAlon Levy
Fixes #220
2015-01-13client: disable drag_n_drop unless ?debug=1Alon Levy
2015-01-13add feedback - no email yet, just client side plus server parse client postAlon Levy
Notes: * using https://github.com/ivoviz/feedback + commit 337a8146e567a06035fb1f1ffedfce083be2a2d1 * with tiny changes to use require.js: + html2canvas.js & feedback.js (not minified) start+end lines changed to call define + feedback.js changed to not load html2canvas since require.js does that for us (dropping _html2canvas and getScript usage)
2015-01-06client: extract search to client/view/search.jsAlon Levy
2015-01-05initial graph_view introduction - mixing circle & force layoutsAlon Levy
2014-12-28Fixes #217 - username initials displayed in upper right corner blue circleAlon Levy
Also fixes name when none set (i.e. development mode).
2014-12-16moving files around after repository mergerAlon Levy