Skip to content

feat(frontend): add task loading skeletons#720

Open
Dreamstore2046 wants to merge 1 commit into
SoroLabs:mainfrom
Dreamstore2046:codex/sorotask-task-loading-skeletons
Open

feat(frontend): add task loading skeletons#720
Dreamstore2046 wants to merge 1 commit into
SoroLabs:mainfrom
Dreamstore2046:codex/sorotask-task-loading-skeletons

Conversation

@Dreamstore2046

Copy link
Copy Markdown

Summary

  • add frontend skeleton components at the path used by dashboard loading imports
  • add a reusable task-list skeleton with accessible busy semantics
  • replace the tasks page's generic loading blocks with the task-list skeleton
  • remove touched-file \�ny\ casts from the tasks page while wiring the loading state

Closes #698

Validation

  • \git diff --check`n-
    px eslint app/tasks/page.tsx components/skeletons/index.tsx --quiet`n

Notes

  • Full
    px tsc --noEmit --pretty false --project tsconfig.json\ is blocked by existing baseline parse errors in \components/AIAssistant/hooks/tests/useAIAssistant.test.ts\ where JSX is in a .ts\ file.
  • Full
    pm run lint -- --quiet\ is blocked by existing repository-wide lint errors unrelated to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frontend: Add loading skeletons

1 participant