Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6c0bbe5
chore: shadcn config
RainyNight9 Dec 5, 2025
262d13b
merge: merge main
RainyNight9 Dec 5, 2025
c02188a
feat: add shadcn ui config
RainyNight9 Dec 5, 2025
fb6a946
Merge branch 'main' into shadcn-1205
RainyNight9 Dec 5, 2025
26d76c4
style: adjust styles
RainyNight9 Dec 8, 2025
c73bdeb
style: adjust styles
RainyNight9 Dec 8, 2025
3ce38ac
refactor: update style
ayangweb Dec 9, 2025
ba2378d
style: adjust styles
RainyNight9 Dec 9, 2025
8810a4e
Merge branch 'shadcn-1205' of github.com:infinilabs/coco-app into sha…
RainyNight9 Dec 9, 2025
cc6dfcf
style: adjust styles
RainyNight9 Dec 9, 2025
83373a9
Merge branch 'main' into shadcn-1205
RainyNight9 Dec 9, 2025
d9ab84b
style: adjust styles
RainyNight9 Dec 9, 2025
130360e
Merge branch 'shadcn-1205' of github.com:infinilabs/coco-app into sha…
RainyNight9 Dec 9, 2025
81dc513
style: adjust styles
RainyNight9 Dec 9, 2025
11a2da1
refactor: update
ayangweb Dec 10, 2025
58f8e6b
refactor: update
ayangweb Dec 10, 2025
a65fa2b
refactor: update
ayangweb Dec 10, 2025
9b6ec9f
refactor: update
ayangweb Dec 10, 2025
b8d5a5f
style: adjust styles
RainyNight9 Dec 10, 2025
8fdf11f
merge: merge
RainyNight9 Dec 10, 2025
b83844f
style: adjust styles
RainyNight9 Dec 10, 2025
6793bb1
refactor: update
ayangweb Dec 10, 2025
921c47f
refactor: update
ayangweb Dec 10, 2025
e8b8e01
refactor: update
ayangweb Dec 10, 2025
b70090e
refactor: update
ayangweb Dec 10, 2025
0f1c563
refactor: update
ayangweb Dec 10, 2025
cb00667
refactor: update
ayangweb Dec 10, 2025
595db9c
style: web styles
RainyNight9 Dec 10, 2025
59e9fb5
refactor: update
ayangweb Dec 10, 2025
a3d485e
style: web styles
RainyNight9 Dec 10, 2025
ac609b1
merge: merge
RainyNight9 Dec 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ src/components/web
*.sln
*.sw?
.env

.trae
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,18 @@
"meval",
"Minimizable",
"msvc",
"njsproj",
"nord",
"nowrap",
"nspanel",
"nsstring",
"ntvs",
"objc",
"overscan",
"partialize",
"patchelf",
"Quicklink",
"Quicklinks",
"Raycast",
"rehype",
"reqwest",
Expand All @@ -54,13 +57,15 @@
"rustup",
"screenshotable",
"serde",
"Shadcn",
"swatinem",
"tailwindcss",
"tauri",
"thiserror",
"timedout",
"titlebar",
"tpddns",
"trae",
"traptitech",
"unlisten",
"unlistener",
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@
"release-beta": "release-it --preRelease=beta --preReleaseBase=1"
},
"dependencies": {
"@headlessui/react": "^2.2.2",
"@infinilabs/custom-icons": "0.0.4",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.13",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-autostart": "~2.2.0",
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
Expand Down Expand Up @@ -77,6 +85,7 @@
"zustand": "^5.0.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2.5.0",
"@types/dom-speech-recognition": "^0.0.4",
"@types/lodash-es": "^4.17.12",
Expand All @@ -93,7 +102,7 @@
"postcss": "^8.5.3",
"release-it": "^18.1.2",
"sass": "^1.87.0",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.0",
"tsup": "^8.4.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
Expand Down
Loading