Skip to content

loading state exists but nothing shows a spinner #8

Description

@anoopcodehack

File: client/src/context/BoardContext.jsx + Dashboard.jsx

BoardContext has loading state that's set correctly
but Dashboard.jsx never uses it!

Fix: In Dashboard.jsx, check the loading value:
if (loading) return

Create a simple LoadingSpinner component with
Tailwind animate-spin class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions