feat: implement Zustand state management #74
Merged
Annotations
10 warnings
|
🔍 Lint:
src/renderer/stores/auth.store.ts#L86
Missing return type on function
|
|
🔍 Lint:
src/renderer/stores/auth.store.ts#L71
Missing return type on function
|
|
🔍 Lint:
src/renderer/stores/auth.store.ts#L50
Missing return type on function
|
|
🔍 Lint:
src/renderer/stores/auth.store.ts#L47
Missing return type on function
|
|
🔍 Lint:
src/renderer/stores/auth.store.ts#L37
Missing return type on function
|
|
🔍 Lint:
src/renderer/stores/auth.store.ts#L34
Missing return type on function
|
|
🔍 Lint:
src/renderer/stores/auth.store.ts#L31
Missing return type on function
|
|
🔍 Lint:
src/renderer/layouts/components/WorkspaceSwitcher.tsx#L50
Missing return type on function
|
|
🔍 Lint:
src/renderer/components/color-picker.tsx#L100
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
🔍 Lint:
src/renderer/components/color-picker.tsx#L90
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading