Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2d1fc75
Add support for comparing different versions
Dec 17, 2024
d57ca5f
Update with december release
Dec 20, 2024
b2a7394
Update with last three releases.
Mar 31, 2025
4c622bf
Change title to QA Console
Mar 31, 2025
2887d1e
Right/Left sides now display today's/yesterday's QA tiles for base an…
Mar 31, 2025
0d74847
Hard code map tiles URLs for demonstration.
Apr 2, 2025
d0cda3c
QA Tiles now have a separate version selector
Apr 2, 2025
9fa6564
Extract ComparisonState hook out to its own file to fix fast refresh.
Apr 2, 2025
0219b07
Fixed #195 by updating the react-map-gl dependency (and mapLibre whil…
Apr 3, 2025
a75efb7
Add QA Info Bar.
Apr 3, 2025
3f61111
Get some drag-n-drop working to display columns, poorly.
Apr 4, 2025
1f4a816
add qa info bar which renders table data using flexbox.
Apr 4, 2025
763e282
Update table view so that it doesn't take up 80% of the screen.
Apr 4, 2025
9ca690a
Refactor to allow table cell click handler to control map state.
Apr 4, 2025
39d7516
Change location slashified zoom/lat/lng string to 'jump to location'
Apr 5, 2025
b7b8842
extract header into its own div, so that it doesn't compete with the …
Apr 5, 2025
f8b59a2
Fix css to get table row to display at top of table
Apr 5, 2025
d2be822
Fix #201 by adding sticky headers.
Apr 5, 2025
f9422a4
Fix #200 by keeping track of the clicked row and highlighting it.
Apr 5, 2025
5f364f8
Fix #198 by hiding divisions by default, pinning base.
Apr 5, 2025
b5724a5
Highlight features related to the osm id of the table cell, Fixes #202.
Apr 6, 2025
9cd74b1
Fix #197 by adding osm links
Apr 6, 2025
d5413f5
Check in missing package.json, oops
Apr 6, 2025
f44a325
Trim down the UI by removing the download button and the navigator co…
Apr 7, 2025
ca55554
Fix console log errors about missing bathymetry styles.
Apr 8, 2025
e292d85
Fix #203 by guarding against features with null source data (which ap…
Apr 8, 2025
8b34fde
Fix #204 by adding a text filter input and leaving out table rows tha…
Apr 21, 2025
453f874
Disable text filter control until a file has been drag-n-dropped
Apr 24, 2025
36310e0
Autoload csv (#206)
jwass Apr 28, 2025
4e23f96
Fix issue where the download would storm endlessly if yesterday's fil…
Apr 28, 2025
0536a95
Make the two-map view the default.
Apr 28, 2025
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
16 changes: 14 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"papaparse": "^5.5.2"
}
}
Loading
Loading