mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
fix: remove homepage intro loading flash by using invisible Suspense fallback and null render during query load
This commit is contained in:
@@ -10,6 +10,20 @@ layout: "sidebar"
|
||||
All notable changes to this project.
|
||||

|
||||
|
||||
## v2.2.2
|
||||
|
||||
Released December 31, 2025
|
||||
|
||||
**Homepage intro loading flash fix**
|
||||
|
||||
- Removed visible loading states from homepage intro content
|
||||
- No more "Loading..." text flash when app loads (fixed Suspense fallback in main.tsx)
|
||||
- No more bio text flash while home intro content loads (fixed conditional in Home.tsx)
|
||||
- Home intro content now appears without any visible loading state or fallback
|
||||
- Matches the loading pattern used by Post.tsx for docs pages (render nothing while loading)
|
||||
|
||||
Updated files: `src/main.tsx`, `src/pages/Home.tsx`, `changelog.md`, `content/pages/changelog-page.md`, `TASK.md`, `files.md`
|
||||
|
||||
## v2.2.1
|
||||
|
||||
Released December 31, 2025
|
||||
|
||||
Reference in New Issue
Block a user