mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
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:
@@ -41,6 +41,8 @@ export function WelcomeView() {
|
|||||||
trashedProjects,
|
trashedProjects,
|
||||||
currentProject,
|
currentProject,
|
||||||
upsertAndSetCurrentProject,
|
upsertAndSetCurrentProject,
|
||||||
|
addProject,
|
||||||
|
setCurrentProject,
|
||||||
setCurrentView,
|
setCurrentView,
|
||||||
theme: globalTheme,
|
theme: globalTheme,
|
||||||
} = useAppStore();
|
} = useAppStore();
|
||||||
|
|||||||
Reference in New Issue
Block a user