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: db changes to accommodate new cross device syncing logic. #450

Merged
merged 8 commits into from
Mar 9, 2024

Commits on Mar 9, 2024

  1. feat: db changes to accommodate new syncing logic.

    Using timestamp to sync is a bit skewed due to system clock etc and therefore there was a lot of issues with it such as removing a manga that shouldn't have been removed. Marking chapters as unread even though it was marked as a read. Hopefully by using versioning system it should eliminate those issues.
    kaiserbh authored and AntsyLich committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b211083 View commit details
    Browse the repository at this point in the history
  2. chore: add new line.

    kaiserbh authored and AntsyLich committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    e334520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea44b98 View commit details
    Browse the repository at this point in the history
  4. chore: remove isSyncing leftover.

    kaiserbh authored and AntsyLich committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d278b86 View commit details
    Browse the repository at this point in the history
  5. chore: remove isSyncing.

    kaiserbh authored and AntsyLich committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1535331 View commit details
    Browse the repository at this point in the history
  6. refactor: remove isSync guard.

    Just use it directly to 1 now since we don't have the isSyncing field in Manga or Chapter.
    kaiserbh authored and AntsyLich committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f0d8cfd View commit details
    Browse the repository at this point in the history
  7. Lint and stuff

    AntsyLich committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    581e528 View commit details
    Browse the repository at this point in the history
  8. Add missing ,

    AntsyLich committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    23459df View commit details
    Browse the repository at this point in the history