You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, these create flows should give feedback and create optimistically. I've also navigated to notes during create, and was redirected back to the new project when it was finally created a minute late, which isn't the best UX.
When I initially encountered this bug, it led to rage-clicking the button and a 429.
Steps to reproduce:
** Only noticeable during high server load due to added latency on create
User clicks "Create"
createBoard.mutateAsync() fires — the button stays enabled with no spinner
The API call takes time (network round-trip)
During this time the modal looks frozen, user can click away
Ideally, these create flows should give feedback and create optimistically. I've also navigated to notes during create, and was redirected back to the new project when it was finally created a minute late, which isn't the best UX.
When I initially encountered this bug, it led to rage-clicking the button and a 429.
Steps to reproduce:
** Only noticeable during high server load due to added latency on create
Screen.Recording.2026-04-01.at.3.18.40.PM.mov