Extract dataset presentational components
This commit is contained in:
@@ -7,6 +7,14 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## Sprint 29 dataset component decomposition (2026-06-17)
|
||||
|
||||
- Moved dataset upload/list UI into `DatasetPanel`.
|
||||
- Moved dataset details and job list UI into `DatasetDetailPanel`.
|
||||
- Split raster and vector controls into `RasterControls` and `VectorControls`.
|
||||
- Added regression coverage to verify `App.tsx` wires the new presentational dataset components without taking dataset markup back inline.
|
||||
- No API contracts, backend behavior, migrations, product features, provider fetching, AI behavior or UI redesign were introduced.
|
||||
|
||||
## Sprint 28 dataset workflow hook hardening (2026-06-17)
|
||||
|
||||
- Moved dataset selection, upload, detail loading, dataset jobs and raster/vector operation orchestration from `App.tsx` into `useDatasetWorkflow`.
|
||||
|
||||
Reference in New Issue
Block a user