1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +02:00
Commit Graph

43 Commits

Author SHA1 Message Date
Toby Zerner
474a7db6a5 Merge branch 'evented-api' 2015-07-21 10:40:38 +09:30
Toby Zerner
03029c84dc Make "on" switches always green instead of theme-based 2015-07-20 18:13:15 +09:30
Toby Zerner
61443dd81d Migrate old style 2015-07-20 18:13:01 +09:30
Toby Zerner
3c619c19ef Reset dropdown menu line spacing
Was causing issues in the avatar editor dropdown
2015-07-18 22:58:51 +09:30
Toby Zerner
178474adf9 Slightly darken buttons when clicked 2015-07-18 13:06:53 +09:30
Toby Zerner
f304daff43 Fix notifications appearance on dark header 2015-07-18 10:07:22 +09:30
Toby Zerner
3722349c41 Make sure responsive controls appear where they're supposed to 2015-07-17 17:53:03 +09:30
Toby Zerner
9c5a6560e0 Add them back 2015-07-17 15:05:34 +09:30
Toby Zerner
a0f8ef34f7 Temporarily remove some files
Git is playing up and won't let me push.
2015-07-17 15:04:55 +09:30
Toby Zerner
2aa9c2e746 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
Toby Zerner
b72533d9a0 New look for discussion reply/unread count
Also decrease the max page width by 100px
2015-07-05 13:52:46 +09:30
Toby Zerner
ee424903f9 Give badges a bit of a shadow 2015-07-04 12:25:33 +09:30
Toby Zerner
54b7c4eff4 Only show search suggestion excerpt if we have it
We won’t have it if we didn’t do a fulltext search
2015-06-26 12:08:23 +09:30
Toby Zerner
4624ddb849 Tweak post controls on mobile 2015-06-24 17:56:52 +09:30
Toby Zerner
fcd1b081d9 Significantly improve mobile UX
Most of #137 done.

- Use FastClick to make everything feel more responsive
- Use transforms for animations to make them silky smooth
- Style the drawer the same as the header to keep things simple
- Revert to fixed composer, but allow it to be minimised
- Add a separate notifications page for mobile so it’s easy to go back
- Add indicator to the menu button when there are unread notifications
- Close the drawer when navigating away
- Make dropdowns/modals scrollable
- Many other mobile tweaks and bug fixes

Didn’t take much care to keep CSS clean, due to #103
2015-06-24 11:44:53 +09:30
Toby Zerner
c2883bc85e Add light horizontal rule between posts. closes flarum/core#133
Also remove time information from event posts (it’s not useful)
2015-06-23 10:36:36 +09:30
Toby Zerner
d58d7eb27d Tweak hero appearance 2015-06-19 13:55:20 +09:30
Toby Zerner
443a231aa5 Increase text contrast
I think you will like this change @franzliedke :)
2015-06-11 18:42:05 +09:30
Toby Zerner
e73c21779e Style tweaks 2015-06-03 18:11:43 +09:30
Toby Zerner
920ad4f04f Implement search on front end 2015-06-03 18:10:56 +09:30
Toby Zerner
ae09240a3d Add some missing post content styles 2015-06-01 08:48:10 +09:30
Toby Zerner
6b7632cda3 Move theme config to database 2015-05-31 11:18:19 +09:30
Toby Zerner
1bb5ef2d72 New and improved post stream. 2015-05-29 18:17:50 +09:30
Toby Zerner
f4dc1b5d04 Various appearance tweaks 2015-05-27 16:22:02 +09:30
Toby Zerner
102c794a2c Allow ActionButtons to be disabled 2015-05-27 16:21:15 +09:30
Toby Zerner
95e5a2d69d Improve appearance/behaviour of login/signup/forgot modals 2015-05-26 16:25:25 +09:30
Toby Zerner
7399c75374 Make loading indicators stand out less when using a custom primary color 2015-05-21 15:58:56 +09:30
Toby Zerner
88fee92cd5 Make hero light 2015-05-21 13:10:25 +09:30
Toby Zerner
c811dd569e Fix select-input appearance on Firefox 35+. Closes #43 2015-05-18 15:11:31 +09:30
Toby Zerner
008b937a20 Slightly increase contrast between primary/muted text 2015-05-18 10:36:04 +09:30
Toby Zerner
4e7cbaa4dd Make controls buttons slightly bigger 2015-05-14 22:41:07 +09:30
Toby Zerner
a2049feddf Only give dropdown menu items padding if they have an icon 2015-05-14 22:41:06 +09:30
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
3a5a89e001 Tweak heading line height 2015-05-07 06:38:01 +09:30
Toby Zerner
7906bbd986 Add user group badges 2015-05-06 11:25:19 +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
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
cddd23bb33 Clean up LESS files 2015-04-25 22:31:30 +09:30