feat: redesign plain layout pages - #3232
Conversation
Redesign the plain layout pages and reduce the flicker after logging in and out and when resolving private links by: - matching the initial loading spinner and the AppLoadingSpinner. - matching the background colors of the initial page render and the loaded theme. - introducing a new bare layout that only renders the AppLoadingSpinner to avoid rendering some text for a split second.
9ef868f to
096e987
Compare
|
@kulmann I'm a bit undecided on the |
Yes, much better. Having a text that is only briefly there might cause the typical confusion of "I was not fast enough to read it, what was that? did something bad happen?". loading spinner is sufficient. 馃憤 |
Redesign the plain layout pages and reduce the flicker after logging in and out and when resolving private links by:
AppLoadingSpinner.AppLoadingSpinnerto avoid rendering some text likeYou are being logged infor a split second.Also, make using
dark:prefixes on Tailwind classes work by correctly settingdocument.documentElement.dataset.colorScheme.