feat: add project management actions to WelcomeView

- Introduced `addProject` and `setCurrentProject` actions to the WelcomeView component for enhanced project management capabilities.
- Updated the component's state management to support these new actions, improving user experience in project handling.
This commit is contained in:
Cody Seibert
2025-12-12 23:45:36 -05:00
committed by Kacper
parent 8621a3095d
commit 26e01c930f

View File

@@ -41,6 +41,8 @@ export function WelcomeView() {
trashedProjects,
currentProject,
upsertAndSetCurrentProject,
addProject,
setCurrentProject,
setCurrentView,
theme: globalTheme,
} = useAppStore();