projects: no way to create a new project from the UI #90
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
NewProjectview exists and the form works, but nothing in ListView or BoardView emits aProjectsView::NewProjectnavigation — no+ New Projectbutton, noon_newevent handler. The island metadata declaresViewDef::action_view("new_project", "New Project", ...)so Hero OS window chrome should surface it in an action menu, but that doesn't render either.User is effectively blocked from creating a project through the UI (deep-link URL is the only workaround).
Fix
Add a
+ New Projectbutton at the top of ListView / BoardView that emitson_view_change(ProjectsView::NewProject)— same pattern contacts'NewContactRowuses.