Initial refactor of client actions, data preloading, SEO

An initial stab at flarum/core#126. Still WIP. Preliminary
implementation of flarum/core#128 and flarum/core#13.
This commit is contained in:
Toby Zerner
2015-07-07 15:29:21 +09:30
parent fcc5aa17ea
commit 99876e9e36
27 changed files with 413 additions and 241 deletions

5
js/lib/models/forum.js Normal file
View File

@ -0,0 +1,5 @@
import Model from 'flarum/model';
class Forum extends Model {}
export default Forum;