Skip to content

feat(755): Sync Collection State#779

Draft
SoulKa wants to merge 2 commits into
mainfrom
feat/755-sync-collection-state
Draft

feat(755): Sync Collection State#779
SoulKa wants to merge 2 commits into
mainfrom
feat/755-sync-collection-state

Conversation

@SoulKa
Copy link
Copy Markdown
Collaborator

@SoulKa SoulKa commented May 6, 2026

Changes

Sync frontend and backend collection. This comes with several benefits:

  • We can implement auth inheritence in the main process since we can track parent relations
  • The main process is the single source of truth for the collection state. This prevents weird bugs, especially when restarting the app or persisting
  • We can implement collection reloading whenever a request or folder changes on FS

Testing

  • Manually tested functionality to work as before

Checklist

  • Issue has been linked to this PR
  • Code has been reviewed by person creating the PR
  • Automated tests have been written, if possible
  • Manual testing has been performed
  • Documentation has been updated, if necessary
  • Changes have been reviewed by second person

@SoulKa SoulKa linked an issue May 6, 2026 that may be closed by this pull request
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.

Support Authentication Inheritance

1 participant