Skip to content

Commit

Permalink
chore: use popover for update tag view setting
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Jul 17, 2024
1 parent 5a26b76 commit 878fea5
Show file tree
Hide file tree
Showing 8 changed files with 734 additions and 12 deletions.
17 changes: 17 additions & 0 deletions web/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/css/tailwind.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/utils/utils"
}
}
4 changes: 4 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"@github/relative-time-element": "^4.4.0",
"@matejmazur/react-katex": "^3.1.3",
"@mui/joy": "5.0.0-beta.48",
"@radix-ui/react-popover": "^1.1.1",
"@reduxjs/toolkit": "^2.2.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.11",
Expand All @@ -36,7 +38,9 @@
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.0",
"react-use": "^17.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.5",
"tailwindcss-animate": "^1.0.7",
"textarea-caret": "^3.1.0",
"uuid": "^10.0.0",
"zustand": "^4.5.4"
Expand Down
Loading

0 comments on commit 878fea5

Please sign in to comment.