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

Collaborative editing history #545

Merged
merged 10 commits into from Sep 13, 2023
Merged

Collaborative editing history #545

merged 10 commits into from Sep 13, 2023

Commits on Aug 2, 2023

  1. chore(collab): import @material-ui/lab for ToggleButtonGroup, ToggleB…

    …utton in material-ui v4
    nonumpa committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ab0724c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    f718882 View commit details
    Browse the repository at this point in the history
  2. refactor(CollabEditor): use use-prosemirror to create ProseMirror edi…

    …tor view
    
    - HocuspocusProvider connects server onTranscribe and destroys(disconnects) when `Editor` unmount
    - Make sure `Editor` and `CollabHistory` create after provider synced, or ProseMirror editor may create with a wrong state
    - Update user mapping with a json string contains id and name
    nonumpa committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    693d55d View commit details
    Browse the repository at this point in the history
  3. chore(i18n): add translation

    nonumpa committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9294e2d View commit details
    Browse the repository at this point in the history
  4. chore(i18n): update typo

    nonumpa committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9a28a41 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. chore(CollabHistory): update css: 1. prosemirror editor to be scrolla…

    …ble 2. do not shrink versions width
    nonumpa committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    faf31f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23fb1a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. refactor(CollabEditor): get ydoc versions in CollabHistory when modal…

    … opened
    
    - Fix when no snapshots user can edit document in CollabHistory
    - Add no histories translation
    nonumpa committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a09b2e9 View commit details
    Browse the repository at this point in the history