-
Notifications
You must be signed in to change notification settings - Fork 20
Collection Page Facets Filters #566
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
7631791
chore: use js-dataverse pr version
g-saracca 1c3e033
feat: move types query param to specific get collection items enum
g-saracca 61371a1
chore: update to new pr js-dataverse version
g-saracca 4770017
feat: types, retrieve facets etc
g-saracca e1a4275
chore: update js-dataverse version
g-saracca c6d4f3c
feat: filtering by queries working
g-saracca 01b3a9c
feat: seleceted facets functionality
g-saracca 032a428
feat: improve facet group list styles
g-saracca 52a58d3
fix: encode url facet value before setting the search params
g-saracca 1b1ba36
feat: disable buttons while loading items
g-saracca 2612231
feat: text align left
g-saracca f028bba
feat: improve list layout
g-saracca 8c19993
feat: show diff message when filter queries applied
g-saracca c1f4968
feat: remove underline in less and more buttons
g-saracca 0bc201e
feat: facet filers skeleton
g-saracca 452c68d
feat: add locales
g-saracca bf2a863
feat: udpate js-dataverse and update search criteria
g-saracca 75c6664
feat: revert noItemsMessage
g-saracca b819c09
feat: add stories
g-saracca b98a78e
fix: accesibility issues
g-saracca 23f36bc
test: fix and add tests
g-saracca 3089539
test: finish with unit tests
g-saracca a13a2c9
test: finish with e2e test
g-saracca e029c43
chore: file alocations tweaks
g-saracca 50a4133
feat: add missing args
g-saracca b1c639c
feat: move query into collection query params
g-saracca d170bc8
Merge branch 'develop' into feat/562-add-collection-facets
g-saracca 2cba117
chore: update to latest js-dv version
g-saracca be414ee
update with latest from develop
g-saracca 9ab1f6e
Merge branch 'develop' into feat/562-add-collection-facets
g-saracca 50a172a
chore: update js-dv version to latest
g-saracca 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| export enum CollectionItemsQueryParams { | ||
| SORT = 'sort', | ||
| ORDER = 'order', | ||
| START = 'start', | ||
| TYPES = 'types', | ||
| QUERY = 'q', | ||
| FILTER_QUERIES = 'fqs' | ||
| } |
File renamed without changes.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.