Commit Graph

12 Commits

Author SHA1 Message Date
Toby Zerner
b18534882b Some tweaks 2015-02-03 17:00:41 +10:30
Toby Zerner
6568d7d269 Clean up post stream 2015-02-02 16:55:22 +10:30
Toby Zerner
5edc3eba83 Improve "jump to last" scrolling behaviour 2015-01-30 13:05:42 +10:30
Toby Zerner
cc8e889e7a Get rid of old properties 2015-01-30 12:15:38 +10:30
Toby Zerner
01f3a7dc01 Fix bug when loading a single post at the start
When loading a single post at the start of a discussion, start=0 and
end=0. But end would be set to start+limit, which was incorrect.
2015-01-30 12:15:01 +10:30
Toby Zerner
df7da9338d Fix JSHint errors 2015-01-21 14:29:00 +10:30
Toby Zerner
74e80ea2df Implement redesign, refactor everything
- Write CSS for everything, update templates.
- Refactor discussion view. Stream is split into two components
(content and scrubber) which have their own responsibilities.
- Extract pane functionality into a mixin.
- Implement global “back button” system. You give a “paneable” target
to the application controller, the back button will modulate its
pane-related properties as necessary, and call an action when the
button is clicked.
- Extract welcome-hero into its own component.
- Lots of other general improvements/refactoring. The code is quite
well-commented so take a look!
2015-01-16 17:26:18 +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
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
a8d84934ff Fix invalid inverse relationship. 2014-12-20 21:14:10 +10:30
Toby Zerner
74db323f83 Hello world! 2014-12-20 16:56:46 +10:30