Floating diagram mode: add config/state/layout plumbing
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 19.9k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 30
Description
Split from #3.\n\nImplement the first half of floating diagram mode by adding a new display mode/config/state pathway without attempting final text reflow behavior yet.\n\n## Scope\n- add a floating diagram display mode in config/UI state\n- plumb the new mode through TUI state and layout selection\n- keep existing Side/Top pinned modes unchanged\n- add tests proving the new mode can be selected without breaking existing modes\n\n## Success criteria\n- diagram display mode supports a third floating option\n- selecting floating mode does not regress existing none/margin/pinned behavior\n- TUI layout path can distinguish floating mode from pinned side/top\n- automated tests cover config/state selection behavior\n\nParent: #3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the config/UI state pathway into TUI state and layout selection, then run the existing automated tests covering display-mode behavior. Done means the floating option can be selected, the layout path distinguishes it from pinned side/top modes, and none, margin, side, and top behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100