Выравнивание UI с vps-tracker: тема b2fA, ReUI DataGrid и shell
Build, Test, and Push CFDM Docker Image / test (push) Successful in 3m14s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Successful in 2m5s
Build, Test, and Push CFDM Docker Image / update-wiki (push) Successful in 6s
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped

Синхронизированы тема и layout (ModeToggle, sticky header), списки переведены на DataGridCard, дашборд на компактные SectionCards.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-30 14:48:24 +07:00
co-authored by Cursor
parent 09b32a5d62
commit 72a4b3403b
72 changed files with 10700 additions and 1901 deletions
+21
View File
@@ -80,4 +80,25 @@ export default defineConfig([
'no-restricted-syntax': 'off',
},
},
{
files: [
'src/components/reui/**/*.{ts,tsx}',
'src/components/data-grid-card.tsx',
'src/components/data-grid-types.ts',
'src/components/data-grid-cells.tsx',
'src/components/domains-filters-toolbar.tsx',
'src/components/list-filters-bar.tsx',
],
rules: {
'react-refresh/only-export-components': 'off',
'react-hooks/incompatible-library': 'off',
'react-hooks/use-memo': 'off',
'react-hooks/immutability': 'off',
'react-hooks/exhaustive-deps': 'off',
'no-restricted-syntax': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-unused-expressions': 'off',
'prefer-const': 'off',
},
},
])