You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
131 custom widget and appearance for reactivesearch (#134)
* replace dataset card
* Explore page cleanup (#108)
* Removed placeholder right column on Explore page.
Switched to clickable card for datasets.
* Show only 5 max lines for description of dataset card and add ellypsis.
* Default sort dataset list by creation date descending.
* Make sure Dataset CardActionArea fills the card so that CardAction is flushed at the bottom.
* Fixed dataset grid so that items are same width even if we don't have enough for one row.
* New previous/next buttons on dataset list.
* Change default page size for dataset list to 20, a multiple of 4, the default screen size columns size.
* Placeholder icons for download card download, favorite, share actions.
* Black formatting.
* Extra margin around dataset card icons to make it easier to click on icons.
* Set outer grid item size for proper layout when there is few datasets.
* remove wrong primary
* add layout
* add styling
* customize the searchbox
* styling the search dataset page
* add links to the side bar
* add files table
* default to its original
* add TODOs
* Added endpoint to search both file and dataset.
* embed datasearch to topbar
* add embedded search to the correct place
* wrap the search base on parent comp and dynamically switching between index for now
* embedded search working now
* multi search
* combine two searches into one
* identify based on index
* work on result component
* initial styles
* add more index
* include more fields on file
* fix typo
* no need to pass dataset name as a query parameter; get that info from backend
* black linting
* use react router link instead of the refreshing link
* remove unused component
* bump mui icon version up; use dataset icon
Co-authored-by: Luigi Marini <[email protected]>
Co-authored-by: Dipannita Dey <[email protected]>
0 commit comments