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
Save, delete, and export operations complete silently. The user receives no feedback that work is in progress, outside of a spinning icon in the navigation bar.
ToDo
Track loading state with useState<boolean>, set to true before the asynchronous call and false in finally. Pass disabled={isLoading} and render a spinner or "Saving..." label inside the button during loading. (potentially use Shadcn's <Button> as it accepts children)
Save, delete, and export operations complete silently. The user receives no feedback that work is in progress, outside of a spinning icon in the navigation bar.
ToDo
useState<boolean>, set to true before the asynchronous call and false infinally. Passdisabled={isLoading}and render a spinner or "Saving..." label inside the button during loading. (potentially use Shadcn's<Button>as it accepts children)