summaryrefslogtreecommitdiff
path: root/src/ws/view.js
AgeCommit message (Expand)Author
2020-08-15Add two new node states: 'preparing' and 'ready'.Bent Bisballe Nyeng
2020-07-27Hide child indicator and description ellipsis when node is expanded.Bent Bisballe Nyeng
2020-07-06Initial implementation of a password prompt.Bent Bisballe Nyeng
2020-06-21Fix unsubscribe, which didn't remove the board root node.Bent Bisballe Nyeng
2020-06-21Enable use of mouse selection inside the title and description editor input f...Bent Bisballe Nyeng
2020-06-19Use localStorage instead of cookies to prevent libwebsockets from choking on ...Bent Bisballe Nyeng
2020-06-16Improve title and description editing.Bent Bisballe Nyeng
2020-06-15Major overhaul of visuals.Bent Bisballe Nyeng
2020-06-14Edit description with double-click. Improve collapse/expand and add-child but...Bent Bisballe Nyeng
2020-06-14Make state toggle when clicked.Bent Bisballe Nyeng
2020-06-14Rework layout and add description field.Bent Bisballe Nyeng
2020-06-14Fix missing declaration (regression error after strict was introduced).Bent Bisballe Nyeng
2020-06-14Rename Node.children to Node.childNodes to avoid confusion with element child...Bent Bisballe Nyeng
2020-06-14Make all javascript files strict.Bent Bisballe Nyeng
2020-06-13Refactor the way node hierarchies are being represented. Add state attribute.Bent Bisballe Nyeng
2020-06-13Add collapse button and store collapse state of each node as cookies.Bent Bisballe Nyeng
2020-06-11Add crude add-child button to each node.Bent Bisballe Nyeng
2020-06-11Add intermistic title edit functionality using double-click.Bent Bisballe Nyeng
2020-06-10JS: Add support for re-ordering using the mouse.Bent Bisballe Nyeng
2020-06-08Add 'insert before id' to create and move commands.Bent Bisballe Nyeng
2020-06-07JS: Dim nodes while they are being dragged.Bent Bisballe Nyeng
2020-06-07Fix white-space in all javascript files. Use js2 emacs mode.Bent Bisballe Nyeng
2020-06-07Relocate all webservice files to src/ws and make sure they can be found by th...Bent Bisballe Nyeng