freifunkmanager/webroot
Oliver Gerlich cd511dce8e web: rework store.js and interaction with view/node.js
- store.getNode() no longer adds new node to the list
- instead, store.createNode() can be used to create an empty new node
- view/node.js now now transfer a local copy of the node object it wants to
  modify, rather then modifying the real object from store.list. If the
  change is accepted by server, the server will send the new values for the
  changed object anyway.

Previously, if the user visited the node page for a nonexistent node but
didn't make any changes, the list view would always throw an exception
because an incomplete node object was contained in the list.
2018-07-15 21:51:11 +02:00
..
css cleanup and migrate to newer libraries (use NEW Javascript env) + add secret 2018-06-30 17:22:20 +02:00
img [TASK] logo 2017-05-30 22:49:16 +02:00
js web: rework store.js and interaction with view/node.js 2018-07-15 21:51:11 +02:00
.babelrc cleanup and migrate to newer libraries (use NEW Javascript env) + add secret 2018-06-30 17:22:20 +02:00
.eslintrc eslint all (with some exludes) 2017-05-16 19:25:09 +02:00
.gitignore cleanup and migrate to newer libraries (use NEW Javascript env) + add secret 2018-06-30 17:22:20 +02:00
android-chrome-192x192.png [TASK] logo 2017-05-30 22:49:16 +02:00
android-chrome-512x512.png [TASK] logo 2017-05-30 22:49:16 +02:00
apple-touch-icon.png [TASK] logo 2017-05-30 22:49:16 +02:00
browserconfig.xml [TASK] logo 2017-05-30 22:49:16 +02:00
favicon-16x16.png [TASK] logo 2017-05-30 22:49:16 +02:00
favicon-32x32.png [TASK] logo 2017-05-30 22:49:16 +02:00
favicon.ico [TASK] logo 2017-05-30 22:49:16 +02:00
gulpfile.babel.js cleanup and migrate to newer libraries (use NEW Javascript env) + add secret 2018-06-30 17:22:20 +02:00
index.html cleanup and migrate to newer libraries (use NEW Javascript env) + add secret 2018-06-30 17:22:20 +02:00
manifest.json [TASK] logo 2017-05-30 22:49:16 +02:00
mstile-70x70.png [TASK] logo 2017-05-30 22:49:16 +02:00
mstile-144x144.png [TASK] logo 2017-05-30 22:49:16 +02:00
mstile-150x150.png [TASK] logo 2017-05-30 22:49:16 +02:00
mstile-310x150.png [TASK] logo 2017-05-30 22:49:16 +02:00
mstile-310x310.png [TASK] logo 2017-05-30 22:49:16 +02:00
package.json cleanup and migrate to newer libraries (use NEW Javascript env) + add secret 2018-06-30 17:22:20 +02:00
safari-pinned-tab.svg [TASK] logo 2017-05-30 22:49:16 +02:00
yarn.lock cleanup and migrate to newer libraries (use NEW Javascript env) + add secret 2018-06-30 17:22:20 +02:00