Compare commits

..

2 Commits

Author SHA1 Message Date
075dfc6481 Fixed deploy branch.
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-01 01:52:03 +00:00
9a34c59bbf Improved badge text size. 2026-03-01 01:46:40 +00:00
2 changed files with 5 additions and 1 deletions

View File

@ -413,3 +413,7 @@ body {
border-radius: 22px;
padding: 24px;
}
.ant-badge .ant-badge-count-sm {
font-size: 10px;
}

View File

@ -72,7 +72,7 @@
"build": "vite build",
"dev:electron": "concurrently \"cross-env NODE_ENV=development vite --no-open\" \"cross-env ELECTRON_START_URL=http://localhost:5780 cross-env NODE_ENV=development electron public/electron.js\"",
"build:electron": "vite build && electron-builder",
"deploy": "vite build && wrangler pages deploy"
"deploy": "vite build && wrangler pages deploy --branch main"
},
"eslintConfig": {
"extends": [