-
- Downloads
[Browse] Don't show filter icon when no models have been verified (#43284)
On the Browse models page we have a filter icon which opens a popover with a switch that toggles "Show only verified models". With this change, the icon is not rendered if there are no verified models at all.
Showing
- e2e/test/scenarios/onboarding/home/browse.cy.spec.js 91 additions, 14 deletionse2e/test/scenarios/onboarding/home/browse.cy.spec.js
- enterprise/frontend/src/metabase-enterprise/content_verification/ModelFilterControls.tsx 1 addition, 1 deletion...e-enterprise/content_verification/ModelFilterControls.tsx
- frontend/src/metabase/browse/components/BrowseModels.tsx 39 additions, 32 deletionsfrontend/src/metabase/browse/components/BrowseModels.tsx
- frontend/src/metabase/browse/components/ModelsTable.tsx 6 additions, 2 deletionsfrontend/src/metabase/browse/components/ModelsTable.tsx
- frontend/src/metabase/components/EntityItem/EntityItem.tsx 9 additions, 1 deletionfrontend/src/metabase/components/EntityItem/EntityItem.tsx
Please register or sign in to comment