1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 17:21:27 +02:00
Commit Graph

136 Commits

Author SHA1 Message Date
Toby Zerner
0f140bd9d6 Fix notifications icon alignment 2015-07-24 13:15:03 +09:30
Toby Zerner
ae3f7dee8b Fix user page display on mobile 2015-07-23 20:24:05 +09:30
Toby Zerner
16840fb3ec Appearance tweaks 2015-07-23 16:39:20 +09:30
Toby Zerner
d309a21304 Componentize welcome hero close button 2015-07-23 14:47:27 +09:30
Toby Zerner
0b141b3e92 Make title input wider 2015-07-23 14:35:05 +09:30
Toby Zerner
9dc2616f55 Fix notification list appearance 2015-07-23 14:32:21 +09:30
Toby Zerner
bc4a000078 Fix sign up modal 2015-07-23 14:30:55 +09:30
Toby Zerner
0fa0bbb541 Fix activity page load more button appearance 2015-07-22 16:05:38 +09:30
Toby Zerner
8d89b4a776 Live preview of post editing/replying thanks to TextFormatter 👏 2015-07-22 16:05:00 +09:30
Toby Zerner
3521bbebc7 Centre title button on mobile 2015-07-22 10:00:30 +09:30
Toby Zerner
afb24a6ba2 Apply modal width on the correct class 2015-07-22 10:00:20 +09:30
Toby Zerner
e21cb63b11 Add Button--text class to create buttons that look like muted text
e.g. post actions
2015-07-22 10:00:02 +09:30
Toby Zerner
b698000739 Tweak padding on discussion list items
Remove overflow to facilitate new tags appearance
2015-07-22 09:59:29 +09:30
Toby Zerner
5f3b53634c Tweak display of badges in the discussion hero 2015-07-22 09:58:14 +09:30
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
ff6fdc9031 Tweak badge appearances 2015-07-20 18:12:48 +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
5e982a39c5 Improve fulltext search API and interface 2015-07-07 20:35:18 +09:30
Toby Zerner
85cd2663e3 Add discussion list refresh button
Closes flarum/core#139. Haven’t done pull to refresh yet though, but
that can come later.
2015-07-07 15:32:08 +09:30
Toby Zerner
d64e8746da Allow user avatar hover over empty badge space 2015-07-07 15:31:15 +09:30
Toby Zerner
09d70c2264 Tweak discussion list styles some more 2015-07-07 15:30:48 +09:30
Toby Zerner
c7383601e2 Tweak discussion list contextual controls 2015-07-07 09:21:43 +09:30
Toby Zerner
dfe1cd90c2 Tweak discussion list reply/unread count 2015-07-06 16:34:20 +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
5718a27248 Bit of padding on the ol' composer textarea 2015-06-26 17:43:48 +09:30
Toby Zerner
020e671c74 Tweak user bio editing UI 2015-06-26 13:57:21 +09:30
Toby Zerner
8cc47c77de Make sure discussion sidebar appears above posts 2015-06-26 12:18:32 +09:30
Toby Zerner
9a04603587 Always show composer header. closes flarum/core#112 2015-06-26 12:18:13 +09:30
Toby Zerner
1e592f544d Show badges in notifications 2015-06-26 12:09:28 +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
c9e0e9e6e1 Use mixins for vendor prefixes 2015-06-25 15:38:40 +09:30
Toby Zerner
d2c1e3a3d7 Tweak how discussion sidebar displays on mobile
Give all items in an item list a class on their <li>. Super helpful for
styling
2015-06-25 15:38:29 +09:30
Toby Zerner
dc83415d86 Animate header between normal and full-width (pinned pane) 2015-06-25 15:05:46 +09:30
Toby Zerner
22056b143a Fix responsive controls 2015-06-25 15:05:22 +09:30
Toby Zerner
0c7da167c2 Give notifications dropdown a responsive max height 2015-06-25 10:32:13 +09:30
Toby Zerner
ab8127238e Tweak notification grid icon appearance 2015-06-25 09:57:46 +09:30
Toby Zerner
649fbf3377 Nitpicking 2015-06-25 09:48:01 +09:30
Toby Zerner
1f9be042dd Make relevant posts span full width on mobile 2015-06-25 08:12:12 +09:30
Toby Zerner
4624ddb849 Tweak post controls on mobile 2015-06-24 17:56:52 +09:30
Toby Zerner
972bd24c7a Discussion list refactor, gestures
Also make base Component class automatically assign this.element :)
2015-06-24 17:56:39 +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