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

@ -3,6 +3,7 @@ module.exports = {
tabWidth: 2,
semi: true,
singleQuote: true,
endOfLine: 'auto',
overrides: [
{
files: ['public/locales/*.json'],