summaryrefslogtreecommitdiff
path: root/src/buttons.js
AgeCommit message (Collapse)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-04fixed search bar positioning, scroll bug and moved export button to search barOfer Lehr
2014-12-03assume logged-in user, rm userBusLV-426
2014-12-01make username top right button usable (a bit)Alon Levy
2014-11-29enable user setting by ?user=someoneAlon Levy
2014-11-16add a copy to url button, handle the resulting urlAlon Levy
This allows us to send small graphs (up to maximal length of query string - what is that anyway?). Just press the copy button, ctrl-c, and paste to irc, and other side should click it. The real deal, issue #65, needs to actually go to the server and load the graph, which means the server needs to have a document concept.
2014-11-13rename scripts/ -> src/LV-426