feat(chart): open a coin with Enter, one row per coin with its cores - #440
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Typing a coin listed 56 identical
BTC-USDT @corerows 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
BTC: one row per coin, expand the caret for cores (names untouched, tooltip for long ones).https://claude.ai/code/session_01RaQ2tnAyr4yiwGktPBv