Skip to content

Commit a7df7c0

Browse files
committed
feat!: switch to tailwind 4 and shadcn-vue
- tailwind is eventually to replace bulma. - basics are working - reku-ui and shadcn for components library - custom smile styles moved in src/css/smile.css - shadcn components in src/uikit - not backward compatible - not complete (need to migrate existing components to tailwind and redesgn ui) - experiment to see if can replace dashboard function - iconify icons (huge selection) and unplugin to make it easy to use them - not documented
1 parent a6372e3 commit a7df7c0

142 files changed

Lines changed: 12657 additions & 24375 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ env/*.zip
3535

3636
# Firebase service account
3737
*.service-account*
38+
/components.d.ts

.node_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
20.18.1

components.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://shadcn-vue.com/schema.json",
3+
"style": "new-york",
4+
"typescript": false,
5+
"tailwind": {
6+
"config": "",
7+
"css": "src/core/main.css",
8+
"baseColor": "zinc",
9+
"cssVariables": true,
10+
"prefix": ""
11+
},
12+
"aliases": {
13+
"components": "@/uikit/components",
14+
"composables": "@/uikit/composables",
15+
"utils": "@/uikit/lib/utils",
16+
"ui": "@/uikit/components/ui",
17+
"lib": "@/uikit/lib"
18+
},
19+
"iconLibrary": "lucide"
20+
}

0 commit comments

Comments
 (0)