Toby Zerner
7fa4aa93c8
Make link styles more obvious
2015-05-11 12:11:38 +09:30
Toby Zerner
4fd61e2466
Close the drawer when page content is touched. Fixes #69
2015-05-11 11:03:40 +09:30
Toby Zerner
7a711e210b
Tweak user activity item appearance
2015-05-07 10:27:42 +09:30
Toby Zerner
fe9f195cbb
Hide badges on deleted posts
2015-05-07 08:58:20 +09:30
Toby Zerner
fd2708485a
Tweak discussion list spacing
2015-05-07 06:38:09 +09:30
Toby Zerner
3a5a89e001
Tweak heading line height
2015-05-07 06:38:01 +09:30
Toby Zerner
e00bb42232
Add semibold weight
2015-05-07 06:37:41 +09:30
Toby Zerner
0398ae923e
Fix FontAwesome path
2015-05-06 12:12:22 +09:30
Toby Zerner
e9d319e5ed
Don't obstruct author tooltip
2015-05-06 11:40:35 +09:30
Toby Zerner
16e922cd86
Don't wrap long author tooltips
2015-05-06 11:35:30 +09:30
Toby Zerner
7906bbd986
Add user group badges
2015-05-06 11:25:19 +09:30
Toby Zerner
447cf1bcb1
Tweak user card UI
2015-05-06 11:24:42 +09:30
Toby Zerner
600e56d16a
Fix up hidden post styles; don't show user card
2015-05-06 08:33:00 +09:30
Toby Zerner
ed191ca7e4
Show login modal if replying as guest; disable button if no permission
...
Also hide the first item in dropdown-split menus
2015-05-04 11:08:45 +09:30
Toby Zerner
7638571b82
Show login modal when starting a discussion as a guest
2015-05-04 10:44:03 +09:30
Toby Zerner
a943d5aee4
Slightly thicken the post highlight border again
2015-05-03 11:53:37 +09:30
Toby Zerner
51e47f549f
Make post highlight more subtle
2015-05-02 08:48:35 +09:30
Toby Zerner
c8613eaec6
Tweak composer styles
...
- Make minimised content look nicer, non-interactive
- Fix margins on tablet
2015-05-02 08:48:18 +09:30
Toby Zerner
2623f59c23
Make discussion hero extensible
2015-05-02 08:36:04 +09:30
Toby Zerner
452efaf86b
Don't let discussion details in list wrap
2015-05-02 08:34:09 +09:30
Toby Zerner
cb4883cd7a
Tweak header/footer control layout
2015-05-02 08:33:05 +09:30
Toby Zerner
80b13844d6
Unify icon class name, change the way icons are floated in menus
2015-05-02 08:32:45 +09:30
Toby Zerner
9034074f8d
Show modal close button above content
2015-05-02 08:30:35 +09:30
Toby Zerner
affebc2ca1
Skin colour tweaks
2015-05-02 08:29:43 +09:30
Toby Zerner
0fc1691103
Merge remote-tracking branch 'upstream/master'
2015-04-25 22:45:27 +09:30
Toby Zerner
6db911420b
Update some styles for the Mithril app
2015-04-25 22:31:37 +09:30
Toby Zerner
cddd23bb33
Clean up LESS files
2015-04-25 22:31:30 +09:30
Toby Zerner
a238c32429
Make badge icons not blurry by making sure they can centre accurately
2015-04-03 16:59:50 +10:30
Maksim Knyshov
b155a01b5f
Remove unneeded .gitkeep's
2015-03-31 22:38:15 +03:00
Toby Zerner
8e3186d41c
Set up responsive admin layout
2015-03-30 12:46:55 +10:30
Toby Zerner
4678603f55
Extract .side-nav into a common file
2015-03-30 12:45:48 +10:30
Toby Zerner
de10e4457f
Big front-end asset/filestructure refactor
...
- Extract shared Ember components into a “flarum-common” ember-cli
addon. This can be used by both the forum + admin Ember apps, keeping
things DRY
- Move LESS styles into their own top-level directory and do a similar
thing (extract common styles)
- Add LESS/JS compilation and versioning to PHP (AssetManager)
- Set up admin entry point
(Theoretical) upgrade instructions:
- Delete everything in [app_root]/public
- Set up tooling in forum/admin Ember apps (npm install/update, bower
install/update) and then build them (ember build)
- php artisan vendor:publish
- Upgrade flarum/flarum repo (slight change in a config file)
- If you need to trigger a LESS/JS recompile, delete the .css/.js files
in [app_root]/public/flarum. I set up LiveReload to do this for me when
I change files in less/ or ember/
Todo:
- Start writing admin app!
- Remove bootstrap/font-awesome from repo and instead depend on their
composer packages? Maybe? (Bower is not an option here)
2015-03-29 22:13:26 +10:30