mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged PR 1957: #5258 Prämie Landing
#5258 Prämie Landing - feat(crm-data-access): improve error handling and encapsulation in CRM services - feat(reward): separate reward selection from checkout flow and restructure catalog - Merge branch 'feature/5202-Praemie' into feature/5263-Praemie-Item-List-Und-Lieferung-Auswaehlen - feat(libs-checkout): implement reward catalog with list display and pagination - feat(checkout): add reward selection and action components for catalog - feat(lib-checkout, lib-catalogue, lib-shared): implement reward catalog pagination with enhanced filtering
This commit is contained in:
committed by
Lorenz Hilpert
parent
d9ccf68314
commit
334436c737
@@ -82,7 +82,7 @@ export class FilterControlsPanelComponent {
|
||||
* Signal tracking whether the viewport is at tablet size or above.
|
||||
* Used to determine responsive layout behavior for mobile vs desktop.
|
||||
*/
|
||||
mobileBreakpoint = breakpoint([Breakpoint.Tablet]);
|
||||
mobileBreakpoint = breakpoint([Breakpoint.Tablet, Breakpoint.Desktop]);
|
||||
|
||||
/**
|
||||
* Signal controlling the visibility of the order-by toolbar on mobile devices.
|
||||
|
||||
Reference in New Issue
Block a user