mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(reward-order-confirmation): correct typo and add loading state to collect action - Fix typo in "Rechnugsadresse" → "Rechnungsadresse" - Add loading state signal to prevent duplicate collect operations - Bind pending and disabled states to collect button - Wrap collect operation in try-finally to ensure loading state cleanup - Add comprehensive unit tests for loading state behavior The loading state prevents users from triggering multiple concurrent collect operations by disabling the button during API calls. Ref: #5396