tui: Settings screen — wire config read/write & live apply #92
Labels
No labels
area:agents
area:ai
area:config
area:dashboard
area:design
area:design-review
area:devtools
area:entities
area:gallery
area:generate
area:image
area:infra
area:meta
area:model-browser
area:navigation
area:presets
area:security
area:sessions
area:settings
area:sharing
area:test
area:ux
area:webhook
area:workdir
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/loom#92
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 loom-tui user, I want the Settings screen to display and edit all configuration sections with changes applied immediately, so that I can configure backends, paths, AI features, and appearance without restarting.
Context
The Settings screen (#39) has 9 section stubs with a section selector. But fields are placeholders — no config values are read or written. This ticket wires all sections to loom-core's
AppSettingsandtui.toml.Acceptance Criteria
Config Loading
AppSettingsandtui.tomlon screen entryConfig Writing
tui.toml; shared settings write to loom-core configSections
Backend Connectivity Test
Ctrl+Ton a backend row pings the backend and shows result (success/error) in notification barTests
KeyComboOut of Scope
References
src/screens/settings.rs,src/config.rs