Cleanup: Dialog.jsx is unused (no component imports it) #115

Closed
opened 2026-05-17 21:23:22 -05:00 by null · 0 comments
Owner

Problem

src/components/ui/Dialog.jsx is a Radix Dialog component that is never imported by any page or component. It adds ~2KB to the bundle and increases maintenance surface.

The project uses Sheet (also Radix Dialog-based) for the mobile menu, but never uses a standalone Dialog/modal.

Fix

Delete src/components/ui/Dialog.jsx unless a modal/dialog is planned for the future.

Files

  • src/components/ui/Dialog.jsx — delete

Severity

Low — dead code, minimal bundle impact

## Problem src/components/ui/Dialog.jsx is a Radix Dialog component that is never imported by any page or component. It adds ~2KB to the bundle and increases maintenance surface. The project uses Sheet (also Radix Dialog-based) for the mobile menu, but never uses a standalone Dialog/modal. ## Fix Delete src/components/ui/Dialog.jsx unless a modal/dialog is planned for the future. ## Files - src/components/ui/Dialog.jsx — delete ## Severity Low — dead code, minimal bundle impact
null closed this issue 2026-05-17 22:08:53 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#115
No description provided.