Frontend sidebar — project & thread navigation #14
Labels
No labels
area:config
area:contracts
area:engine
area:eventsourcing
area:frontend
area:git
area:ipc
area:persistence
area:provider
area:scaffold
area:terminal
type:user-story
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/peon#14
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?
User story
As a user, I want a sidebar listing my projects with their threads in a hierarchical view, so that I can navigate between conversations, create new threads, and manage my workspace.
Acceptance criteria
SidebarModel (RELM4 component,
components/sidebar.rs)AppMsg::SelectThread(id)to the parentAppMsg::SelectProject(id)to the parentActions
CreateThreadcommand (with a default provider/model from config)DeleteThread)gtk::FileDialog) and dispatchCreateProjectState updates
DomainEventupdates: new projects/threads appear, deleted ones disappear, status changes update indicatorsStyling
GtkListBoxwithAdwActionRowor custom rowsTests
Out of scope
References
Dependencies
issue-13-app-shell