1
0
mirror of https://github.com/flarum/core.git synced 2025-07-15 05:46:24 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
6a5427b600 Make unread discussion titles less overwhelming 2015-09-08 10:27:50 +09:30
c5edf48bf2 Fix error on index page 2015-08-26 16:56:32 +09:30
e2bb399db9 Make sure active discussion is highlighted 2015-08-26 11:02:12 +09:30
1c1d4f5f37 PERF: more efficient retaining of discussion list items 2015-07-28 22:39:03 +09:30
65feedc891 Fix discussion list not rendering for guests 2015-07-23 14:31:07 +09:30
d0c8777430 PERF: fix subtrees never being retained if "mark all as read" was clicked
I didn't realise, performance was terrible for people who have ever
clicked the "mark all as read" button!
2015-07-22 09:50:55 +09:30
f93ff7cb3f Make front-end localizable 2015-07-17 17:43:28 +09:30
a9ded36b57 Major CSS revamp
- Get rid of Bootstrap (except we still rely on some JS)
- Use BEM class names
- Rework variables/theme config
- Fix various bugs, including some on mobile

The CSS is still not ideal – it needs to be cleaned up some more. But
that can be a focus for after beta.
2015-07-17 14:47:49 +09:30
ab6c03c0cc Massive JavaScript cleanup
- Use JSX for templates
- Docblock/comment everything
- Mostly passes ESLint (still some work to do)
- Lots of renaming, refactoring, etc.

CSS hasn't been updated yet.
2015-07-15 14:01:11 +09:30