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(tiptap): save updates to db + invalidate queries #367

Merged
merged 6 commits into from
Jul 29, 2024

Commits on Jul 25, 2024

  1. fix: complex editor

    wire save through to db
    seaerchin committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c186b38 View commit details
    Browse the repository at this point in the history
  2. refactor: complex editor state drawer

    refactor so props correctness handled otuside
    seaerchin committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    66c3451 View commit details
    Browse the repository at this point in the history
  3. fix: update page

    invalidate on update
    seaerchin committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    df84381 View commit details
    Browse the repository at this point in the history
  4. fix: updatePageBlob

    now requires db
    seaerchin committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    37d5fea View commit details
    Browse the repository at this point in the history
  5. feat: tiptap component

    update db on save + invalidate old queries
    seaerchin committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7233bc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. chore: use exported schema

    seaerchin committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    20e6973 View commit details
    Browse the repository at this point in the history