Vaani/lib/settings/models
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
..
api_settings.dart change name to vaani 2024-08-23 04:21:46 -04:00
api_settings.freezed.dart feat: api token login 2024-09-06 15:10:00 -04:00
api_settings.g.dart something 2024-05-08 05:03:49 -04:00
app_settings.dart feat: Add settings to control play button visibility on home shelves 2025-05-22 00:44:06 +00:00
app_settings.freezed.dart feat: multiple theming options (#50) 2024-10-05 10:01:08 -04:00
app_settings.g.dart feat: multiple theming options (#50) 2024-10-05 10:01:08 -04:00
audiobookshelf_server.dart something 2024-05-08 05:03:49 -04:00
audiobookshelf_server.freezed.dart feat: api token login 2024-09-06 15:10:00 -04:00
audiobookshelf_server.g.dart something 2024-05-08 05:03:49 -04:00
authenticated_user.dart 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
authenticated_user.freezed.dart 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
authenticated_user.g.dart 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
models.dart something 2024-05-08 05:03:49 -04:00