get-convex / fullstack-convex

Fullstack.app implementation using Convex / Auth0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI fixes/improvements

vakila opened this issue · comments

  • Fix loading ghosts
    • Task details
    • Task List
  • Fix flash of loading when typing slowly in search
  • Column headers: title & pointer cursor on hover to show they're clickable, caret up/down by current sort key
  • Select dropdowns
    • once opened, Status select should maybe be more of a standard select input rather than the colored pills, and only show the pill after selecting/cancelling - (should these maybe just open a modal?)
    • All controls should close on blur, currently stay open until clicked again
    • Refactor for better Select reusability?
  • Fix flash of 404 in sidebar when adding a new task & selecting a task from the list
  • Optimistic updates - e.g. after editing task title/description in sidebar, status in sidebar & list
  • Comments - too aggressive on the collapsing, should probably show at least 2 or 3 comments
  • "Has "fill" but missing "sizes" warning https://nextjs.org/docs/api-reference/next/image#sizes
  • Other console warnings
  • Login title for anon users
  • Disable File upload & delete btn for anon users