Skip to content

Commit 556f400

Browse files
committed
feat: update UI components with tooltips and enhance profile management with improved form handling and validation
1 parent 1346d8d commit 556f400

48 files changed

Lines changed: 4027 additions & 1373 deletions

Some content is hidden

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

.claude/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"Read(//c/Users/chris/.claude/projects/e--aidrelay/da1654e9-7d02-48ca-94a6-74e9a336254b/tool-results/**)",
2121
"Read(//c/Users/chris/.claude/projects/e--aidrelay/da1654e9-7d02-48ca-94a6-74e9a336494b/tool-results/**)",
2222
"Read(//c/Users/chris/.claude/projects/e--aidrelay/**)",
23-
"Bash(pnpm typecheck)"
23+
"Bash(pnpm typecheck)",
24+
"Bash(pnpm vitest run --project renderer)"
2425
]
2526
}
2627
}

components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tailwind": {
77
"config": "",
88
"css": "src/renderer/assets/index.css",
9-
"baseColor": "violet",
9+
"baseColor": "zinc",
1010
"cssVariables": true,
1111
"prefix": ""
1212
},

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@
4242
"@uiw/react-md-editor": "^4.0.11",
4343
"better-sqlite3": "^12.6.2",
4444
"chokidar": "^5.0.0",
45+
"class-variance-authority": "^0.7.1",
4546
"clsx": "^2.1.1",
4647
"electron-log": "^5.2.4",
4748
"electron-updater": "^6.3.9",
4849
"i18next": "^25.8.14",
4950
"isomorphic-git": "^1.37.2",
5051
"keytar": "^7.9.0",
5152
"lucide-react": "^0.577.0",
53+
"radix-ui": "^1.4.3",
5254
"react-hook-form": "^7.71.2",
5355
"react-i18next": "^16.5.6",
5456
"sonner": "^2.0.7",

0 commit comments

Comments
 (0)