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

Select items and keyboard nav #2983

Merged
merged 43 commits into from
Jan 25, 2024
Merged

Select items and keyboard nav #2983

merged 43 commits into from
Jan 25, 2024

Commits on Jan 18, 2024

  1. First pass

    OAGr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7b1af02 View commit details
    Browse the repository at this point in the history
  2. Minor enhancements

    OAGr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    43aa195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfe8be0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. ScrollToPath for up-down

    OAGr committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c6cdb43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd38c46 View commit details
    Browse the repository at this point in the history
  3. Tree refactor

    OAGr committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    be90365 View commit details
    Browse the repository at this point in the history
  4. First round of refactors

    OAGr committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b60259a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merged with sqPath-refactor

    OAGr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f5bc700 View commit details
    Browse the repository at this point in the history
  2. More cleanup

    OAGr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1472c1c View commit details
    Browse the repository at this point in the history
  3. Merged with sqPath-refactor

    OAGr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7676381 View commit details
    Browse the repository at this point in the history
  4. Added UID for Paths

    OAGr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    061a924 View commit details
    Browse the repository at this point in the history
  5. Moving arrowActions out

    OAGr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    ac70297 View commit details
    Browse the repository at this point in the history
  6. Quick fix

    OAGr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d0eba5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4557692 View commit details
    Browse the repository at this point in the history
  8. Focus-cleanup

    OAGr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7ba78b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Merge branch 'sqPath-refactor' into select-items

    * sqPath-refactor:
      Refactored allPrefixPaths
      Moved getSubvalueByPath to SqValue
      Responded to CR
      Changed SqValuePath node to edge
      Renamed PathEdge dictKey and arrayIndex
      SqPathItem -> SqValuePathEdge
    OAGr committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    534d9d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sqPath-refactor' into select-items

    * sqPath-refactor:
      AST debugging view
      Create grumpy-owls-clean.md
      tooltips on import strings (injectable through renderImportTooltip)
      simplify some code
      ⬆️ Bump vite from 5.0.10 to 5.0.12
    OAGr committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    df6847c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Minor fix

    OAGr committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d775530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5675798 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    c635466 View commit details
    Browse the repository at this point in the history
  2. Cleaning up new SqViewNode file

    OAGr committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cf604f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00e668d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    295c045 View commit details
    Browse the repository at this point in the history
  5. Minor renaming

    OAGr committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    62d47d5 View commit details
    Browse the repository at this point in the history
  6. Minor fixes

    OAGr committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8f91960 View commit details
    Browse the repository at this point in the history
  7. More small changes

    OAGr committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e5f5bfb View commit details
    Browse the repository at this point in the history
  8. Tiny fix

    OAGr committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e8751bf View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge branch 'main' into select-items

    * main:
      fix hub types
      Fix incorrect extra commas on empty lists (fixes #2995)
      env.seed is a string; fix autoseeding; tests
      Create two-toes-grab.md
      clean up ScatterPlot types
      use rng initialized with seedrandom (alea)
    OAGr committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2b474a1 View commit details
    Browse the repository at this point in the history
  2. Minor focused fix

    OAGr committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5727765 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    897c476 View commit details
    Browse the repository at this point in the history
  2. Update packages/components/src/components/SquiggleViewer/SqViewNode.tsx

    Co-authored-by: Vyacheslav Matyukhin <me@berekuk.ru>
    OAGr and berekuk committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    81a32ba View commit details
    Browse the repository at this point in the history
  3. Addressed most code parts of CR

    OAGr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    232d5d0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'select-items' of github.com:quantified-uncertainty/squi…

    …ggle into select-items
    
    * 'select-items' of github.com:quantified-uncertainty/squiggle:
      Update packages/components/src/components/SquiggleViewer/SqViewNode.tsx
    OAGr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    898d930 View commit details
    Browse the repository at this point in the history
  5. Responded to other comments

    OAGr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    61df9e5 View commit details
    Browse the repository at this point in the history
  6. Fixed styles

    OAGr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d9f0085 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22ee7f8 View commit details
    Browse the repository at this point in the history
  8. Formatted CSS

    OAGr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    93b17ee View commit details
    Browse the repository at this point in the history
  9. Focus->Zoom In

    OAGr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    aae4053 View commit details
    Browse the repository at this point in the history
  10. Adds changeset

    OAGr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    25e76d4 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2999 from quantified-uncertainty/focus-refactor

    Focus -> Zoom refactor
    berekuk committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3ce6991 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d04a7b View commit details
    Browse the repository at this point in the history
  13. no need for custom key

    berekuk committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a425662 View commit details
    Browse the repository at this point in the history
  14. move focusOnPath to ItemStore

    berekuk committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    da41d3e View commit details
    Browse the repository at this point in the history