Skip to content

Commit 6b7063e

Browse files
committed
Improve WEB UI
1 parent d75d81e commit 6b7063e

File tree

16 files changed

+4507
-679
lines changed

16 files changed

+4507
-679
lines changed

nextjs-frontend/package-lock.json

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

nextjs-frontend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"dependencies": {
1313
"@hookform/resolvers": "^3.10.0",
1414
"@monaco-editor/react": "^4.7.0",
15-
"@tailwindcss/postcss": "^4.1.13",
1615
"@tailwindcss/typography": "^0.5.19",
1716
"@tanstack/react-query": "^5.90.2",
1817
"@types/d3": "^7.4.3",
@@ -38,7 +37,7 @@
3837
"react-virtual": "^2.10.4",
3938
"react-window": "^1.8.8",
4039
"socket.io-client": "^4.8.1",
41-
"tailwindcss": "^4.1.13",
40+
"tailwindcss": "^3.4.17",
4241
"typescript": "^5.8.3",
4342
"zod": "^3.24.1",
4443
"zustand": "^5.0.2"

nextjs-frontend/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
plugins: {
3-
'@tailwindcss/postcss': {},
3+
tailwindcss: {},
44
autoprefixer: {},
55
},
66
}

0 commit comments

Comments
 (0)