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

feat: Editing large notes (greater than 1.5MB) will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently (roughly every 30 seconds rather than after every change). #2768

Merged
merged 35 commits into from
Jan 20, 2024

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    a78d88f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    ce699b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2367e8f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    f86d9cd View commit details
    Browse the repository at this point in the history
  2. chore: fix issues

    amanharwara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    725ebd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    472ed18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b6ccbe View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    75e92b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac10fc6 View commit details
    Browse the repository at this point in the history
  3. Revert "fix: sync locally on local save"

    This reverts commit ac10fc6.
    amanharwara committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5352491 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    ad2752e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b25119 View commit details
    Browse the repository at this point in the history
  3. fix: test type

    amanharwara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e2f63cf View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    c640ebc View commit details
    Browse the repository at this point in the history
  2. fix: status on sync

    amanharwara committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    613136a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d92e9c View commit details
    Browse the repository at this point in the history
  4. fix: release lock

    moughxyz committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    37fce73 View commit details
    Browse the repository at this point in the history
  5. fix: handle race where large note sync occurs just before local mutat…

    …e and thus another sync would not have been queued
    moughxyz committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d479bda View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    f2ebe39 View commit details
    Browse the repository at this point in the history
  2. chore: popover max-width

    amanharwara committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    43b2797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1528e92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dffe8ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de2f9f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98d45c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c6fd71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27b3f35 View commit details
    Browse the repository at this point in the history
  9. fix: test

    amanharwara committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0f8184f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2ed865 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a447ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c67ecd View commit details
    Browse the repository at this point in the history
  13. chore: remove margin

    amanharwara committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1b4f81b View commit details
    Browse the repository at this point in the history
  14. fix: focused mode

    amanharwara committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4c3b44c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7198712 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7e92e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    efc1ca7 View commit details
    Browse the repository at this point in the history