discourse/app
Natalie Tay 7aa5c64806
DEV: Delay rendering sidebar sections after sidebar is shown (#27227)
Delay rendering sidebar sections after sidebar is shown

Showing the popup takes about 100ms, then rendering each section
could take up to and additional 200ms, which leaves the total just
outside of 300ms. If we cheat by rendering the popup first then
the sections in the next frame, it improves our paint time

Introduce DeferredRender to encapsulate 'paint later'
2024-05-29 10:54:39 +08:00
..
assets DEV: Delay rendering sidebar sections after sidebar is shown (#27227) 2024-05-29 10:54:39 +08:00
controllers DEV: Also noindex embedded comments (#27221) 2024-05-28 12:59:24 +08:00
helpers DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
jobs DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models FIX: Bulk clear reminders when the reminder is expired (#27220) 2024-05-28 10:21:33 -03:00
serializers DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
services DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
views FIX: send activity summaries based on "last seen" (#27035) 2024-05-22 10:23:03 +02:00