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: table plugin #62

Merged
merged 42 commits into from
Aug 29, 2023
Merged

feat: table plugin #62

merged 42 commits into from
Aug 29, 2023

Commits on Apr 12, 2023

  1. feat: table plugin requisites

    zoli committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6951e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff5444 View commit details
    Browse the repository at this point in the history
  3. fix: flutter analyze

    zoli committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    97e61b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix: dont use nested maps in node attributes

    rust backend (flowy-document) doesn't support it.
    zoli committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1dc6bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0346c89 View commit details
    Browse the repository at this point in the history
  3. feat table markdown encoder

    zoli committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e15e07a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    bcea317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa7d8e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e083d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. feat: table markdown decoder

    zoli committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    9665be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d969384 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. feat: table plugin

    LucasXu0 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    aea642e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. style: adapt new structure

    zoli committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    752c32e View commit details
    Browse the repository at this point in the history
  2. fix: table columns border height

    zoli committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    6d748df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a51f4a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d74c64 View commit details
    Browse the repository at this point in the history
  5. fix: remove table context menu

    zoli committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    ebfc6d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    67b55b1 View commit details
    Browse the repository at this point in the history
  2. style: merge branch 'main' into feat/table-plugin

    * main:
      fix: error occurs when applying divider on Mobile (AppFlowy-IO#252)
      feat: text and background color in mobile toolbar (AppFlowy-IO#233)
      fix: extend attribute keys shouldn't be sliced (AppFlowy-IO#248)
      feat: support customizing text attribute key and rendering (AppFlowy-IO#244)
    zoli committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    20ac4f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfe9c1f View commit details
    Browse the repository at this point in the history
  4. fix: flutter analyze

    zoli committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    b7746d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1819700 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 28, 2023

  1. feat: row/col action menu

    zoli committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    81950d3 View commit details
    Browse the repository at this point in the history
  2. style: merge branch 'main' into feat/table-plugin

    * main:
      feat: support uploading images from local files  (AppFlowy-IO#232)
      fix: desktop tooltips incorrect (AppFlowy-IO#259)
      fix: add underline syntax parser (AppFlowy-IO#256)
      chore: add reload function into editor state
      fix: ignore the same value update in input service (AppFlowy-IO#257)
      Revert "feat: support mobile IME (AppFlowy-IO#255)"
      feat: support item count filter in selection menu results  (AppFlowy-IO#254)
      feat: support mobile IME (AppFlowy-IO#255)
      feat: replace DeltaTextInputClient with TextInputClient (AppFlowy-IO#253)
    zoli committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    77849ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f1419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    394c3d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94d67f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. style(merge): merge main

    zoli committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    a4eaa40 View commit details
    Browse the repository at this point in the history
  2. style(merge): merge main

    zoli committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    5449cbe View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. style(merge): merge main

    zoli committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    826c91b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    5406f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2751e4c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Merge branch 'main' into feat/table-plugin

    * main:
      fix: refactor _onSelectionChange method to update _showPlaceholder state more efficiently
      fix: typo (AppFlowy-IO#408)
      Fix selected nodes (AppFlowy-IO#407)
      fix: miss the nested node when copying (AppFlowy-IO#406)
    zoli committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3f6cece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c45d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

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

Commits on Aug 27, 2023

  1. feat: table menu builder

    zoli committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    312fc94 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    2032f77 View commit details
    Browse the repository at this point in the history
  2. style: merge branch 'main' into feat/table-plugin

    * main:
      chore: comment suggesting use of deprecated method (AppFlowy-IO#417)
      fix: replace matches on the same node (AppFlowy-IO#418)
    zoli committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ce0dd85 View commit details
    Browse the repository at this point in the history
  3. fix: table getBlockRect

    zoli committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c5f08d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49c93ad View commit details
    Browse the repository at this point in the history