Commit Graph

18 Commits

Author SHA1 Message Date
rr- 2ac8d8650c client/posts: introduce post model
Now to replace all the api calls in views with event system... and then
do the same for user, tag and comment
2016-06-14 07:50:22 +02:00
rr- f24ea3450d client/comments: fix canceling preview 2016-06-12 22:33:31 +02:00
rr- 3cbcbf1140 client/general: fix jscs warnings 2016-06-12 22:10:20 +02:00
rr- a28b4bdd3e client/comments: add comment adding 2016-06-12 18:11:56 +02:00
rr- 7e8a9a0948 client/comments: add comment list view for post 2016-06-12 12:54:08 +02:00
rr- 56432e6089 client/posts: add transparency grid
Can be turned off in browsing settings.
2016-06-11 22:34:01 +02:00
rr- c2606a2555 client/posts: fix handling sidebar errors 2016-06-11 17:45:32 +02:00
rr- 7566d2e0f3 client/general: respect privileges 2016-06-11 17:36:02 +02:00
rr- 07329d33a4 client/posts: add post view (without comments yet) 2016-06-08 22:43:03 +02:00
rr- aa2f4559b7 client/settings: add option to upscale small posts 2016-06-01 23:42:42 +02:00
rr- d6f27e82c6 client/notes: fix placement after mouse scroll 2016-06-01 23:42:42 +02:00
rr- 9b0c2012a7 client/home: show post notes (read-only) 2016-05-29 12:41:22 +02:00
rr- 53fd6fb29b client/home: view featured post, add search form 2016-05-29 12:41:22 +02:00
rr- 79f22d27cd client/views: reuse mutation observer 2016-05-29 12:40:36 +02:00
rr- 7ea4718b1b client/tags: add suggesting related tags 2016-05-22 22:17:11 +02:00
rr- bae238794a client/general: reduce lodash usages 2016-05-21 08:27:10 +02:00
rr- a32c5d1399 client/misc: remove String.format()
...and replace them with ES6 template literals I've just learned about.
2016-05-21 00:08:43 +02:00
rr- 69fe8ec31a client/general: refactor all the things
- Move controls to the "controls/" directory
- Make controls interface look similar to each other
- Prefix "private" methods and attributes with underscore
2016-05-21 00:08:43 +02:00