1jehuang / 1jehuang/jcode

Floating diagram mode: add config/state/layout plumbing

Open
#33 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement priority: low triage: needs-decision
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.