Skip to content

Lite: make filter-active indicator more obvious#131

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/visual-polish-round4
Feb 19, 2026
Merged

Lite: make filter-active indicator more obvious#131
erikdarlingdata merged 1 commit intodevfrom
feature/visual-polish-round4

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Active column filter icon changes from outline (⧩) to filled funnel for a stronger visual signal
  • Adds a semi-transparent gold background behind the active filter icon
  • Hover brightens both icon color and background
  • Adds "Filter active — click to modify" tooltip on active filters
  • Also updates DataGridFilterManager.cs which dynamically creates filter button content

Partial fix for #110

Test plan

  • Open any DataGrid tab in Lite (e.g., Wait Stats, Query Stats)
  • Click a filter button and apply a filter
  • Verify the filter icon changes to a filled funnel with gold background
  • Hover over the active filter — should brighten
  • Clear the filter — icon should revert to outline style

🤖 Generated with Claude Code

When a column filter is active:
- Icon changes from outline filter (E71C) to filled filter (E16E)
- Gold-tinted semi-transparent background added behind the icon
- Hover state brightens both icon and background
- Tooltip says "Filter active — click to modify"

The DataGridFilterManager also updated to use the filled icon when
dynamically creating filter button content.

Partial fix for #110

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit c493cef into dev Feb 19, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/visual-polish-round4 branch February 20, 2026 13:20
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