Vaani/lib/settings/view
google-labs-jules[bot] dc0540467f feat: Replace theme dialog with segmented buttons
Replaces the dialog pop-up for theme selection (Light, Dark, System)
with `SegmentedButton` widgets in the theme settings page.

The new UI uses:
- Light theme option on the left.
- System theme option in the middle.
- Dark theme option on the right.
- A checkmark icon (`Icons.check`) for the selected theme.
- Respective icons (`Icons.light_mode`, `Icons.auto_awesome`, `Icons.dark_mode`)
  for unselected themes.

The `ModeSelectionDialog` has been removed as it's no longer necessary.

Note: Full UI and persistence testing could not be completed due to
sandbox limitations where the Flutter SDK was not available.
The core code implementation was verified.
2025-05-22 01:21:38 +00:00
..
widgets chore: remove deprecated apis (#74) 2025-04-10 19:42:08 +05:30
app_settings_page.dart feat: multiple theming options (#50) 2024-10-05 10:01:08 -04:00
auto_sleep_timer_settings_page.dart ui: better sleep timer ui in player and fix auto turn on settings (#43) 2024-10-02 09:18:06 -04:00
buttons.dart feat: multiple theming options (#50) 2024-10-05 10:01:08 -04:00
notification_settings_page.dart feat: add shake detection functionality (#36) 2024-09-28 01:27:56 -04:00
player_settings_page.dart feat: add shake detection functionality (#36) 2024-09-28 01:27:56 -04:00
shake_detector_settings_page.dart feat: add shake detection functionality (#36) 2024-09-28 01:27:56 -04:00
simple_settings_page.dart fix: content behind miniplayer not visible (#53) 2024-10-06 05:45:14 -04:00
theme_settings_page.dart feat: Replace theme dialog with segmented buttons 2025-05-22 01:21:38 +00:00