Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a: Bookmark resources implementation
Description
This pull request introduces a new bookmark management system that synchronises bookmarked resources across the Home page and the Bookmarks page, enhancing user experience by ensuring consistency.
Purpose -
This update allows users to efficiently manage their bookmarks, with changes reflected in real-time across different components of the application. Users can now toggle bookmarks on either the Home page or the Bookmarks page, and the changes will immediately be reflected in both locations.
How to check
To verify the functionality:
Log in to the application.
Navigate to the Home page and bookmark a resource by toggling the bookmark flag.
Then, go to the Bookmarks page to confirm that the newly bookmarked resource appears there.
Next, remove the bookmark from either page and check that it disappears from both the Home page and the Bookmarks page, confirming the real-time synchronization works as intended.
Links
#36
Author checklist
main
from a branch named<category>/<name>
, e.g.feature/edit-spaceships
orbugfix/restore-oxygen
Screenshots: