Skip to content

feat(chart): open a coin with Enter, one row per coin with its cores - #440

Merged
kirillDevPro merged 1 commit into
mainfrom
feat/coin-search-groups
Sep 6, 2026
Merged

feat(chart): open a coin with Enter, one row per coin with its cores#440
kirillDevPro merged 1 commit into
mainfrom
feat/coin-search-groups

Conversation

@kirillDevPro

Copy link
Copy Markdown
Collaborator

What & why

Typing a coin listed 56 identical BTC-USDT @core rows and Enter did nothing. The popover now groups by coin with a caret and «Cores: N», Enter opens the chart on the active core, Esc closes the list without closing the chart, and the same widget in the detached chart window, the header ticker and the Report filter keeps its own selection semantics.

How to verify

  • Chart tab, type BTC: one row per coin, expand the caret for cores (names untouched, tooltip for long ones).
  • Enter: chart opens on the active core. Esc: list closes, chart stays.
  • Same search in the header ticker and the Report coin filter still selects rather than opening a chart.

https://claude.ai/code/session_01RaQ2tnAyr4yiwGktPBv

Opening one chart from the coin search takes three actions: type,
tick a checkbox, click the button below, because Enter does nothing and
the list repeats the same coin once per core, 56 identical rows on this
setup. Escape in the field reaches CloseActiveChart and closes the
user's chart.

Enter now opens the first match on the active core through the
existing pick funnel, Escape ends the search, the dropdown groups
exchange -> coin -> cores with the core names verbatim (collapsed when
a coin has several), and the empty Main stack carries a one-line hint.
The grouping lives in the shared coin-search widget, so the header
ticker, the Report filter and the detached chart host get it too while
keeping their own selection behaviour.

Claude-Session: https://claude.ai/code/session_01RaQ2tnAyr4pyiAiwGktPBv
@kirillDevPro
kirillDevPro merged commit b2757b8 into main Sep 6, 2026
@kirillDevPro
kirillDevPro deleted the feat/coin-search-groups branch September 6, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant