daniele-liprandi/EvoNEST-backbone
Using alert() and confirm() instead of UI components
Open
#46 opened on Nov 26, 2025
FrontendLowenhancementgood first issue
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
Description
Native browser dialogs are used instead of React components, blocking the UI and providing poor UX.
Files affected
src/components/config-setup.tsxsrc/app/(nest)/user/page.tsx- Multiple other files
Recommended fix
Use the existing toast/sonner library or AlertDialog component.