Toby Zerner
2ff8fc0126
Tweak padding on user dropdown button so avatar is flush with border radius
2016-01-19 19:19:16 +10:30
Toby Zerner
90437016ea
Extract Google font import to a head string, make overideable
...
Allowing headStrings to be named is a bit of a stopgap solution. Really ClientView needs to be given much more power with headStrings and footStrings as separate objects, similar to the ItemList in the JS app.
2016-01-12 18:29:21 +10:30
Toby Zerner
d4e52a6ad8
Various user interface tweaks
2015-12-03 15:02:52 +10:30
Toby Zerner
88f03f1d95
Truncate long title controls on mobile
2015-12-01 11:48:54 +10:30
Toby Zerner
ca83a5b9ea
Truncate long dropdown menu items (e.g. tags in the sidebar)
...
ref #391
2015-11-21 14:01:07 +10:30
Toby Zerner
4752fa6785
Improve spacing of drawer elements
2015-11-21 13:21:27 +10:30
Toby Zerner
f14c238625
Tweak mobile drawer appearance
2015-11-21 13:16:46 +10:30
Toby Zerner
b780111af5
Show "reply" action in discussion menu on mobile
2015-11-20 12:35:07 +10:30
Toby Zerner
6a4023bbe7
Align checkboxes and textareas to the left in centered forms
2015-11-04 12:54:17 +10:30
Toby Zerner
5c0b6d68f5
Merge branch 'loading-indicator'
2015-11-03 18:13:11 +10:30
Toby Zerner
80094ae413
Apply split dropdown styles on mobiles too
...
Normal split dropdowns, not in the context of the app's primary control (top-right toolbar button), may be used by extensions (e.g. embed)
2015-11-03 18:09:49 +10:30
Toby Zerner
eef5101238
Use icon instead of "Discussions" text, fix bugs
...
- Fix admin page crash
- Only show invisible pin button on desktop; hide it completely on ≤ tablet
2015-11-03 15:54:06 +10:30
Toby Zerner
e69d277c87
Add label to back button, change behaviour
...
The back button longer shows if the user hasn't actually navigated anywhere. e.g. if they come in directly to a discussion, it will be hidden.
2015-11-03 15:54:05 +10:30
Toby Zerner
eed3755aa9
Display "Loading..." text while JS is loading
2015-11-02 16:47:36 +10:30
Franz Liedke
66d4e51a18
Use correct method for notification drawer on mobile
...
Refs #500 .
2015-09-29 01:28:47 +02:00
Toby Zerner
3888f16893
Vendor prefix badge shadow
2015-09-23 10:52:26 +09:30
Toby Zerner
3ac9efde3e
Allow discussions to be hidden and restored
2015-09-22 17:48:21 +09:30
Toby Zerner
2c1283af42
Update to FontAwesome 4.4.0
2015-09-22 17:11:51 +09:30
Toby Zerner
2976541d5c
Add "Debug" button to inspect the response of a failed AJAX request
...
Related to #118
2015-09-18 16:46:46 +09:30
Toby Zerner
a2a0d8ee83
Distinguish links in alerts
2015-09-18 14:39:20 +09:30
Toby Zerner
f2d4b0cc6c
Increase text contrast
...
closes #390
2015-09-14 15:16:19 +09:30
Toby Zerner
cb1cdc1c08
Style disabled fields properly
2015-09-14 14:49:28 +09:30
Malay Ladu
555a408f6c
Add green color for online indicator on user cards
...
Closes #452 .
2015-09-11 08:49:07 +02:00
Toby Zerner
54554578a3
Increase text contrast slightly
2015-09-08 10:24:20 +09:30
Toby Zerner
b3853c7650
Slightly darken light grey text
2015-09-04 12:19:20 +09:30
Franz Liedke
588dc96685
Add a first empty state to the discussion list
2015-09-03 09:59:33 +02:00
Rody Molenaar
64033af4a6
Align select
2015-08-31 21:57:43 +02:00
Toby Zerner
41e7ee712b
Properly style modal title bar on mobile
...
closes #286
2015-08-31 13:46:59 +09:30
Huy Tran
8b5a346259
Make Google Web Font work on both HTTP and HTTPS
2015-08-27 20:17:42 -07:00
Toby Zerner
49bb9ef5e3
Make sure search input has a background when focused
2015-08-27 08:47:06 +09:30
Toby Zerner
3911139b17
Collapse search input on tablets. closes flarum/core#162
...
While this solution isn't perfect (perhaps a search icon which opens a
dropdown would be better, like Discourse does) - it'll do for now :)
2015-08-27 08:34:19 +09:30
Toby Zerner
455b00e234
Add header comment; PSR-2 fixes; remove seeders
2015-08-26 16:56:32 +09:30
Toby Zerner
81e4321154
Refactor side navigation CSS
2015-08-13 13:07:50 +09:30
Toby Zerner
0e1948cd3a
Support running in subdirectory with base_path config
2015-08-13 12:58:59 +09:30
Toby Zerner
a34cebd94b
Improve extensions page
...
- Allow extensions to define an icon in their flarum.json
- Show a "please wait" modal when enabling/disabling an extension
- Styling tweaks
2015-08-07 08:51:03 +09:30
Toby Zerner
2340dcda3d
Give the body some padding-bottom
2015-08-06 14:03:14 +09:30
Toby Zerner
dfdfae7b6d
Remove footer and move language selection to header
2015-08-06 12:16:55 +09:30
Toby Zerner
15019fc0ab
Tweak dropdown caret margins
2015-08-05 19:21:00 +09:30
Toby Zerner
4d2aac7645
Implement edit user modal
...
EditUserHandler is a bit rough
2015-08-05 11:49:37 +09:30
Toby Zerner
69726844d7
Allow locale to be selected in footer
2015-08-05 09:50:57 +09:30
Toby Zerner
602d93db74
Make header slightly more compact
2015-08-04 17:15:05 +09:30
Toby Zerner
7154558239
Responsive fixes
...
- Make composer absolutely positioned on mobile to work around iOS 8/9
bug
- Make search results dropdown appear on mobile
closes flarum/core#137
2015-08-04 11:27:51 +09:30
Toby Zerner
740d41166c
Tweak some styles
2015-08-04 10:49:41 +09:30
Toby Zerner
0657bf2d27
Rough implementation of appearance settings
2015-08-03 14:35:51 +09:30
Toby Zerner
299bfc0e0a
Rough extension management implementation
2015-08-03 12:03:30 +09:30
Toby Zerner
b22746cc2c
Make badges smaller
2015-08-02 17:27:04 +09:30
Toby Zerner
52125ce84c
Make sure the last form group doesn't have a bottom margin
2015-08-02 17:26:12 +09:30
Toby Zerner
c6deafde0e
Remove modal responsibility for loading UI; using loading button state
2015-08-02 17:25:05 +09:30
Toby Zerner
50215cedfc
Finish admin permissions page and clean up everything
2015-07-31 20:16:47 +09:30
Toby Zerner
6873f77012
Begin implementing permissions page
2015-07-29 21:00:27 +09:30