Skip to content

feat: add bookmark management#26

Draft
ghostdeleted wants to merge 7 commits into
Saebasol:masterfrom
ghostdeleted:feat/bookmark
Draft

feat: add bookmark management#26
ghostdeleted wants to merge 7 commits into
Saebasol:masterfrom
ghostdeleted:feat/bookmark

Conversation

@ghostdeleted

Copy link
Copy Markdown
Member

This pull request introduces a local bookmark management system to the client

Added a custom React hook (useBookmark and useBookmarkActions) for managing bookmarks, supporting creation, deletion, updating, and item management, with persistent storage in localStorage.

work in progress

@ghostdeleted ghostdeleted marked this pull request as draft October 9, 2025 18:31
@SaidBySolo SaidBySolo self-requested a review October 9, 2025 18:33
@SaidBySolo

Copy link
Copy Markdown
Contributor

We need to think more about the structure.

Actually, I haven't given any thought to how to implement bookmarks.

I'm likely going to work on this PR, but it might be rewritten to incorporate only some of the concepts.

@SaidBySolo

Copy link
Copy Markdown
Contributor

I’ve been thinking about the overall structure, and here’s what I came up with:

The bookmark system should work like GitHub’s star feature.

When bookmarking, users should be able to organize items into multiple folders I think that’s a really great system.

Also, I’d like to be able to save and manage multiple artists or tags at a glance, and easily view all works by a specific artist or under a specific tag.

This is just a rough idea for now, but I think it could provide a strong foundation for the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants