Vaani/lib
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
..
api fix: keyboard not showing when adding new user (#79) 2025-04-23 15:00:01 +05:30
constants chore: remove deprecated apis (#74) 2025-04-10 19:42:08 +05:30
db feat: error reporting with logs (#45) 2024-10-03 05:54:29 -04:00
features feat: add PlayingIndicatorIcon widget for animated playback indication (#80) 2025-04-23 16:23:57 +05:30
hacks something 2024-05-08 05:03:49 -04:00
models refactor: update AuthenticatedUser model to require id and remove password, enhance server URI handling in AddNewServer widget 2024-10-04 02:31:51 -04:00
pages refactor: remove transparent background color from app bars 2025-04-19 19:47:25 +05:30
router feat: ability to change library (#77) 2025-04-19 19:17:31 +05:30
settings feat: Replace theme dialog with segmented buttons 2025-05-22 01:21:38 +00:00
shared feat: ability to change library (#77) 2025-04-19 19:17:31 +05:30
theme upgrade to flutter 3.27.4 2025-03-25 22:01:16 +05:30
main.dart fix: bad state when reading player for theme and new login 2024-10-05 21:02:14 -04:00