discourse/app/assets
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
..
images
javascripts DEV: Delay rendering sidebar sections after sidebar is shown (#27227) 2024-05-29 10:54:39 +08:00
stylesheets UX: Implement new top-level nav on admin plugin pages (#27126) 2024-05-29 12:20:55 +10:00