daniele-liprandi/EvoNEST-backbone

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

Open

#46 opened on Nov 26, 2025

 (0 comments) (0 reactions) (0 assignees)JavaScript (2 forks)auto 404
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.tsx
  • src/app/(nest)/user/page.tsx
  • Multiple other files

Recommended fix

Use the existing toast/sonner library or AlertDialog component.

Contributor guide