1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

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
This commit is contained in:
David Sevilla Martin
2020-03-07 17:02:48 -05:00
parent c8e97f295d
commit dfcc099040
13 changed files with 533 additions and 84 deletions

16
js/dist/admin.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

16
js/dist/forum.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long