get-convex / fullstack-convex

Fullstack.app implementation using Convex / Auth0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper errors & loading states

vakila opened this issue · comments

  • Error boundary for cases where user does not have permission to access a certain page, e.g. if a logged out user tries to access /task/new or a user tries to access a private task they don't own, and unexpected errors
  • Better loading state in task list
  • Better loading state for task detail page (currently flashes "task not found" error while task is loading)