Commit Graph

1 Commits (9e84f6102926fe4a9c6364b92d8c738b0b347cde)

Author SHA1 Message Date
boojack 9e84f61029 fix(web): delay loading skeleton to avoid flash on fast loads
Render the memo list skeleton only after loading exceeds a short delay
(SKELETON_LOADING_DELAY_MS). Fast/self-hosted loads now finish before the
threshold and never flash the skeleton, while slow loads still show it.

Close #6047
2 weeks ago