-
Notifications
You must be signed in to change notification settings - Fork 11
Improve Suspense Loader #99
Copy link
Copy link
Closed
OpenCodeChicago/hacktoberfest-2025-frontend
#105Labels
frontendTasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)good first issueGood for newcomersGood for newcomershacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025priority: highNeeds attention ASAPNeeds attention ASAP
Milestone
Metadata
Metadata
Assignees
Labels
frontendTasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)good first issueGood for newcomersGood for newcomershacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025priority: highNeeds attention ASAPNeeds attention ASAP
Type
Projects
Status
Done
Priority: Medium
Difficulty: Beginner-Friendly
Type: Frontend Enhancement
Description
Improve the Suspense fallback loader for better UX. Instead of plain text
"Loading content...", display a centered animated loader with consistent page height.Requirements
Suspense Fallback
Layout
<main>) should havemin-height: 100vh.Accessibility
role="status"andaria-live="polite"for screen readers."Loading content"but visually hidden (for accessibility).Design
Assets
Acceptance Criteria
min-height: 100vh).<Outlet />content is displayed.