feat(lists): ui enhancements (#1898)

* feat(web): remove browserslist left over

* fix(web): use string on some Settings section description

* fix(web): parse listType name

* fix(web): lists table aligned with other tables

* fix(web): fix release typo

* fix(web): Lists filter limited to 1
This commit is contained in:
Fabricio Silva 2024-12-27 16:13:39 +00:00 committed by GitHub
parent af3907df9b
commit c13844e8b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 38 additions and 47 deletions

View file

@ -13,18 +13,6 @@
"preview": "vite preview",
"lint:watch": "pnpm run lint -- --watch"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"pnpm": {
"overrides": {
"csstype": "3.1.2",