* feat: System-defined tooltip added
* feat: Taxonomy card menu added. Export menu item added
* feat: Modal for export taxonomy
* feat: Connect with export API
* test: Tests for API and selectors
* feat: Use windows.location.href to call the export endpoint
* test: ExportModal.test added
* style: Delete unnecessary code
* docs: README updated with taxonomy feature
* style: TaxonomyCard updated to a better code style
* style: injectIntl replaced by useIntl on taxonomy pages and components
* refactor: Move and rename taxonomy UI components to match 0002 ADR
* refactor: Move api to data to match with 0002 ADR
* test: Refactor ExportModal tests
* chore: Fix validations
* chore: Lint
* refactor: Moving hooks to apiHooks
* style: Nit on return null
---------
Co-authored-by: Rômulo Penido <romulo@dash.dev.br>
Co-authored-by: Christofer Chavez <christofer@example.com>
Changed the filter status text on the files and uploads table to display also the number of files, even when a filter is applied.
https://2u-internal.atlassian.net/browse/TNL-11086 (internal ticket)
I just copied most of paragon's FilterStatus component, made some adjustments, and then overrode the default component.
Internal issue: https://2u-internal.atlassian.net/browse/TNL-11085
File upload gallery cards had distorted thumbnails. The goal is to fix this.
I centered the thumbnails instead of stretching them. I had to change the card layout a bit to do that, so in order to make everything look fine, I worked a bit on margins and paddings and font-size in order to bring this close to the figma mockups. It's not perfect because when you resize the browser window, the grid does some resizing that doesn't look as good as in figma, but I think it should be good enough for now.
* fix: change edit and delete buttons to icons
* fix: padding and button color
* fix: delete buttons and variant
* fix: date error icon color
* fix: page explanation text
* fix: update toggle state based on api response
* refactor: added statefulbutton instead of button
---------
Co-authored-by: SundasNoreen <sundas.noreen@arbisoft.com>