Skip to content

Commit a1e34de

Browse files
committed
fix: remove alert-dialog component and radix dep, fixes Docker build
Deleted alert-dialog.tsx and removed @radix-ui/react-alert-dialog. Revoke confirmation already uses plain Dialog -- no new deps needed. Clean bun.lock for Docker Linux compatibility.
1 parent 873db8f commit a1e34de

3 files changed

Lines changed: 0 additions & 95 deletions

File tree

frontend/bun.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"dependencies": {
1717
"@radix-ui/react-accordion": "^1.2.12",
18-
"@radix-ui/react-alert-dialog": "^1.1.15",
1918
"@radix-ui/react-avatar": "^1.1.11",
2019
"@radix-ui/react-checkbox": "^1.3.3",
2120
"@radix-ui/react-collapsible": "^1.1.12",

frontend/src/components/ui/alert-dialog.tsx

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)