-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Tooltips throughout Lite use plain strings or default WPF tooltip styling, which renders them with a light/white background that clashes with the dark theme.
Affected Areas
Code-behind (dynamic tooltips):
MainWindow.xaml.cs— Collector health tooltips (lines 340, 347)MainWindow.xaml.cs— Alert badge tooltip (line 652) — fixed in feature/loading-empty-states
XAML (static/bound tooltips):
ServerTab.xaml— ComboBox tooltips ("Hour", "Minute", "Apply to All")ServerTab.xaml— DataGrid cell tooltips bound to QueryText, BlockedSqlText, BlockingSqlText, SqlText (~6 instances)SettingsWindow.xaml— Email field tooltipAddServerDialog.xaml— Azure auth tooltips (~3 instances)MainWindow.xaml— Sidebar toggle tooltip
Fix
Either:
- Add a global dark
ToolTipstyle toDarkTheme.xaml(simplest, catches everything) - Or individually style each tooltip
Option 1 is strongly preferred — a single implicit style for ToolTip would fix all current and future tooltips.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request