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: AI block UI #980

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open

feat: AI block UI #980

wants to merge 48 commits into from

Commits on Aug 1, 2024

  1. Added AI block

    matthewlipski committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3e1983b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    0da498e View commit details
    Browse the repository at this point in the history
  2. Small fix

    matthewlipski committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d48d91e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82a56a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    5c66cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22db2b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f60a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2bab5d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. refactor architecture

    YousefED committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bcf9d31 View commit details
    Browse the repository at this point in the history
  2. add extensions

    YousefED committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b814336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfc1bed View commit details
    Browse the repository at this point in the history
  4. clean dictionary

    YousefED committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ec36733 View commit details
    Browse the repository at this point in the history
  5. fix

    YousefED committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    78ac784 View commit details
    Browse the repository at this point in the history
  6. fix

    YousefED committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2970e9d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    78924bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4083cd9 View commit details
    Browse the repository at this point in the history
  3. Refactored AI button

    matthewlipski committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d0d82a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2df84f5 View commit details
    Browse the repository at this point in the history
  5. Minor changes

    matthewlipski committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    644aa15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fcb46a View commit details
    Browse the repository at this point in the history
  7. - AI Menu input spans full block width

    - AI Menu items look more similar to Notion
    - `getDefaultAIMenuItems` uses same pattern as `getDefaultSlashMenuItems`
    - AI Block actually sets the `timeGenerated` prop after generating a response
    - AI Block only appears in the block type dropdown when the selection is in one
    - AI button in Formatting Toolbar now opens the AI Menu normally instead of in a popover
    matthewlipski committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    251e82b View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    736a8ff View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 16, 2024

  1. fix build

    YousefED committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2c20238 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. schema

    YousefED committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f474949 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. improve json schema methods

    YousefED committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6ddf7b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    34abf80 View commit details
    Browse the repository at this point in the history
  2. merge

    YousefED committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b3926fe View commit details
    Browse the repository at this point in the history
  3. improve json schema methods

    YousefED committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a9d25c9 View commit details
    Browse the repository at this point in the history
  4. fix build

    YousefED committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2021ce7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. WIP: schemas and selections

    YousefED committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    10c6f5e View commit details
    Browse the repository at this point in the history
  2. selections wip

    YousefED committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a554ff1 View commit details
    Browse the repository at this point in the history
  3. update selections

    YousefED committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6833d9d View commit details
    Browse the repository at this point in the history
  4. wip selectionmarkers

    YousefED committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    39642ce View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. drop core / react structure

    YousefED committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7693b10 View commit details
    Browse the repository at this point in the history
  2. ai menu

    YousefED committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a8752e1 View commit details
    Browse the repository at this point in the history
  3. add comment

    YousefED committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    979b917 View commit details
    Browse the repository at this point in the history
  4. misc

    YousefED committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f88a986 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b7a80b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    5f20d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb02ee6 View commit details
    Browse the repository at this point in the history
  3. selection commands

    YousefED committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    da2f06d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7bbf0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6952a2e View commit details
    Browse the repository at this point in the history
  6. Added loader to AI menu

    matthewlipski committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ae2152 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Updated styles

    matthewlipski committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    08d31a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. wip

    YousefED committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b0993e2 View commit details
    Browse the repository at this point in the history
  2. gitignore

    YousefED committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5367284 View commit details
    Browse the repository at this point in the history