daniele-liprandi/EvoNEST-backbone
Using alert() and confirm() instead of UI components
Offen
#46 geöffnet am 26.11.2025
FrontendLowenhancementgood first issue
Repository-Metriken
- Stars
- (1 Stern)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.