daniele-liprandi/EvoNEST-backbone

Using alert() and confirm() instead of UI components

Offen

#46 geöffnet am 26.11.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2 Forks)auto 404
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.tsx
  • src/app/(nest)/user/page.tsx
  • Multiple other files

Recommended fix

Use the existing toast/sonner library or AlertDialog component.

Contributor Guide