daniele-liprandi/EvoNEST-backbone
Using alert() and confirm() instead of UI components
開放
#46 建立於 2025年11月26日
FrontendLowenhancementgood first issue
倉庫指標
- 星標
- (1 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.