Skip to content

Commit f08abc8

Browse files
committed
feat: add file delete, change ui theme
1 parent 3978f4e commit f08abc8

File tree

13 files changed

+881
-100
lines changed

13 files changed

+881
-100
lines changed

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@
8989
"javascript": {
9090
"jsxRuntime": "reactClassic",
9191
"formatter": {
92-
"jsxQuoteStyle": "double",
92+
"jsxQuoteStyle": "single",
9393
"quoteProperties": "asNeeded",
9494
"trailingCommas": "all",
9595
"semicolons": "always",
9696
"arrowParentheses": "always",
9797
"bracketSpacing": true,
9898
"bracketSameLine": false,
99-
"quoteStyle": "single",
99+
"quoteStyle": "double",
100100
"attributePosition": "auto"
101101
}
102102
},

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@
2020
"dependencies": {
2121
"@babel/standalone": "^7.27.0",
2222
"@monaco-editor/react": "^4.7.0",
23+
"@radix-ui/react-alert-dialog": "^1.1.10",
2324
"@radix-ui/react-slot": "^1.2.0",
2425
"@typescript/ata": "^0.9.7",
2526
"allotment": "^1.20.3",
2627
"lodash-es": "^4.17.21",
2728
"lucide-react": "^0.488.0",
2829
"react": "^19.1.0",
2930
"react-dom": "^19.1.0",
31+
"sonner": "^2.0.3",
3032
"tw-animate-css": "^1.2.5"
3133
},
3234
"devDependencies": {

0 commit comments

Comments
 (0)