mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Migrate to mantine v6 (#15)
* Add letter spacing to cell text * Set window control height in px * Add temp unused routes * Migrate text title font weights * Bump mantine to v6 alpha * Migrate modals / notifications * Increase header bar to 65px * Adjust play button props * Migrate various components * Migrate various pages and root styles * Adjust default badge padding * Fix sidebar spacing * Fix list header badges * Adjust default theme
This commit is contained in:
parent
768269f074
commit
44a4b88809
52 changed files with 1301 additions and 349 deletions
18
package.json
18
package.json
|
|
@ -253,17 +253,17 @@
|
|||
"@ag-grid-community/react": "^28.2.1",
|
||||
"@ag-grid-community/styles": "^28.2.1",
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@mantine/core": "^5.9.5",
|
||||
"@mantine/dates": "^5.9.5",
|
||||
"@mantine/dropzone": "^5.9.5",
|
||||
"@mantine/form": "^5.9.5",
|
||||
"@mantine/hooks": "^5.9.5",
|
||||
"@mantine/modals": "^5.9.5",
|
||||
"@mantine/notifications": "^5.9.5",
|
||||
"@mantine/spotlight": "^5.9.5",
|
||||
"@mantine/core": "^6.0.0-alpha.0",
|
||||
"@mantine/dates": "^6.0.0-alpha.0",
|
||||
"@mantine/dropzone": "^6.0.0-alpha.0",
|
||||
"@mantine/form": "^6.0.0-alpha.0",
|
||||
"@mantine/hooks": "^6.0.0-alpha.0",
|
||||
"@mantine/modals": "^6.0.0-alpha.0",
|
||||
"@mantine/notifications": "^6.0.0-alpha.0",
|
||||
"@mantine/utils": "^6.0.0-alpha.0",
|
||||
"@tanstack/react-query": "^4.16.1",
|
||||
"@tanstack/react-query-devtools": "^4.16.1",
|
||||
"@tanstack/react-virtual": "^3.0.0-beta.34",
|
||||
"@tanstack/react-virtual": "^3.0.0-beta.39",
|
||||
"dayjs": "^1.11.6",
|
||||
"electron-debug": "^3.2.0",
|
||||
"electron-localshortcut": "^3.2.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue