mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +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,
|
||||
currentProject,
|
||||
upsertAndSetCurrentProject,
|
||||
addProject,
|
||||
setCurrentProject,
|
||||
setCurrentView,
|
||||
theme: globalTheme,
|
||||
} = useAppStore();
|
||||
|
||||
Reference in New Issue
Block a user