Add auto-save option#1580
Merged
BryonLewis merged 8 commits intomainfrom May 5, 2026
Merged
Conversation
naglepuff
previously requested changes
Jan 28, 2026
Collaborator
naglepuff
left a comment
There was a problem hiding this comment.
Couple of small bits of feedback, but mostly looks good
- New auto-save toggle (off by default) in clientSettings, debounced 2s. - Surfaced as a row in TrackSettingsPanel. - Viewer triggers on pendingSaveCount increase; bails out if a save is in flight, and re-arms once saveInProgress goes false to flush queued edits.
- Toggle in desktop Settings.vue (Annotation Settings group). - Toggle in web-girder Settings.vue. - Save icon swaps to mdi-content-save-cog when auto-save is enabled.
save() now takes an optional exitEditingMode flag (default false). The manual save path passes true to preserve the prior behaviour; auto-save leaves the user in their current editing session.
Collaborator
|
I've done a few commits to move stuff around and update it so it better integrates with the application:
|
BryonLewis
approved these changes
May 5, 2026
I did a review after and made some changes to get this in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Add an auto-save annotations feature, configurable from Settings, with a small UX fix so it doesn't kick the user out of editing mode mid-edit.
Changes vs main
3 commits: