-
- Downloads
Fade out dashboard cards that don't have all active filters applied (#3212)
* Fading dashcards that have no filter mappings * Only fade unfiltered cards if filters exist * Fixed parameterValues not being updated on removal without refresh * Added workaround for FF button flex layout and click event propagation bugs * Removed debugging statement, small refactor * Tweaked fading behavior for inactive filters * Switched implementation to fade out cards not mapped to all active filters * Removed previous implementationof unmapped filters detection
Showing
- frontend/src/metabase/dashboard/components/DashCard.jsx 9 additions, 4 deletionsfrontend/src/metabase/dashboard/components/DashCard.jsx
- frontend/src/metabase/dashboard/components/Dashboard.jsx 1 addition, 0 deletionsfrontend/src/metabase/dashboard/components/Dashboard.jsx
- frontend/src/metabase/dashboard/components/DashboardGrid.jsx 2 additions, 0 deletionsfrontend/src/metabase/dashboard/components/DashboardGrid.jsx
- frontend/src/metabase/dashboard/containers/DashCardCardParameterMapper.jsx 7 additions, 3 deletions...base/dashboard/containers/DashCardCardParameterMapper.jsx
- frontend/src/metabase/dashboard/dashboard.js 8 additions, 1 deletionfrontend/src/metabase/dashboard/dashboard.js
Loading
Please register or sign in to comment