feat(ui): migrate theming to chakra ui

This commit is contained in:
psychedelicious
2023-03-06 20:02:40 +11:00
parent a305b6adbf
commit 57144ac0cf
325 changed files with 6616 additions and 6246 deletions

View File

@@ -23,7 +23,7 @@ jobs:
node-version: '18'
- uses: actions/checkout@v3
- run: 'yarn install --frozen-lockfile'
- run: 'yarn tsc'
- run: 'yarn run madge'
- run: 'yarn run lint --max-warnings=0'
- run: 'yarn run prettier --check'
- run: 'yarn run lint:tsc'
- run: 'yarn run lint:madge'
- run: 'yarn run lint:eslint'
- run: 'yarn run lint:prettier'