szurubooru/client
rr- d2a5e1056d client/models: discard field declarations
This has important side effect that matters when we check for data
changes using _orig dictionary. Previously, _orig was empty (so its
members fields were undefiend) whereas the real fields were declared as
nulls. This meant that for new entities, the conditions were always
true, which is unintended. Now both _orig and the class itself are
initially populated with _updateFromResponse which syncs the state
between them, removing the problem.
2016-07-26 23:15:05 +02:00
..
css client/css: stylize cursor of disabled elements 2016-07-26 19:57:41 +02:00
html client/tags: improve privilege checking 2016-07-26 20:49:48 +02:00
img client/posts: add transparency grid 2016-06-11 22:34:01 +02:00
js client/models: discard field declarations 2016-07-26 23:15:05 +02:00
public client/build: Google Droid Sans → local Open Sans 2016-05-21 14:02:08 +02:00
.babelrc client/build: transpile ES6 for older browsers 2016-04-13 20:13:10 +02:00
.jscsrc client/build: remove babel when not transpiling 2016-05-21 00:08:43 +02:00
build.js client/posts: add transparency grid 2016-06-11 22:34:01 +02:00
package.json client/router: introduce own router 2016-06-12 21:43:20 +02:00