Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
be1a1c5
Initial geospatial component
davidjamesstone Feb 27, 2026
55f2c7e
Fix package-lock.json
davidjamesstone Feb 27, 2026
4d206c6
Add geospatial clientside map capability
davidjamesstone Mar 4, 2026
09e56cb
Add event constants
davidjamesstone Mar 4, 2026
04a0696
Allow change for points
davidjamesstone Mar 6, 2026
a4a7e2b
Add geospatial tests
davidjamesstone Mar 6, 2026
ff24262
Refactor tests
davidjamesstone Mar 6, 2026
725873f
Update package-lock.json
davidjamesstone Mar 6, 2026
83da865
Fix formatting
davidjamesstone Mar 6, 2026
e3f7c84
Add linting exceptions
davidjamesstone Mar 6, 2026
0bca9ae
Merge branch 'main' into feature/DF-861-geospatial-component
davidjamesstone Mar 6, 2026
3dcefc4
Fix test error message text
davidjamesstone Mar 6, 2026
06b1f84
Sonar fixes (missing else)
davidjamesstone Mar 6, 2026
b9b00aa
Sonar fixes (already declared in the upper scope)
davidjamesstone Mar 6, 2026
6c5d9ea
Sonar fixes (file too big)
davidjamesstone Mar 6, 2026
439f402
Add action button click tests
davidjamesstone Mar 6, 2026
c9ace82
Rename polygon to shape
davidjamesstone Mar 6, 2026
52223de
Fix shared test
davidjamesstone Mar 6, 2026
a0f3776
Sonar fixes (function too big)
davidjamesstone Mar 6, 2026
00033d0
Sonar fixes (reduce function size)
davidjamesstone Mar 6, 2026
e708114
Improve JsDoc types
davidjamesstone Mar 6, 2026
0383aff
Sonar fixes (reduce function size)
davidjamesstone Mar 6, 2026
a738545
Toggle action buttons when finished editing drawing
davidjamesstone Mar 6, 2026
7559a5e
Add feature description changed event
davidjamesstone Mar 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8,497 changes: 2,308 additions & 6,189 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@
"dependencies": {
"@defra/forms-model": "^3.0.627",
"@defra/hapi-tracing": "^1.29.0",
"@defra/interactive-map": "^0.0.4-alpha",
"@defra/interactive-map": "^0.0.11-alpha",
"@elastic/ecs-pino-format": "^1.5.0",
"@hapi/boom": "^10.0.1",
"@hapi/bourne": "^3.0.0",
"@hapi/catbox": "^12.1.1",
"@hapi/catbox-memory": "^6.0.2",
"@hapi/catbox-redis": "^7.0.2",
Expand All @@ -98,6 +99,9 @@
"@hapi/vision": "^7.0.3",
"@hapi/wreck": "^18.1.0",
"@hapi/yar": "^11.0.3",
"@turf/bbox": "^7.3.4",
"@turf/centroid": "^7.3.4",
"@turf/helpers": "^7.3.4",
"@types/humanize-duration": "^3.27.4",
"accessible-autocomplete": "^3.0.1",
"atob": "^2.1.2",
Expand Down
Loading