Skip to content

Conversation

@spudone
Copy link
Contributor

@spudone spudone commented Jan 10, 2026

Update to allow market filtering:

market == 'L'
market == 'US'
market == 'US' || market == 'L'
market IN ('US', 'L')
market != 'L'
...etc

started improving error handling. Instead of panic, error message is displayed on the filter line if you attempt to use an invalid filter. Ex filter:
market == ('US' || 'L')
will cause an error message to display

Setting a filter or clearing (shift+f) will now immediately refresh the quotes display without re-fetching.

@spudone spudone changed the title 147 ticker filter #147 ticker filter Jan 10, 2026
@spudone spudone changed the title #147 ticker filter issue #147 ticker filter Jan 10, 2026
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