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

Introduce group-level selection and navigation for table #140

Merged
merged 4 commits into from
Aug 8, 2024

Commits on Jun 24, 2024

  1. Introduce group-level selection and navigation for table

    - Disable row and cell navigation and selection
    - Introduce custom selection and navigation handling based on groups
    - Select a group by hitting 'Enter'
    - Edit a group by hitting 'Space' (only available for data groups)
    - Support copying data from the groups using Ctrl+C and Ctrl+X
    - Only allow single selection for now
    martin-fleck-at committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d345e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. PR Feedback

    - Improve keyboard navigation to skip over non-existing groups
    - Copy should always use the focused group and not the selected one
    - Fix issue of losing focus when submitting a data edit
    - Support pasting values in data cells without going into edit mode
    - Improve styling in all themes
    -- Avoid orange focus outline and use same as tree for visibility
    -- Selected cells get their colors overwritten
    -- Slightly increase padding between two data groups
    martin-fleck-at committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    eb2d8b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    0b824d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f1296 View commit details
    Browse the repository at this point in the history