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

feature: shift select multiple records #3492

Merged
merged 23 commits into from
Jan 9, 2025

Conversation

adrianthedev
Copy link
Collaborator

@adrianthedev adrianthedev commented Dec 4, 2024

Description

Adds the ability to hold Shift and select multiple records at a time.

Fixes #3427

TO-DO:

  • tests

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Screenshots & recording

CleanShot 2024-12-05 at 00 04 16

Copy link

codeclimate bot commented Dec 4, 2024

Code Climate has analyzed commit c04d079 and detected 0 issues on this pull request.

View more on Code Climate.

spec/dummy/app/avo/resources/project.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
spec/dummy/app/avo/resources/user.rb Outdated Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented Jan 4, 2025

This PR has been marked as stale because there was no activity for the past 15 days.

@github-actions github-actions bot added the Stale label Jan 4, 2025
@adrianthedev adrianthedev added Task Something to get done and removed Stale labels Jan 4, 2025
@adrianthedev adrianthedev marked this pull request as ready for review January 8, 2025 15:16
@adrianthedev adrianthedev assigned Paul-Bob and unassigned adrianthedev Jan 8, 2025
spec/system/avo/record_selector_spec.rb Outdated Show resolved Hide resolved
spec/system/avo/record_selector_spec.rb Outdated Show resolved Hide resolved
spec/system/avo/record_selector_spec.rb Outdated Show resolved Hide resolved
@Paul-Bob Paul-Bob merged commit f70b5d2 into main Jan 9, 2025
20 checks passed
@Paul-Bob Paul-Bob deleted the feature/shift-select-multiple-records branch January 9, 2025 11:58
Copy link
Contributor

github-actions bot commented Jan 9, 2025

This PR has been merged into main. The functionality will be available in the next release.

Please check the release guide for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Task Something to get done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid redirect on checkbox click
2 participants