-
-
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.
Add functionality to remove items from custom lists
With this commit, users can now remove items from their custom lists. To accomplish this, a 'removeItems' function was added to the OtakuCustomListViewModel file, which removes items from the list upon invocation. Additionally, the OtakuCustomListScreen file was updated to display a popup modal that enables users to select and remove items from their custom lists. These changes were made in response to user feedback requesting this feature, as it enhances user's control over their lists and overall application usability.
- Loading branch information
1 parent
788264f
commit d9f63af
Showing
2 changed files
with
180 additions
and
1 deletion.
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