Toby Zerner
abc794c966
Change the way we fetch multiple posts by ID
...
JSON-API specifies that multiple resources should be fetched with a
comma-separated list of IDs, i.e. discussions/1,2,3,4. But this is
problematic because if we do a findQuery with only one ID, then a
single object will come back from the API where the serializer is
expecting an array containing a single object.
Instead, I’ve just implemented an ids “filter” on the discussions index
API route (which is the default way that the adapter finds multiple
IDs.)
2015-01-16 17:26:17 +10:30
Toby Zerner
5e288f55f5
Change the way post count metadata is stored
...
We care about the number of “comment” posts, not the number of posts in
total.
2015-01-16 17:26:17 +10:30
Toby Zerner
7334a58db1
Clean up composer components
2015-01-07 17:25:41 +10:30
Toby Zerner
7b06d38341
Update liquid-fire
2015-01-07 17:25:40 +10:30
Toby Zerner
087eb098ea
Update to ember-data b14, comment out bug for now
2015-01-07 17:25:40 +10:30
Toby Zerner
2800a7e0cc
Rename/fix post stream
2015-01-07 17:25:40 +10:30
Toby Zerner
ff6c7455f5
Rework discussion/post components
2015-01-07 17:25:40 +10:30
Toby Zerner
d4e573b629
Use layoutName instead of templateName
2015-01-07 17:25:40 +10:30
Toby Zerner
f62e8e2541
Big component restructure/overhaul
2015-01-03 21:51:47 +10:30
Toby Zerner
0ed141d49e
Clean up routes
2015-01-03 12:26:22 +10:30
Toby Zerner
9375f605a8
Working on interface components.
2015-01-03 12:26:14 +10:30
Toby Zerner
686c54f837
Update ember.js (fix view helper regression)
2015-01-02 17:17:19 +10:30
Toby Zerner
89c8f80f3f
Working on responsive dropdown menu components.
2015-01-02 11:46:40 +10:30
Toby Zerner
690174297d
Rejigging templates for redesign.
...
- Componentize more stuff, heading in the direction of Ember 2.0
- Start CSS from scratch
- Everything is broken atm!
2015-01-01 20:08:38 +10:30
Indrashish
ea00d1b2bb
Fixed partially showing discussions pane
...
Referencing the discussions pane which slides out from the sidebar.
Fixed styles for pinned state of dicussions pane
Fixed padding in discussions pane
2014-12-24 23:31:01 +05:30
Toby Zerner
24617b7e1e
Fix up LESS compilation.
2014-12-24 09:36:47 +10:30
Toby Zerner
0cced3d6da
Update dependencies to latest versions.
2014-12-23 12:55:28 +10:30
Toby Zerner
238bb40360
Upgrade ember-cli to 0.1.4 and fix related breakage. closes #18
2014-12-23 12:45:07 +10:30
Toby Zerner
809f56f858
Delete README.md
2014-12-22 23:09:39 +10:30
Toby Zerner
a8d84934ff
Fix invalid inverse relationship.
2014-12-20 21:14:10 +10:30
Toby Zerner
1d8cda3c17
Get rid of some troublesome dependencies for now.
2014-12-20 21:06:15 +10:30
Toby Zerner
4d0e83c03b
Add temporary JSON-API Ember Data adapter.
2014-12-20 21:05:46 +10:30
Toby Zerner
74db323f83
Hello world!
2014-12-20 16:56:46 +10:30