The Projects page shows a plain "Loading…" while fetching projects + folders, causing a bare flash before content.
Where: apps/web/src/components/projects/ProjectsPage.tsx (~lines 630–631)
What to do: Replace the text with skeleton placeholder cards (shimmer or muted blocks) roughly matching the real card layout, to improve perceived performance.
Done when: the loading state shows skeleton cards instead of "Loading…".
Size: M
New here? The README has a ~90-second self-host quickstart to run the app locally. Comment on the issue if you want pointers — happy to help.
The Projects page shows a plain "Loading…" while fetching projects + folders, causing a bare flash before content.
Where:
apps/web/src/components/projects/ProjectsPage.tsx(~lines 630–631)What to do: Replace the text with skeleton placeholder cards (shimmer or muted blocks) roughly matching the real card layout, to improve perceived performance.
Done when: the loading state shows skeleton cards instead of "Loading…".
Size: M
New here? The README has a ~90-second self-host quickstart to run the app locally. Comment on the issue if you want pointers — happy to help.