Skip to content

bookmarks: migrate to conat #8509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

bookmarks: migrate to conat #8509

wants to merge 2 commits into from

Conversation

haraldschilly
Copy link
Contributor

@haraldschilly haraldschilly commented Aug 13, 2025

Migrated starred file bookmarks from database-backed API to conat (distributed key-value store with synchronization).

Changes:

  • Frontend: Updated useStarredFilesManager hook to use conat instead of API calls and local storage
  • Backend: Added migration function to transfer existing database entries to conat during hub startup
  • API: Converted bookmark endpoints to NOOPs for backwards compatibility
  • Cleanup: Removed unused server functions, schemas, and OpenAPI advertising

This provides real-time synchronization across sessions while simplifying the codebase by removing database dependencies for bookmarks.

@haraldschilly haraldschilly force-pushed the bookmarks-conat branch 7 times, most recently from 1e55afe to 3d60837 Compare August 13, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant