Commit Graph

17 Commits

Author SHA1 Message Date
Oliver Gerlich 885b3232c3 move debouncing logic to separate Debouncer class, and use it for list view
While the normal GUI is re-rendered at most every 100 msec, the list is
re-rendered at most every second (since it is very expensive to render).
2018-07-19 01:51:21 +02:00
Oliver Gerlich 67dd56d71d call render() again after render bouncer timer has elapsed
This is necessary so that the GUI really shows the latest data from server
after the timer has elapsed.

Also add some other minor fixes.
2018-07-19 01:51:21 +02:00
Martin/Geno ba1045aacd render bouncer 2018-07-19 01:51:21 +02:00
Martin/Geno 82270e6fa3
cleanup and migrate to newer libraries (use NEW Javascript env) + add secret 2018-06-30 17:22:20 +02:00
Martin/Geno a86ac56b75
cleanup 2018-06-30 01:58:09 +02:00
Martin Geno 2e5873a541
[TASK] add consoleView 2017-05-30 15:36:51 +02:00
Martin Geno a4045b50a6
eslint all (with some exludes) 2017-05-16 19:25:09 +02:00
Martin Geno d3fcd7f232
eslint 2017-05-16 16:27:35 +02:00
Martin Geno e2774c3880
[TASK] add position editing of node 2017-05-16 01:29:16 +02:00
Martin Geno 7a4a6c66e9
add stats + map 2017-05-15 22:41:06 +02:00
Martin Geno b190bd43c4
[TASK] nice list 2017-05-14 09:41:40 +02:00
Martin Geno ac87050fa0
[TASK] add tablesort and routing 2017-05-11 20:30:22 +02:00
Martin Geno 3e1242c5cf
[TASK] frontend improve notify run without gui 2017-05-09 18:05:55 +02:00
Martin Geno 85ba20ba4f
[TASK] switch to own freifunk bremen themen 2017-05-09 17:45:16 +02:00
Martin Geno b03f59dfc7
[TASK] gui add notification 2017-05-09 03:14:03 +02:00
Martin Geno 24248d3673
[BUGFIX] improve websocket and stats of nodes 2017-05-09 01:03:44 +02:00
Martin Geno 7de61d62fb
[TASK] add websocket and webroot 2017-05-08 19:13:29 +02:00