mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(checkout): correct reward output desktop/mobile layout and add insufficient points validation - Fix desktop layout to display 4 columns with 80px gaps (164px, 164px, 164px, 444px) - Add responsive tablet layout (3 columns in row 1, 1 column in row 2) - Add error message when reading points are insufficient - Disable CTA button when reading points are insufficient - Create calculateTotalLoyaltyPoints helper to reduce code duplication - Use @ng-icons/core for proper icon rendering Resolves #5399 Related work items: #5399