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

Remove InteractionMask #2061

Merged
merged 43 commits into from Jul 15, 2020
Merged

Remove InteractionMask #2061

merged 43 commits into from Jul 15, 2020

Commits on Jun 23, 2020

  1. Initial commit

    amanmahajan7 committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    1b998a3 View commit details
    Browse the repository at this point in the history
  2. Copy Tab logic

    amanmahajan7 committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    2eaa5a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Initial cell drag implementation

    Mahajan committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    b085271 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Initial cell editing implementation

    Mahajan committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    1bc4eca View commit details
    Browse the repository at this point in the history
  2. Move editorContainer to the DataGrid component

    Mahajan committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    54de1df View commit details
    Browse the repository at this point in the history
  3. Update src/utils/selectedCellUtils.ts

    Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
    amanmahajan7 and nstepien committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    85d95a2 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Mahajan committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    66b0dfc View commit details
    Browse the repository at this point in the history
  5. Remove masks components

    Mahajan committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    526fa66 View commit details
    Browse the repository at this point in the history
  6. Cancel copying

    Mahajan committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    0600a9f View commit details
    Browse the repository at this point in the history
  7. Remove edit check

    Mahajan committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a596653 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Cleanup

    Mahajan committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    888dd59 View commit details
    Browse the repository at this point in the history
  2. Address comments

    Mahajan committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    362414e View commit details
    Browse the repository at this point in the history
  3. Move DragHandle to the parent DataGrid component

    Mahajan committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    36d0ce9 View commit details
    Browse the repository at this point in the history
  4. Do not paste on the copied cell

    Mahajan committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    ff7d61e View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary class

    Mahajan committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    34f11c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Fix copy/dragged cell styles

    Mahajan committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c024ae7 View commit details
    Browse the repository at this point in the history
  2. Address dragging issues

    nstepien committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    f9b9151 View commit details
    Browse the repository at this point in the history
  3. Pass down dragHandle component

    Mahajan committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5e355ed View commit details
    Browse the repository at this point in the history
  4. Fix styles

    Mahajan committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c4b6ad7 View commit details
    Browse the repository at this point in the history
  5. Remove unused function

    Mahajan committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    787ab44 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Move getNextPosition to selectedCellUtils

    Mahajan committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    9404987 View commit details
    Browse the repository at this point in the history
  2. Use ref to get the latest draggedOverRowIdx

    Mahajan committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    1b8c3a5 View commit details
    Browse the repository at this point in the history
  3. Revert EventBus changes

    Mahajan committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    a9a2613 View commit details
    Browse the repository at this point in the history
  4. Fix type errors

    Mahajan committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    336c793 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Specify return type

    Mahajan committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    ac2c630 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Mahajan committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    57ec91d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Add selectedCellProps props

    Select cell only on update
    Mahajan committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    0504d29 View commit details
    Browse the repository at this point in the history
  2. Remove isMouted check

    Mahajan committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    3cc29bd View commit details
    Browse the repository at this point in the history
  3. Add the row containing the selected cell if not included in the verti…

    …cal range
    Mahajan committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    de4248a View commit details
    Browse the repository at this point in the history
  4. Update src/DataGrid.tsx

    Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
    amanmahajan7 and nstepien committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    3acd681 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Merge branch 'canary' into am-remove-masks

    Mahajan committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1c53773 View commit details
    Browse the repository at this point in the history
  2. Address comments

    Mahajan committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    689c727 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    a4beb50 View commit details
    Browse the repository at this point in the history
  2. setFocus -> shouldFocus

    Mahajan committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    86ca94b View commit details
    Browse the repository at this point in the history
  3. Address comments

    Mahajan committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    ba7d7e3 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Mahajan committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    5a5b9fe View commit details
    Browse the repository at this point in the history
  5. use event.buttons

    Mahajan committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    a4ecddf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Better focus handling

    Mahajan committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    eda56d0 View commit details
    Browse the repository at this point in the history
  2. Remove comments

    Mahajan committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9011686 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Check valid selection

    Mahajan committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    421d265 View commit details
    Browse the repository at this point in the history
  2. Even better focus implementation

    Mahajan committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    6ffb06a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Cleanup handleKeyDown usage

    Mahajan committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4eb1100 View commit details
    Browse the repository at this point in the history
  2. Remove drag cell borders

    Mahajan committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c8cb194 View commit details
    Browse the repository at this point in the history