tui: Presets screen — wire storage backend & apply flow #91
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#91
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 Presets screen to load and save generation presets from loom-core's storage, so that I can save, load, and share my favorite generation configurations.
Context
The Presets screen (#38) has a list UI with CRUD and export/import scaffolding. But the preset list is empty because storage isn't connected. This ticket wires persistence and the apply-to-Generate flow.
Acceptance Criteria
Storage
acreates a new preset from current Generate screen settingseopens inline editor for preset fieldsddeletes preset with confirmationrrenames presetyduplicates preset with a new nameApply
Enterloads the selected preset into the Generate screen (all parameters, model, sampler, LoRAs, etc.)Export/Import
Eserializes the selected preset to a TOML file at a user-chosen pathIimports a preset from a TOML file pathTests
Out of Scope
References
src/screens/presets.rs