…ng toolbar, and export labels
- Replace hardcoded hex colors with theme tokens (cs.popover, cs.popoverForeground, cs.border) in DataGridFilterBar suggestions
- Rename Save ▾ to Export ▾ in ResultsTab and extension table toolbar to disambiguate file export from database save
- Add onClose callback, close button, and Escape key handling to DataGridFilterBar
- Add hover animations and tooltips with keyboard shortcuts to DataGridStagingToolbar buttons and Save Changes button
- Add unit and widget tests for new UI/UX interactions
Closes #700
Summary
This PR addresses all UI/UX refinements identified in Issue #700:
DataGridFilterBar Autocomplete Suggestions Theme Styling:
File Export vs. Database Save Disambiguation:
Filter Bar Close Action & Escape Shortcut:
DataGridStagingToolbar Hover States & Shortcut Tooltips:
Automated Tests:
Closes #700