Skip to content

Commit 67d6823

Browse files
authored
[UI] New logo, favicon, primary color update, NCU (#1898)
1 parent 28c28a8 commit 67d6823

File tree

132 files changed

+1474
-1883
lines changed

Some content is hidden

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

132 files changed

+1474
-1883
lines changed

ui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
66
<link rel="preconnect" href="https://fonts.googleapis.com" />
77
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
88
<link

ui/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,43 +31,43 @@
3131
"@hookform/resolvers": "^5.2.2",
3232
"@lezer/highlight": "1.2.1",
3333
"@radix-ui/react-alert-dialog": "^1.1.15",
34-
"@radix-ui/react-avatar": "^1.1.10",
34+
"@radix-ui/react-avatar": "^1.1.11",
3535
"@radix-ui/react-collapsible": "^1.1.12",
3636
"@radix-ui/react-dialog": "^1.1.15",
3737
"@radix-ui/react-dropdown-menu": "^2.1.16",
3838
"@radix-ui/react-hover-card": "^1.1.15",
39-
"@radix-ui/react-label": "^2.1.7",
40-
"@radix-ui/react-progress": "^1.1.7",
39+
"@radix-ui/react-label": "^2.1.8",
40+
"@radix-ui/react-progress": "^1.1.8",
4141
"@radix-ui/react-radio-group": "^1.3.8",
4242
"@radix-ui/react-scroll-area": "^1.2.10",
4343
"@radix-ui/react-select": "^2.2.6",
44-
"@radix-ui/react-separator": "^1.1.7",
45-
"@radix-ui/react-slot": "^1.2.3",
44+
"@radix-ui/react-separator": "^1.1.8",
45+
"@radix-ui/react-slot": "^1.2.4",
4646
"@radix-ui/react-tabs": "^1.1.13",
4747
"@radix-ui/react-toggle": "^1.1.10",
4848
"@radix-ui/react-tooltip": "^1.2.8",
4949
"@tailwindcss/vite": "^4.1.16",
50-
"@tanstack/react-query": "^5.90.5",
50+
"@tanstack/react-query": "^5.90.6",
5151
"@tanstack/react-query-devtools": "^5.90.2",
52-
"@tanstack/react-router": "1.133.28",
52+
"@tanstack/react-router": "1.134.12",
5353
"@tanstack/react-table": "^8.21.3",
5454
"@tidbcloud/codemirror-extension-cur-sql-gutter": "^0.0.6",
5555
"@tidbcloud/codemirror-extension-events": "^0.0.7",
5656
"@tidbcloud/codemirror-extension-save-helper": "^0.0.6",
5757
"@tidbcloud/codemirror-extension-sql-parser": "^0.0.6",
5858
"@tidbcloud/tisqleditor-react": "^0.0.6",
59-
"axios": "^1.12.2",
59+
"axios": "^1.13.1",
6060
"class-variance-authority": "^0.7.1",
6161
"clsx": "^2.1.1",
62-
"dayjs": "^1.11.18",
62+
"dayjs": "^1.11.19",
6363
"i18next": "^25.6.0",
64-
"lucide-react": "^0.548.0",
64+
"lucide-react": "^0.552.0",
6565
"react": "^19.2.0",
6666
"react-dom": "^19.2.0",
6767
"react-dropzone": "^14.3.8",
68-
"react-hook-form": "^7.65.0",
69-
"react-i18next": "^16.2.0",
70-
"react-intersection-observer": "^9.16.0",
68+
"react-hook-form": "^7.66.0",
69+
"react-i18next": "^16.2.4",
70+
"react-intersection-observer": "^10.0.0",
7171
"react-resizable-panels": "^3.0.6",
7272
"sonner": "^2.0.7",
7373
"sql-formatter": "^15.6.10",
@@ -78,38 +78,38 @@
7878
"zustand": "^5.0.8"
7979
},
8080
"devDependencies": {
81-
"@eslint/js": "^9.38.0",
81+
"@eslint/js": "^9.39.1",
8282
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
8383
"@julr/vite-plugin-validate-env": "^2.2.0",
84-
"@orval/core": "^7.15.0",
84+
"@orval/core": "^7.16.0",
8585
"@tanstack/eslint-plugin-query": "^5.91.2",
86-
"@tanstack/router-devtools": "^1.133.28",
87-
"@tanstack/router-plugin": "^1.133.28",
88-
"@types/node": "^24.9.1",
86+
"@tanstack/router-devtools": "^1.134.12",
87+
"@tanstack/router-plugin": "^1.134.12",
88+
"@types/node": "^24.10.0",
8989
"@types/react": "^19.2.2",
9090
"@types/react-dom": "^19.2.2",
9191
"@vitejs/plugin-react": "^5.1.0",
92-
"eslint": "^9.38.0",
93-
"eslint-plugin-check-file": "^3.3.0",
92+
"eslint": "^9.39.1",
93+
"eslint-plugin-check-file": "^3.3.1",
9494
"eslint-plugin-n": "^17.23.1",
9595
"eslint-plugin-react": "^7.37.5",
9696
"eslint-plugin-react-hooks": "6.0.0",
9797
"eslint-plugin-react-refresh": "^0.4.24",
98-
"knip": "^5.66.3",
98+
"knip": "^5.67.1",
9999
"lint-staged": "^16.2.6",
100-
"npm-check-updates": "^19.1.1",
101-
"orval": "^7.15.0",
100+
"npm-check-updates": "^19.1.2",
101+
"orval": "^7.16.0",
102102
"prettier": "^3.6.2",
103103
"prettier-plugin-packagejson": "^2.5.19",
104104
"prettier-plugin-tailwindcss": "^0.7.1",
105105
"simple-git-hooks": "^2.13.1",
106106
"tailwindcss": "^4.1.16",
107107
"typescript": "^5.9.3",
108-
"typescript-eslint": "^8.46.2",
108+
"typescript-eslint": "^8.46.3",
109109
"vite": "^7.1.12",
110110
"vite-tsconfig-paths": "^5.1.4"
111111
},
112-
"packageManager": "pnpm@10.18.3",
112+
"packageManager": "pnpm@10.20.0",
113113
"engines": {
114114
"node": ">=v22.16.0",
115115
"npm": "Please, use pnpm",

0 commit comments

Comments
 (0)