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 all fields even those not loaded yet when doing Ctrl+A or Cmd+A on Record Table #8849

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

Devessier
Copy link
Contributor

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Enhanced Ctrl+A/Cmd+A functionality in RecordTableWithWrappers component to properly handle selection of all rows, including those not currently loaded in the table view.

  • Added handleSelectAllRows function in /packages/twenty-front/src/modules/object-record/record-table/components/RecordTableWithWrappers.tsx to manage comprehensive row selection
  • Updated hotkey bindings for both TableHotkeyScope and ActionBarHotkeyScope to use the new selection handler
  • Integrated with useSelectAllRows hook to ensure consistent selection state management across the table

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@Devessier Devessier force-pushed the select-all-fields-properly branch from 2f0c334 to f564fda Compare December 3, 2024 16:52
@FelixMalfait FelixMalfait self-assigned this Dec 4, 2024
Copy link
Member

@FelixMalfait FelixMalfait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thanks!

@FelixMalfait FelixMalfait merged commit 99caab1 into main Dec 5, 2024
12 of 18 checks passed
@FelixMalfait FelixMalfait deleted the select-all-fields-properly branch December 5, 2024 05:11
Copy link
Contributor

github-actions bot commented Dec 5, 2024

Thanks @Devessier for your contribution!
This marks your 34th PR on the repo. You're top 1% of all our contributors 🎉
See contributor page - Share on LinkedIn - Share on Twitter

Contributions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants