Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,839 changes: 563 additions & 1,276 deletions board/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@
},
"dependencies": {
"clsx": "^2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"socket.io-client": "^4.8.3",
"zustand": "^4.5.0"
"zustand": "^5.0.14"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"@playwright/test": "^1.61.1",
"@tailwindcss/postcss": "^4.3.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^6.0.2",
"autoprefixer": "^10.4.0",
"happy-dom": "^20.8.9",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"happy-dom": "^20.10.6",
"jsdom": "^29.1.1",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0",
"vite": "^8.0.16",
"vitest": "^4.1.2",
"postcss": "^8.5.19",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"vite": "^8.1.4",
"vitest": "^4.1.10",
"vitest-axe": "^0.1.0"
}
}
3 changes: 1 addition & 2 deletions board/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
'@tailwindcss/postcss': {},
},
};
2 changes: 1 addition & 1 deletion board/src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Header() {
const pillClass = STATUS_PILL[workflowStatus] ?? 'bg-slate-700 text-slate-300';

return (
<header className="sticky top-0 z-10 border-b border-slate-800 bg-[#0f172a]/95 backdrop-blur-sm">
<header className="sticky top-0 z-10 border-b border-slate-800 bg-[#0f172a]/95 backdrop-blur-xs">
<div className="max-w-[1600px] mx-auto px-4 h-14 flex items-center gap-4">
{/* Logo */}
<div className="flex items-center gap-2 shrink-0">
Expand Down
4 changes: 1 addition & 3 deletions board/src/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'tailwindcss';

@layer base {
html {
Expand Down
21 changes: 0 additions & 21 deletions board/tailwind.config.js

This file was deleted.

Loading
Loading