Commit graph

57 commits

Author SHA1 Message Date
38432a18c1
Show precise html marker on stadia test 2026-02-13 19:20:01 +00:00
b5395afe74
Add basic stadia maps test 2026-02-12 21:06:35 +00:00
b3ab8f6cef
Fix aggregate map not showing toolbox correctly 2026-02-10 18:08:34 +00:00
420e0246ed
Fix nidus favicon when logged in 2026-02-10 17:45:46 +00:00
b4053047ff
Fix coloring on dashboard icons 2026-02-10 16:27:32 +00:00
396cf5c586
Add page for showing notifications 2026-02-10 16:24:37 +00:00
c3e8bba822
Re-add notification indicator 2026-02-10 16:04:15 +00:00
28ade30d2b
Consolidate template loading logic between embedded and host FS
This solves a really annoying bug around my sidebar not loading
correctly in prod.
2026-02-10 14:40:50 +00:00
13c5529a41
Show an actual error page 2026-02-09 22:35:12 +00:00
b263d50b76
Remove debug log spam 2026-02-09 22:33:44 +00:00
edd9bdcadc
Fix SVG loading for embedded filesystem, add RMO components
This was broken from the template refactor a couple days ago.
2026-02-09 21:40:58 +00:00
443a13afcf
Add flag for testing embedded file system 2026-02-09 21:39:47 +00:00
316a94a6cf
Link up settings in sidebar to settings page 2026-02-09 19:57:12 +00:00
f00436b136
Count existing and new pool rows 2026-02-09 19:17:33 +00:00
515dbb54fa
Add basic pipe to provide status to the pool id page 2026-02-09 19:13:58 +00:00
135ad2b73e
Do file upload, show list of uploads, do initial processing. 2026-02-09 18:25:44 +00:00
6b02b75a87
Add basic screen for pool upload from mock
It'll need work to get to where it's functional
2026-02-08 04:37:05 +00:00
f81f8def1c
Move data entry good mock to be part of upload flow 2026-02-08 03:47:48 +00:00
0d55eb1da4
Define upload CSV schema, make POST actually go somewhere. 2026-02-08 00:59:41 +00:00
c4decb0afb
Fix pool upload page title 2026-02-08 00:59:17 +00:00
d437c68403
Add pages for showing the CSV upload UI
And sample CSV file download
2026-02-07 20:02:39 +00:00
59076e9eb0
Add page for showing pool uploads 2026-02-07 18:26:47 +00:00
874d49c6a5
Update dashboard layout to work with sidebar 2026-02-07 18:04:24 +00:00
f9389de27b
Rework layouts to get embedded filesystem working again
I really hate go templates at this point.
2026-02-07 17:55:25 +00:00
db387ad28b
Update embedded template system
Just trying to get forward motion. Currently getting a nil Tree inside
the shared template holder.
2026-02-07 17:38:49 +00:00
75dba7193a
Finish removal of font awesome 2026-02-07 05:54:08 +00:00
0265e9d3ec
Rework template system, merge templates
The embedded portion doesn't work yet.
2026-02-07 05:53:38 +00:00
951720def9
Allow multiple photos to be attached in sequence on photo upload 2026-02-06 17:06:36 +00:00
f6f54da305
Add maxlength to all inputs
Because the children broke things with it.
2026-02-06 16:56:09 +00:00
d464a5fbd0
Show a tooltip when disabling the lookup button on status page
And fix some auto-formatting
2026-02-06 16:55:29 +00:00
41dcf6577a
Fix bad previous refactor 2026-02-05 01:59:23 +00:00
a5d2df9626
Avoid stack trace when there are no suggestions 2026-02-05 01:35:11 +00:00
f301feb537
Navigate to report status page on table click 2026-02-05 01:31:16 +00:00
d58a893651
Don't constantly redraw the report rows
Because it's wasteful and interrupts my click handlers.
2026-02-05 01:22:47 +00:00
3cdad6fd77
Hide broken map controls
I'm not sure why, but these don't work on the shadow DOM
2026-02-05 01:07:46 +00:00
0e6e85825a
Avoid stacktrace on request failure 2026-02-05 01:02:38 +00:00
af516242d3
Make checkboxes hide map layers 2026-02-04 23:57:44 +00:00
820f8237d1
Show pools and nuisances in separate layers on status search 2026-02-04 17:12:46 +00:00
f3221ec315
Add report ID suggestion to status page 2026-02-04 16:07:36 +00:00
26223ccc0a
Fix suggestion container offset 2026-02-03 23:11:19 +00:00
a9e333b73a
Add new custom element for handling report ID or location
Looks purty.
2026-02-03 22:11:54 +00:00
8bed4fa2fa
Pan slowly on click on the nuisance map 2026-02-03 17:22:32 +00:00
82adb92d06
Allow for direct click on the map to set location 2026-02-03 17:01:39 +00:00
0eb5118459
Reduce log spam on svg load
Now that it's working correctly
2026-02-01 03:48:40 +00:00
a86149b8d7
Update form data whenever the address is set in any way 2026-01-31 16:29:13 +00:00
f00b32075a
Ensure address value gets sent in form submit 2026-01-31 16:24:41 +00:00
612f2fba77
Fix file upload in custom photo upload control
Hat tip to https://web.dev/articles/more-capable-form-controls for the
details.
2026-01-31 02:18:22 +00:00
ba22ed2733
Make photo selector show preview thumbnails 2026-01-30 22:44:07 +00:00
dc77d56573
Wire up button click on photo input 2026-01-30 22:39:43 +00:00
74717ef48c
Make photo uploader a custom component 2026-01-30 22:35:18 +00:00