Skip to content
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

Autosave does not occur if user moves to different note quickly #45

Open
citomcclure opened this issue Jun 18, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@citomcclure
Copy link
Owner

Issue

If the user makes changes on a note and moves to another note before the 2 second autosave begins, the data does not save.

Note: unsure if data from newly clicked note is the one actually saving or if debounce is interrupted. Autosave animation still appears though.

Steps to Reproduce

  1. Make edits to existing note
  2. Click different note preview in less than 2 seconds

Recommended Fix

  • Make 2 second autosave window shorter
  • Autosave in background (would require different UX for Autosave animation placement since it will show for recently clicked note, but would appear to user that that note is the one autosaving (Autosave and delete animations are tied to primary note view container and do not differentiate between notes)
@citomcclure citomcclure added the bug Something isn't working label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

1 participant