Skip to content

Commit 4046239

Browse files
committed
refactor: massive refactor of old/unused code, file deletion and clean up, fix: severeal fixes on artifacts and chat logic, feat: single file for ai models instructions so we all can only edit/enhance this file as a team
1 parent 6493de8 commit 4046239

63 files changed

Lines changed: 3203 additions & 6286 deletions

Some content is hidden

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

bun.lock

Lines changed: 41 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gigapi-ui",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"type": "module",
55
"description": "UI interface for GigAPI: The Infinite Timeseries Lakehouse. GigAPI UI provides a slick web interface to query time-series using GigAPI Catalog Metadata + DuckDB",
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"author": "",
1717
"license": "AGPL-3.0",
1818
"dependencies": {
19-
"@hookform/resolvers": "^5.2.0",
19+
"@hookform/resolvers": "^5.2.1",
2020
"@monaco-editor/react": "^4.7.0",
2121
"@radix-ui/react-checkbox": "^1.3.2",
2222
"@radix-ui/react-dialog": "^1.1.14",
@@ -27,7 +27,6 @@
2727
"@radix-ui/react-select": "^2.2.5",
2828
"@radix-ui/react-separator": "^1.1.7",
2929
"@radix-ui/react-slot": "^1.2.3",
30-
"@radix-ui/react-switch": "^1.2.5",
3130
"@radix-ui/react-tabs": "^1.1.12",
3231
"@radix-ui/react-tooltip": "^1.2.7",
3332
"@tailwindcss/vite": "^4.1.11",
@@ -40,38 +39,39 @@
4039
"cmdk": "^1.1.1",
4140
"date-fns": "^4.1.0",
4241
"date-fns-tz": "^3.2.0",
43-
"echarts": "^5.6.0",
44-
"jotai": "^2.12.5",
45-
"lucide-react": "^0.533.0",
42+
"echarts": "^6.0.0",
43+
"highlight.js": "^11.11.1",
44+
"jotai": "^2.13.0",
45+
"katex": "^0.16.22",
46+
"lucide-react": "^0.539.0",
4647
"pako": "^2.1.0",
4748
"react": "^19.1.1",
4849
"react-day-picker": "^9.8.1",
4950
"react-dom": "^19.1.1",
5051
"react-grid-layout": "^1.5.2",
51-
"react-hook-form": "^7.61.1",
52+
"react-hook-form": "^7.62.0",
5253
"react-markdown": "^10.1.0",
5354
"react-resizable": "^3.0.5",
54-
"react-resizable-panels": "^3.0.3",
55-
"react-router-dom": "^7.7.1",
55+
"react-resizable-panels": "^3.0.4",
56+
"react-router-dom": "^7.8.0",
5657
"rehype-highlight": "^7.0.2",
5758
"rehype-katex": "^7.0.1",
5859
"remark-gfm": "^4.0.1",
5960
"remark-math": "^6.0.0",
60-
"sonner": "^2.0.6",
61+
"sonner": "^2.0.7",
6162
"tailwind-merge": "^3.3.1",
63+
"tw-animate-css": "^1.3.6",
6264
"uuid": "^11.1.0",
63-
"vite": "^7.0.6",
64-
"zod": "^4.0.11"
65+
"vite": "^7.1.1",
66+
"zod": "^4.0.15"
6567
},
6668
"devDependencies": {
67-
"@types/node": "^24.1.0",
69+
"@types/node": "^24.2.0",
6870
"@types/pako": "^2.0.3",
69-
"@types/react": "^19.1.8",
70-
"@types/react-dom": "^19.1.6",
71-
"@types/recharts": "^2.0.1",
72-
"@vitejs/plugin-react": "^4.7.0",
71+
"@types/react": "^19.1.9",
72+
"@types/react-dom": "^19.1.7",
73+
"@vitejs/plugin-react": "^5.0.0",
7374
"knip": "^5.62.0",
74-
"tailwindcss": "^4.1.11",
75-
"tw-animate-css": "^1.3.6"
75+
"typescript": "^5.9.2"
7676
}
7777
}

src/assets/anthropic.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/assets/gemini.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/assets/huggingface.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)