VSN-1868 / Feat(fuel-card): implement import section and history table with tabs and upload support
Fuel Card Import & History Management
- Table & Tabs Management
-
Create **useFuelCarsImportHistoryTable **hook to manage fuel card import history data -
Create **useFuelCarsImportHistoryTabs **hook to handle tab navigation and content updates
- Screens & Views
-
Implement **FuelCardImportHistoryListView **as main screen with dynamic tabs and table display -
Add **FuelCradImportHistoryDetail **screen for viewing detailed card import history
- Import Section
-
Update **ImportSection **component for uploading and validating fuel card provider files -
Add petrol company selector and drag-and-drop upload zone -
Show upload zone automatically when a fuel provider is selected -
Integrate **FileTemplatesList **to display and download import templates for each provider
Closes VSN-1868