Skip to content

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
@haraldschilly haraldschilly marked this pull request as ready for review August 18, 2025 13:43
@williamstein williamstein merged commit a4afe64 into master Aug 18, 2025
4 checks passed
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.

2 participants