MS-262/remove polling that caused constant reloading and...
remove polling that caused constant reloading and add missing filter components
- Remove useEffect polling interval that triggered fetchData every 5s for IN_PROGRESS items, causing the table to constantly reload with a loading spinner
- Add SaleSessionExportTableToolbar with keyword search, status select, and date pickers
- Add SaleSessionExportTableFiltersResult with active filter chips and reset button
- Align SaleSessionExportListView structure with other export views (User, StockProduct, Order)
Closes MS-262