Toby Zerner
fd3600ad65
Don't close notifications dropdown if opening in a new tab
2015-07-28 18:51:53 +09:30
Toby Zerner
516569e2e9
Ensure the correct relationship values are returned
2015-07-28 18:28:31 +09:30
Toby Zerner
e2cb9762fe
PERF: hide discussion list pane on mobile
2015-07-28 18:17:51 +09:30
Toby Zerner
ff9f8ddc7e
Make sure slidable parameters are reset correctly
2015-07-28 17:37:46 +09:30
Toby Zerner
a4233eb35d
Update the composer height on redraw
...
For some reason, the text editor isn't being retained across route
changes, and it loses its height style. This reapplies it on every
redraw.
2015-07-28 17:26:03 +09:30
Toby Zerner
d61b98ddb3
Properly disable buttons
2015-07-28 17:19:00 +09:30
Toby Zerner
22d322aa2a
Don't display notifications with deleted subjects
2015-07-28 17:15:09 +09:30
Toby Zerner
8aec9b5169
Refactor composer live previews for better performance
2015-07-28 16:06:25 +09:30
Toby Zerner
44767cb329
Fix scrolling to the bottom of an item
2015-07-28 15:26:51 +09:30
Toby Zerner
66cbbbc2c5
Supporting routing of URL with nothing after the discussion ID
...
closes flarum/core#181
2015-07-28 13:46:43 +09:30
Toby Zerner
e70f129330
Prevent crash if user's groups aren't loaded. closes flarum/core#173
2015-07-28 13:35:07 +09:30
Toby Zerner
c837cda997
Add preview button to composer
2015-07-28 13:34:42 +09:30
Toby Zerner
4f5e1d4aa3
Add ability to refresh index page by clicking on logo. closes flarum/core#188
2015-07-28 12:27:45 +09:30
Toby Zerner
c5fd4418fb
Fix swiping to the right to mark as read
2015-07-28 12:15:45 +09:30
Toby Zerner
992e515464
Fix Safari header redraw problem. closes flarum/core#187
2015-07-28 10:13:58 +09:30
Toby Zerner
64d4499385
Fix attribute name
2015-07-27 19:54:15 +09:30
Toby Zerner
01b225fd6d
Make formatText util an object so it can be extended
2015-07-27 14:17:12 +09:30
Toby Zerner
9cbb1aaf50
Update gulp module configuration
2015-07-27 14:16:55 +09:30
Toby Zerner
d82da543b4
Use System.get instead of System.import
...
Means we get drop Promise polyfill
2015-07-27 14:16:39 +09:30
Toby Zerner
5bf441ca55
Selectively construct request params
2015-07-27 12:44:24 +09:30
Toby Zerner
5687840580
Always show results container to ensure it gets config'd
2015-07-27 12:32:30 +09:30
Toby Zerner
1193a86536
Another pages loading count fix
2015-07-27 12:28:03 +09:30
Toby Zerner
8724fe9be2
Prevent pages loading count from going negative
2015-07-27 12:23:36 +09:30
Toby Zerner
0a2282f4ba
Make sure pages loading count is kept in sync
2015-07-27 12:16:05 +09:30
Toby Zerner
0691e493a5
Start loading the next page of posts immediately
2015-07-27 12:12:07 +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
c46c9da8ec
Fix translation key
2015-07-23 16:38:51 +09:30
Toby Zerner
10aab5b4a8
Redraw after loading missing posts
2015-07-23 16:38:39 +09:30
Toby Zerner
ebf2228f7e
Set default item priorities
2015-07-23 16:38:30 +09:30
Toby Zerner
d309a21304
Componentize welcome hero close button
2015-07-23 14:47:27 +09:30
Toby Zerner
80445f1d70
Anchor scroll to bottom when live previewing reply
2015-07-23 14:32:49 +09:30
Toby Zerner
9dc2616f55
Fix notification list appearance
2015-07-23 14:32:21 +09:30
Toby Zerner
f9c999624f
Don't allow includes to be specified
...
Relations must be set to include by default on the API instead
2015-07-23 14:31:46 +09:30
Toby Zerner
4fa18e248b
Fix discussion list not rendering for guests
2015-07-23 14:31:07 +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
f9ef9d791b
Implement TextFormatter for posts
...
Get rid of formatting on user bios, we'll do that with JavaScript
2015-07-22 16:03:48 +09:30
Toby Zerner
5f3b53634c
Tweak display of badges in the discussion hero
2015-07-22 09:58:14 +09:30
Toby Zerner
970030b77e
Random cleanup
2015-07-22 09:57:25 +09:30
Toby Zerner
77dbbae170
Update modal responsive control classes
2015-07-22 09:56:01 +09:30
Toby Zerner
c60e37d88c
Use stable sort for item lists
2015-07-22 09:55:36 +09:30
Toby Zerner
3e4b30695e
Fix PostStream endless loading due to broken scroll anchor
2015-07-22 09:55:20 +09:30
Toby Zerner
f59e14db3e
Preload data just before boot, not when the store is initialised
2015-07-22 09:54:49 +09:30
Toby Zerner
8455aa7907
Persist modal across routes
...
Don't hide it unless it's already been shown, otherwise bootstrap JS
won't be initialized correctly
2015-07-22 09:54:00 +09:30
Toby Zerner
22a27620b4
Fix search routing
...
Blurring the input causes a redraw, which hides the results and
invalidates the current index. So the routing wasn't working.
Drawer is now hidden on IndexPage construction.
2015-07-22 09:52:58 +09:30
Toby Zerner
23895b2b36
Hide the drawer/modal when constructing all pages
...
Might be better to do this on config... also extract it into a parent
"Page" component
2015-07-22 09:51:41 +09:30
Toby Zerner
b5ba21c9a6
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
Toby Zerner
bda1a66abb
Fix discussion composer title field not focusing editor on 'enter'
2015-07-22 09:49:25 +09:30