mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(remission-data-access, remission-product-stock-info): improve stock information display and data handling Enhance product stock info component with proper loading states. - Add stockFetching input to ProductStockInfoComponent for loading states - Update remission list components to properly handle stock fetching state - Enhance type safety and documentation for better maintainability The RemissionSearchService now provides clear documentation for all methods including fetchList, fetchQuerySettings, and capacity fetching operations. The ProductStockInfoComponent now properly displays loading states during stock data retrieval. Ref: #5243