Vaani/lib/settings/view
google-labs-jules[bot] cc9a94de62 feat: Add settings to control play button visibility on home shelves
This commit introduces new functionality to customize the visibility of the
play button on home page shelves.

Key changes:

- Added `HomePageSettings` to `AppSettings` to store your preferences:
    - `showPlayButtonOnContinueShelves`: Controls visibility on "Continue Listening" and "Continue Series" shelves (default: true).
    - `showPlayButtonOnAllShelves`: Controls visibility on other shelves (default: false).
- Modified `BookHomeShelf` to respect these settings when rendering books.
- Created a new "Home Page Settings" page under "Appearance" in App Settings, allowing you to toggle these two options.
- Added comprehensive unit and widget tests to cover the new settings model, the conditional logic in `BookHomeShelf`, and the functionality of the new settings page.
2025-05-22 00:44:06 +00:00
..
widgets chore: remove deprecated apis (#74) 2025-04-10 19:42:08 +05:30
app_settings_page.dart feat: Add settings to control play button visibility on home shelves 2025-05-22 00:44:06 +00: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
home_page_settings_page.dart feat: Add settings to control play button visibility on home shelves 2025-05-22 00:44:06 +00: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: multiple theming options (#50) 2024-10-05 10:01:08 -04:00