docs(roadmap): the sidebar comes off the list, the input bar goes on

Both reasons the channel-rows idea existed are gone. It was written when the
sidebar was flat and unstyled; v1.10.0 gave it row surfaces and it already groups
pinned and auto-tell tabs under headings. What was left was a change to how the
plugin is operated rather than how it looks -- and tabs are what users have
learned to use.

Next two are the input bar and the first-run wizard, the last surfaces still
drawn in ImGui defaults.
This commit is contained in:
2026-08-19 17:48:39 +02:00
parent de094a8d4f
commit 0abbbc8f8a
+8 -2
View File
@@ -35,8 +35,14 @@ Where it stands:
- **v1.13.0** — typography. Named type roles instead of one size, a channel header above the - **v1.13.0** — typography. Named type roles instead of one size, a channel header above the
conversation, timestamps in a column of their own, and rows with a surface. Screenshot mode conversation, timestamps in a column of their own, and rows with a surface. Screenshot mode
reached one of four surfaces that draw a tab name and now reaches all of them. reached one of four surfaces that draw a tab name and now reaches all of them.
- **v1.14.0 onwards** — the sidebar moving from tab rows to channel rows, then the first-run - **v1.14.0 onwards** — the input bar, then the first-run wizard: the last two surfaces still
wizard and the input bar, which are the last two surfaces still drawn in ImGui defaults. drawn in ImGui defaults.
The sidebar is no longer on this list. Earlier drafts had it moving from tab rows to channel
rows, but both reasons for that are gone: it was flat and unstyled when the idea was written,
and it is neither now — it draws its own row surfaces and already groups pinned and auto-tell
tabs under headings. What remained was a change to how the plugin is operated rather than how
it looks, and tabs are what users have learned. They stay.
A tester beta follows once the visual pass is complete. A tester beta follows once the visual pass is complete.