-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Feat: Implement 'Save for Later' Functionality in Details View
This commit introduces a new "Save for Later" feature to the Details View. - When an item is not saved, a "Save for Later" button is added to the FAB menu. - Clicking this button adds the item to the saved items list and updates the button to "Remove from Saved". - When the item is saved, the button removes the item from the saved items list. - The functionality is implemented by adding new `addToSaved` and `isSaved` parameters to the Details View composable function. - Updates related icons and text for the "Save for Later" functionality. - Saves the item to the notification database. This allows users to easily save items for later viewing or updates.
- Loading branch information
jacobrein
committed
Nov 14, 2024
1 parent
e074ae6
commit ab9d185
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters