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

Refactor CellSelection data structure and store #3037

Merged
merged 104 commits into from
Jun 6, 2024
Merged

Refactor CellSelection data structure and store #3037

merged 104 commits into from
Jun 6, 2024

Commits on Jul 13, 2023

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

Commits on Jul 18, 2023

  1. Upgrade iter-tools package

    seancolsen committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    be561de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29aedab View commit details
    Browse the repository at this point in the history
  3. Improve some naming

    seancolsen committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8b5ccdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66f4e63 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    8157a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2eda36 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Aug 22, 2023

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

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    640eb9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de875e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    c64e12b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be749ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0476730 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    63ef9cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a69d20a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    bc8b8fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e25fa View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    cc61dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd7f242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70927ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bc1e5e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    aeae784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efa0dcb View commit details
    Browse the repository at this point in the history
  3. Remove lots of dead code

    seancolsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    faabf47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a9dbd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

Commits on Nov 6, 2023

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

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Handle movement keys

    seancolsen committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ab60ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e72917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c205410 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 9, 2024

  1. Document match function

    seancolsen committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4f2a253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4aca0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Lift isSelected prop way up

    Move from being used in CellWrapper to being used in SheetDataCell.
    seancolsen committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4e83d8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    457513a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    2608b22 View commit details
    Browse the repository at this point in the history
  2. Pass columnIdentifierKey via prop not import

    This is necessary because the table page and Data Explorer use
    different values (and types) here.
    seancolsen committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ad9dd5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602e972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63b6dd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af35b89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    748134d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7fded1c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    a2ee62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb4616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53b8317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1fee48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bee2ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16fdd63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    610c138 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 21, 2024

  1. Clean up some dead code

    seancolsen committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a8be26d View commit details
    Browse the repository at this point in the history
  2. Remove TODO code comment

    seancolsen committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6c18123 View commit details
    Browse the repository at this point in the history
  3. Improve code comments

    seancolsen committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0f8cf9d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    5e02d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    141d27c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4f1ec5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    218c59b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    89adabb View commit details
    Browse the repository at this point in the history
  2. Fix some linting errors

    seancolsen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    26a8c51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10f0aa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbd1e64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    894065a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ccb0a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2dff73f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0938b65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f9cc96 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Remove some dead code

    seancolsen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    659c9e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0843c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f91d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1557b55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6374d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75eb454 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    a188a56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f003fae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    832e175 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    95a1702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97c51bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0b5439 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    0fe1df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2825a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fcb946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6797efa View commit details
    Browse the repository at this point in the history
  5. Fix linting problems

    seancolsen committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0317a26 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    6325be5 View commit details
    Browse the repository at this point in the history
  2. Small comment cleanup

    seancolsen committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f4f4eeb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Reorganize some code

    seancolsen committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    adf17b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa211ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfe5bfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d33995 View commit details
    Browse the repository at this point in the history
  5. Remove dead code comments

    seancolsen committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6ee7724 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Fix failing tests

    seancolsen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    274b505 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    28ae92e View commit details
    Browse the repository at this point in the history
  2. Auto-sort imports in some files

    In preparation for git merge with develop to avoid merge conflicts
    seancolsen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c371a20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1798dd2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on Jun 6, 2024

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