Vaani/lib
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 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: Add settings to control play button visibility on home shelves 2025-05-22 00:44:06 +00:00
settings feat: Add settings to control play button visibility on home shelves 2025-05-22 00:44:06 +00:00
shared feat: Add settings to control play button visibility on home shelves 2025-05-22 00:44:06 +00:00
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