David Sevilla Martin
58ccb8415a
common: use 'extend' with modal manager oninit, run clear method when fade out completes
2020-04-18 09:07:21 -04:00
David Sevilla Martin
d29b5c7262
common: move modal manager clear code to clear method, and call it on micromodal close
2020-04-18 09:07:20 -04:00
David Sevilla Martin
2ca078618b
common: rewrite modal manager to not store vnode
2020-04-18 09:07:20 -04:00
David Sevilla Martin
22a031a3f1
common: fix Button not showing loading spinner
2020-04-18 09:07:20 -04:00
David Sevilla Martin
da31fc2619
forum: add change password & email modal components
2020-04-18 09:07:20 -04:00
David Sevilla Martin
c3237d4845
remove console log
2020-04-18 09:07:19 -04:00
David Sevilla Martin
f0140c6656
forum: fix zepto selector in PostStream
2020-04-18 09:07:19 -04:00
David Sevilla Martin
35b91c98da
forum: add PostEdited and PostMeta components
2020-04-18 09:07:19 -04:00
David Sevilla Martin
d6b07153ec
common: add fullTime helper
2020-04-18 09:07:19 -04:00
David Sevilla Martin
6a67167eed
common: fix subtree retainer not adding new callback checks
2020-04-18 09:07:18 -04:00
David Sevilla Martin
dcb3cc1701
forum: make Discussion Page properly redraw PostStream - don't store vnode
...
Issue is that the code now looks like an ugly mess. :/
2020-04-18 09:07:18 -04:00
David Sevilla Martin
b9583943c5
forum: fix PostStream not scrolling to post number on load & potential issues with app.route.discussion
2020-04-18 09:07:18 -04:00
David Sevilla Martin
31cfe0f9df
forum: resolve some typings issues & move Notifications to not use Component#render
2020-04-18 09:07:18 -04:00
David Sevilla Martin
dfcc099040
forum: add PostStreamScrubber, refactor things to move away from Component#render
...
Post components don't seem to be redrawing for some reason when in the PostStream - this doesn't seem to be caused by the subtree retainer, none of the lifecycle hooks are called when Mithril redraws, as far as I can tell
2020-04-18 09:07:18 -04:00
David Sevilla Martin
c8e97f295d
update rewrite changes changelog
2020-04-18 09:07:17 -04:00
David Sevilla Martin
4910205dc7
bring local dev flarum-webpack-config to core for easier development
2020-04-18 09:07:17 -04:00
David Sevilla Martin
8ea7f9bc17
common: add formatNumber - use toLocaleString and support current application locale + custom options
2020-04-18 09:07:17 -04:00
David Sevilla Martin
3bf7f6f85b
common: modify Component#render to properly do what it is supposed to - modify the original instance
2020-04-18 09:07:17 -04:00
David Sevilla Martin
68c17f2c30
common: add rest of Translator class
2020-04-18 09:07:17 -04:00
David Sevilla Martin
c03e0f7f75
remove 'old' folder from git
2020-04-18 09:07:17 -04:00
David Sevilla Martin
bcaa6f4d8a
forum: make DiscussionPage use m.route.set to change route
2020-04-18 09:06:52 -04:00
David Sevilla Martin
fa47228b3f
common: make Evented wrapper arguments into Array
2020-04-18 09:06:52 -04:00
David Sevilla Martin
241b8cc99c
common: add actual ComponentProps file that hadn't been commited
2020-04-18 09:06:52 -04:00
David Sevilla Martin
eeae395a15
build JS
2020-04-18 09:06:52 -04:00
David Sevilla Martin
f24aafd47b
a few fixes here & there - cache typehinting moved to Forum.ts, don't use button link in PostUser
2020-04-18 09:06:52 -04:00
David Sevilla Martin
2a66dc5572
forum: add DiscussionsUserPage component
2020-04-18 09:06:52 -04:00
David Sevilla Martin
80d8707d15
common: add SplitDropdown component - used in discussion page
2020-04-18 09:06:52 -04:00
David Sevilla Martin
21d19df9bd
forum: add DiscussionList component with DiscussionListItem & TerminalPost
2020-04-18 09:06:52 -04:00
David Sevilla Martin
7485559cbf
forum: add DiscussionPage with hero, loading post, post preview, post stream, reply placeholder
...
No post stream scrubber yet. Composer hasn't been added either, so many calls return errors because of app.composer not being set.
2020-04-18 09:06:51 -04:00
David Sevilla Martin
4368dfcc6c
common: add humanTime helper
2020-04-18 09:06:51 -04:00
David Sevilla Martin
8ba86f9c5e
common: add utils abbreviateNumber, anchorScroll, Evented, ScrollListener
...
Evented is now a class instead of an object - it can be extended from a class now. Object.assign can still be used with it, but instead of `evented` with `Evented.prototype`
2020-04-18 09:06:51 -04:00
David Sevilla Martin
4f79a05a4b
change use of classNames
so no arrays/objects are used, just spread arguments
2020-04-18 09:06:51 -04:00
David Sevilla Martin
eae6a11719
common: fix computed util when only passing one key as a string
2020-04-18 09:06:51 -04:00
David Sevilla Martin
f75c2cfc9c
forum: do not update lastSeenAt when modifying discloseOnline preference
...
This value is immediately set in the backend again, so apart from causing visual glitches, it is useless as the preference doesn't prevent admins from seeing your last seen at time
2020-04-18 09:06:51 -04:00
David Sevilla Martin
f22f4c02e6
common: mark some ModalManager methods/properties as protected
2020-04-18 09:06:51 -04:00
David Sevilla Martin
3410bf0935
use .render a bit more... hopefully no weird errors or issues arise
2020-04-18 09:06:51 -04:00
David Sevilla Martin
6656820f24
forum: add NotificationGrid and SettingsPage - missing modals
2020-04-18 09:06:51 -04:00
David Sevilla Martin
66745916b3
common: add constructor & render method to Component
2020-04-18 09:06:50 -04:00
David Sevilla Martin
220a36c2e4
common: add Checkbox, Switch, FieldSet components
2020-04-18 09:06:50 -04:00
David Sevilla Martin
dfedd585f5
add prettier config and prettify javascript
2020-04-18 09:06:50 -04:00
David Sevilla Martin
dd13ff4169
update npm dependencies and add prettier to dev
2020-04-18 09:06:50 -04:00
David Sevilla Martin
4e96900dee
forum: fix index.filter route overriding 'settings' route
2020-04-18 09:05:34 -04:00
David Sevilla Martin
d404b11fcd
common: fix listItems marking all items as active
2020-04-18 09:05:34 -04:00
David Sevilla Martin
fb50540be4
common: use proper request attribute for Store.prototype.find
...
The property is 'params' instead of 'body' or 'data'
2020-04-18 09:05:33 -04:00
David Sevilla Martin
b2cbbd5862
forum: use transText on user delete control confirmation
2020-04-18 09:05:33 -04:00
David Sevilla Martin
d6a4058c28
forum: change some LinkButton code to properly work with 'active' attribute
2020-04-18 09:05:33 -04:00
David Sevilla Martin
be6a41ad0e
common: fix listItems not working as intended with mithril v2
2020-04-18 09:05:33 -04:00
David Sevilla Martin
557bb086f9
forum: add components/LogInButtons
2020-04-18 09:05:33 -04:00
David Sevilla Martin
1f1986c527
Remove immediate debug in app.request
2020-04-18 09:05:33 -04:00
David Sevilla Martin
6978c0aa77
Implement latest 'master' branch changes - not including files that haven't been ported yet
2020-04-18 09:05:33 -04:00