-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Multi user column #11988
Multi user column #11988
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #11988 +/- ##
==========================================
+ Coverage 66.54% 67.95% +1.41%
==========================================
Files 490 585 +95
Lines 19597 21768 +2171
Branches 4049 4373 +324
==========================================
+ Hits 13040 14793 +1753
- Misses 6061 6453 +392
- Partials 496 522 +26
... and 97 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
packages/builder/src/components/backend/DataTable/modals/CreateEditColumn.svelte
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, some nice typing improvements as well!
Description
Rethinking and reenabling multi-user column. This column was changed from being stored as a CSV to being an array, allowing complex filtering operations.
Addresses:
Screenshots
Filtering by user (single column)
Filtering by users (multiple column)