-
- Downloads
Filters blocking small screen devices (#21848)
* ParameterWidget to have width of 100% on small devices * Sticky filters only when there is less than 6 * stickyParameters tests updated * Misc * Misc * Stickyness updated for small screen devices only * Reverted unit test as we can’t test mobile/desktop screen size * Misc * describe updateParametersWidgetStickiness added * Stickiness cypress tests WIP * Tests clean up WIP * Tests updated for 12 parameters * Sticky filters test WIP * data-testid added for ParametersWidgetContainer * Percy clean up / parameters widget position checks * data-testid added for ParametersWidgetContainer editing * Parameters edit mode tests updated * Improved stickiness performance * Misc
Showing
- frontend/src/metabase/dashboard/components/Dashboard/Dashboard.jsx 13 additions, 2 deletions...src/metabase/dashboard/components/Dashboard/Dashboard.jsx
- frontend/src/metabase/dashboard/components/Dashboard/stickyParameters.js 8 additions, 2 deletions...tabase/dashboard/components/Dashboard/stickyParameters.js
- frontend/src/metabase/dashboard/components/Dashboard/stickyParameters.unit.spec.js 72 additions, 67 deletions...hboard/components/Dashboard/stickyParameters.unit.spec.js
- frontend/src/metabase/parameters/components/ParameterWidget.css 10 additions, 3 deletions...nd/src/metabase/parameters/components/ParameterWidget.css
- frontend/test/metabase-visual/dashboard/parameters-widget.cy.spec.js 184 additions, 23 deletions...st/metabase-visual/dashboard/parameters-widget.cy.spec.js
Please register or sign in to comment