Extract frontend orchestration hooks
This commit is contained in:
@@ -7,6 +7,14 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## Sprint 39 Frontend orchestration decomposition (2026-06-17)
|
||||
|
||||
- Moved provider capability loading from `App.tsx` into `frontend/src/hooks/useProviderCapabilities.ts`.
|
||||
- Moved change detection state and API orchestration into `frontend/src/hooks/useChangeDetectionWorkflow.ts`.
|
||||
- Moved derived MapLibre workbench state, feature collection selection and feature-inspector reset behavior into `frontend/src/hooks/useMapWorkspaceState.ts`.
|
||||
- Added regression tests that keep provider/change/map orchestration out of `App.tsx`.
|
||||
- No API contracts, migrations, product features, provider fetching or AI behavior were introduced.
|
||||
|
||||
## Sprint 38 Export Center preview hardening (2026-06-17)
|
||||
|
||||
- Prevented HTML project report artifacts from being offered through the JSON preview path in the frontend Export Center.
|
||||
|
||||
Reference in New Issue
Block a user