mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(web): upgrade to tailwind v4 (#1946)
* feat(web): tailwind v4 and removal of PostCSS * chore(web): cleanup unused compatibility styles code * fix(web): application settings border * fix(web): indexer, list, notification and proxy forms including selects * fix(web): apikey, download client, filter add form * fix(web): select text input color * fix(web): indexer form paddings * fix(web): feed and notification update form * fix(web): fix margins and paddings in various forms * fix(web): fix proxy forms * deps(web): remove PostCSS dependency * web: remove hover animation on release tables * fix(web): filter tab transitions * fix(web): linting * feat(web): drop filter tab transitions
This commit is contained in:
parent
024371e4eb
commit
5e2769639f
64 changed files with 686 additions and 403 deletions
|
@ -29,6 +29,7 @@
|
|||
"@hookform/error-message": "^2.0.1",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"@tanstack/react-query": "^5.62.11",
|
||||
"@tanstack/react-query-devtools": "^5.29.2",
|
||||
"@tanstack/react-router": "^1.92.13",
|
||||
|
@ -45,7 +46,6 @@
|
|||
"formik": "^2.4.6",
|
||||
"goober": "^2.1.16",
|
||||
"http-proxy-middleware": "^3.0.3",
|
||||
"postcss": "^8.4.49",
|
||||
"react": "^19.0.0",
|
||||
"react-debounce-input": "^3.3.0",
|
||||
"react-dom": "^19.0.0",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"react-textarea-autosize": "^8.5.6",
|
||||
"stacktracey": "^2.1.8",
|
||||
"tailwind-lerp-colors": "1.2.6",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"workbox-window": "^7.3.0",
|
||||
"zod": "^3.24.1",
|
||||
"zod-formik-adapter": "^1.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue