Skip to content

feat: add alphabet filtering to strategy symbols - #171

Merged
pjy008008 merged 1 commit into
developfrom
feature/strategy-symbol-alphabet-filter
Aug 9, 2026
Merged

feat: add alphabet filtering to strategy symbols#171
pjy008008 merged 1 commit into
developfrom
feature/strategy-symbol-alphabet-filter

Conversation

@pjy008008

Copy link
Copy Markdown
Contributor

What changed

  • Added an ALL and AZ filter to the Basic strategy symbol picker.
  • Disabled letters that have no available symbols and reset the filter when searching or reopening the picker.
  • Kept the picker viewport compact and scrollable while rendering every symbol matching the active filter.
  • Added Korean/English accessibility labels and interaction coverage.

Why

The supported catalog contains hundreds of symbols. Finding a ticker by scrolling alone was slow, and the previous 50-item render limit also hid valid matches from ALL and large alphabet groups.

User impact

Users can jump to a ticker's initial, scroll through the complete matching set without truncation, or type a search query as before.

Validation

  • pnpm exec vitest run — 48 files, 580 tests passed
  • pnpm typecheck
  • pnpm build
  • git diff --check

@pjy008008
pjy008008 merged commit 8ce0f80 into develop Aug 9, 2026
5 checks passed
@pjy008008
pjy008008 deleted the feature/strategy-symbol-alphabet-filter branch August 9, 2026 15:16
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