Code Quality Finding
Severity: high
Category: Loading States
Perspective: ux
File: client/src/hooks/use-toast.ts
Line: 4
Description
TOAST_REMOVE_DELAY is set to 1000000ms (16+ minutes), which means toasts will persist far too long and clutter the interface.
Suggested Fix
Change TOAST_REMOVE_DELAY to a reasonable value like 5000ms (5 seconds)
This issue was automatically created by Code Quality Agent
Code Quality Finding
Severity: high
Category: Loading States
Perspective: ux
File:
client/src/hooks/use-toast.tsLine: 4
Description
TOAST_REMOVE_DELAY is set to 1000000ms (16+ minutes), which means toasts will persist far too long and clutter the interface.
Suggested Fix
Change TOAST_REMOVE_DELAY to a reasonable value like 5000ms (5 seconds)
This issue was automatically created by Code Quality Agent