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

(FE) Add document editing with Yorkie #38

Merged
merged 19 commits into from
Jan 12, 2024

Commits on Jan 11, 2024

  1. Add editor header

    JongBeom Lee committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    80468c1 View commit details
    Browse the repository at this point in the history
  2. Add react-redux

    JongBeom Lee committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5dee839 View commit details
    Browse the repository at this point in the history
  3. Add dark / light mode

    JongBeom Lee committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bf114ad View commit details
    Browse the repository at this point in the history
  4. Add codemirror editor

    JongBeom Lee committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ad2a94a View commit details
    Browse the repository at this point in the history
  5. Temp commit

    JongBeom Lee committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f3b82ad View commit details
    Browse the repository at this point in the history
  6. Connect editor with yorkie

    devleejb committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2bb7ebb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Fix types for yorkie plugin

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f19eeea View commit details
    Browse the repository at this point in the history
  2. Change y to Yorkie

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    172b42a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a04d1f View commit details
    Browse the repository at this point in the history
  4. Add env file

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    61633e5 View commit details
    Browse the repository at this point in the history
  5. Add .env.development

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a5d6f3a View commit details
    Browse the repository at this point in the history
  6. Update .gitignore

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c1aaaf7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5521026 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38bf078 View commit details
    Browse the repository at this point in the history
  9. Fix cleanUp Code

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9163b8c View commit details
    Browse the repository at this point in the history
  10. Add toolbar to editor

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a61598c View commit details
    Browse the repository at this point in the history
  11. Add markdown preview

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    379d947 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a01bc3c View commit details
    Browse the repository at this point in the history
  13. Add view / edit mode

    devleejb committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    59f61a0 View commit details
    Browse the repository at this point in the history