-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
feat: refactor filters on insights response table #17796
Merged
keithwillcode
merged 59 commits into
main
from
eunjae/cal-4760-insights-text-filter-on-routing-list
Dec 5, 2024
Merged
Changes from 55 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
cb47e5e
feat: improve text filters (WIP)
eunjae-lee 7056c6c
move function to bottom
eunjae-lee 19ecc1d
apply some styles
eunjae-lee 5049f01
Merge branch 'main' into eunjae/cal-4676-improved-filters
eunjae-lee f3dc923
fix selection of TextFilterOptions
eunjae-lee 0895aaf
rename value to operand
eunjae-lee 6e2657e
remove unused file
eunjae-lee 7e0cc79
merge filters/filters into filters/utils
eunjae-lee ad405ed
fix regression of not putting url params correctly
eunjae-lee 4e9c97b
move makeWhereClause to filters/utils
eunjae-lee 71f6a69
fix negative, empty, and not empty operators
eunjae-lee 9ff9ede
fix initial filtering from search state (url)
eunjae-lee f4b8471
fix type errors
eunjae-lee 149d46b
do not send an empty array to query
eunjae-lee aaf96ce
Merge branch 'main' into eunjae/cal-4676-improved-filters
eunjae-lee d8f4f84
update yarn.lock
eunjae-lee 1f5770c
i18n for text filter operators
eunjae-lee 7115998
extract logic as useColumnFilters()
eunjae-lee b29aec1
Merge branch 'main' into eunjae/cal-4676-improved-filters
eunjae-lee 4d6cf66
add missing import
eunjae-lee 5fb1848
fix type error
eunjae-lee 647b3f0
Merge branch 'main' into eunjae/cal-4676-improved-filters
eunjae-lee efe0037
revert yarn.lock
eunjae-lee bec59e1
Merge branch 'main' into eunjae/cal-4676-improved-filters
eunjae-lee f6bcebd
use i18n
eunjae-lee 9944161
insensitive text match
eunjae-lee 693a1aa
Merge branch 'main' into eunjae/cal-4676-improved-filters
eunjae-lee 722adba
move data-table to @calcom/features
eunjae-lee 084f9c9
fix type errors
eunjae-lee 6fd6a5b
fix type errors
eunjae-lee 6f62f31
fix type errors
eunjae-lee f29506b
Merge branch 'main' into eunjae/cal-4676-improved-filters
eunjae-lee 8194b4e
feat: support DataTable filters for Insights Routing WIP
eunjae-lee 1fbf0ff
remove unused filters
eunjae-lee 0befbde
Merge branch 'main' into eunjae/cal-4760-insights-text-filter-on-rout…
eunjae-lee 31e6b35
remove additionalFilters and fix types
eunjae-lee 9db916a
clean up filter components
eunjae-lee d39551c
support icons for ActiveFilters
eunjae-lee 34bd452
support filters on json
eunjae-lee e6b4860
Merge branch 'main' into eunjae/cal-4760-insights-text-filter-on-rout…
eunjae-lee a20667f
fix filter ui
eunjae-lee bfb9d91
Merge branch 'main' into eunjae/cal-4760-insights-text-filter-on-rout…
eunjae-lee 1dddd5a
fix type error and clean up
eunjae-lee b75b0aa
revert changes
eunjae-lee c3f635a
revert change
eunjae-lee 5df9b69
clean up
eunjae-lee 0f2ee0b
revert change
eunjae-lee df49d0f
fix compatibility with insights booking page
eunjae-lee 37e9bc9
Merge branch 'main' into eunjae/cal-4760-insights-text-filter-on-rout…
eunjae-lee 8d4560e
remove unused params
eunjae-lee 336b810
fix type errors
eunjae-lee f0e00f2
update yarn.lock
eunjae-lee 74f9818
Merge branch 'main' into eunjae/cal-4760-insights-text-filter-on-rout…
eunjae-lee 50338dd
fix field filter and adjust ui
eunjae-lee 057a1b0
chore: update yarn.lock
Udit-takkar d5547eb
Merge branch 'main' into eunjae/cal-4760-insights-text-filter-on-rout…
eunjae-lee 52f0d45
fix text filter
eunjae-lee ecec66b
add Clear Filters button
eunjae-lee 3019ab7
add more test data
eunjae-lee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I've moved this into
<RoutingFormResponsesTable>