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

Virtual Input #9139

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    5f87c1e View commit details
    Browse the repository at this point in the history
  2. GraphQL schema rebuilds

    ggpwnkthx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    45261b1 View commit details
    Browse the repository at this point in the history
  3. useFieldProps example

    ggpwnkthx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b85bdca View commit details
    Browse the repository at this point in the history
  4. virtual inputData hook

    ggpwnkthx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c82426d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eff195 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. cleanup and commenting

    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f37fee7 View commit details
    Browse the repository at this point in the history
  2. comments

    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    dfc50a5 View commit details
    Browse the repository at this point in the history
  3. tag title unique

    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e239f81 View commit details
    Browse the repository at this point in the history
  4. manual remote sync fix

    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3b76f92 View commit details
    Browse the repository at this point in the history
  5. manual remote sync

    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    fc018cb View commit details
    Browse the repository at this point in the history
  6. manual sync fix

    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e26ed74 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from keystonejs/main

    sync to remote
    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    355a805 View commit details
    Browse the repository at this point in the history
  8. sync from remote follow up

    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    96b1e9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    767dcfe View commit details
    Browse the repository at this point in the history
  10. ordered list UI view

    tjustsoup committed May 7, 2024
    Configuration menu
    Copy the full SHA
    31dafa8 View commit details
    Browse the repository at this point in the history
  11. PostTag order required

    ggpwnkthx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    30c6585 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. schema optimizations

    ggpwnkthx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cea79eb View commit details
    Browse the repository at this point in the history
  2. primatives

    ggpwnkthx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c354ee9 View commit details
    Browse the repository at this point in the history
  3. Primitives Optimization

    - `useFieldForeignListKey` now provides in `foreignLabelPath`
    - Virtual field type view `tags` now has a `ComponentWrapper`, rendering conditionally
    - `ComponentWrapper` handles updating the `value` state, as well as formatting the data for its components
    - `AutocompleteSelect` now builds the gql DocumentNode in the query, based on props `listKey` and `fieldPath`
    tjustsoup committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f3bd2c1 View commit details
    Browse the repository at this point in the history
  4. pnpm update

    ggpwnkthx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    22d75c3 View commit details
    Browse the repository at this point in the history
  5. manual sync

    ggpwnkthx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b7d87c3 View commit details
    Browse the repository at this point in the history
  6. manual sync virtual input

    ggpwnkthx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    397749a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16 from Esquire-Media/pr-virtual-input

    virtual input
    ggpwnkthx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4d02468 View commit details
    Browse the repository at this point in the history
  8. manual sync virtual input

    ggpwnkthx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    be5342b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #17 from Esquire-Media/development

    history sync development
    ggpwnkthx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b2b7e77 View commit details
    Browse the repository at this point in the history
  10. Orderable component

    - Added custom `Orderable` component with polished CSS to mimic the Keystone theme
    tjustsoup committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f240aea View commit details
    Browse the repository at this point in the history
  11. Fixed Formatting

    tjustsoup committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b66e4eb View commit details
    Browse the repository at this point in the history