daniele-liprandi/EvoNEST-backbone

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

開放

#46 建立於 2025年11月26日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (2 個分叉)auto 404
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.tsx
  • src/app/(nest)/user/page.tsx
  • Multiple other files

Recommended fix

Use the existing toast/sonner library or AlertDialog component.

貢獻者指南