Commit graph

405 commits

Author SHA1 Message Date
48c49fc73e
Use colored svgs for pond and status on RMO 2026-01-30 20:17:29 +00:00
7fb02f4788
Update root RMO to use banner and new colored icon 2026-01-30 20:14:10 +00:00
40028744ba
Fix svg pipeline to not need an explicit list 2026-01-30 20:11:17 +00:00
38b1cdbbad
Auto transform SVGs into template portions
This means I don't have to modify the files correctly by hand
2026-01-30 19:32:01 +00:00
bb9dd1754f
Start setting up structure for generating URLs
This is to eventually avoid adding URLs through hard-coded strings to
our templates.
2026-01-30 19:32:01 +00:00
9b1d75d47f
Rename htmlpage to html
Because it's going to get more tools.
2026-01-30 19:32:01 +00:00
2bd848fa97
Rename rmo/endpoint.go to rmo/root.go
Because it contains the root page logic.
2026-01-30 18:01:39 +00:00
3bf40572e2
Rename rmo/page.go to rmo/template.go
Because it contains stuff for dealing with templates.
2026-01-30 18:00:56 +00:00
87893363e5
Remove redundant request logging 2026-01-30 16:34:58 +00:00
bc27a19534
Switch to dart-sass
Faster, and hopefully less error-prone
2026-01-30 16:32:13 +00:00
5970e9c5a4
Add anonymity checkbox 2026-01-30 16:22:35 +00:00
a41fdac13b
Add checkbox granting backyard access 2026-01-30 16:14:52 +00:00
78ee0483d3
Add "this is my property" checkbox 2026-01-30 16:10:17 +00:00
e7230eb3c2
Remove redundant contact information section
It's handled in the next page.
2026-01-30 15:56:46 +00:00
708b5925a7
Various fixes to standing water report
* remove optional label and section
 * change wording on additional fields button
 * make toggle button disappear after clicking
 * Add prompt about selecting location by map or address
2026-01-30 15:55:23 +00:00
62ec73c673
Add primary color to header bar 2026-01-30 15:48:47 +00:00
c820ec91c6
Add district name to periodic updates subscription 2026-01-30 15:45:56 +00:00
c42beaca66
Make district logo a link to their website 2026-01-30 15:40:28 +00:00
2baad02a0c
Make "submit another report" link work, remove "back home" button 2026-01-30 15:32:50 +00:00
8dc23d2621
Hide the additional information button after use 2026-01-30 15:27:18 +00:00
9d5cc85757
Remove old RMO banner 2026-01-30 15:27:04 +00:00
1dea676ef9
Add banner to main RMO mock. 2026-01-30 15:22:45 +00:00
db9d4e05b7
Add missing dark/light variables
Fixes things like "bg-dark", "bg-light"
2026-01-30 15:13:38 +00:00
38d492e9da
Rework custom bootstrap theme to include all of bootstrap
I already had most of it anyway. This also fixes our buttons to have the
correct contrast.
2026-01-30 15:08:11 +00:00
207ad95840
Reorder submit complete mock contents
by request
2026-01-30 15:07:48 +00:00
bf62e20e46
Make it clear the button is for clicking 2026-01-30 03:34:38 +00:00
b0b886ac7c
Remove source location options, fix collapse style 2026-01-30 03:33:06 +00:00
e8f9bc666d
Change "roof & gutters" to "sprinklers & gutters" 2026-01-30 00:19:59 +00:00
dc30065520
Remove all optional labels from nuisance 2026-01-30 00:19:08 +00:00
8eae22cc7e
Remove nuisance severity input 2026-01-30 00:15:15 +00:00
2c565e9401
Remove 'optional' from nuisance mosquito activity input 2026-01-30 00:14:32 +00:00
7e69cf0e17
Add tooltip to nuisance report to use address or map 2026-01-30 00:13:39 +00:00
dd48d7ffd6
Nuisance mock: remove 'how your report helps' section 2026-01-30 00:08:50 +00:00
9bf407be6c
Switch to new favicon and custom css for RMO 2026-01-30 00:06:37 +00:00
d73dd9310c
Move logo to below introduction
based on feedback
2026-01-29 23:59:47 +00:00
e7681c7d6e
Change public-report to rmo
We're leaning into the branding and shorter directory names
2026-01-29 23:59:35 +00:00
bb692cced9
Return the MMS value as an ID for MMS messages. 2026-01-29 22:43:15 +00:00
e094ed3d0d
Move Twilio-specific parsing to twilio incoming API 2026-01-29 22:36:16 +00:00
9047fbb3ee
Reduce sentry debug messages in the console log
It's distracting and not useful.
2026-01-29 22:28:12 +00:00
ef5d8168f0
Actually handle incoming text messages from Voip.ms 2026-01-29 22:27:51 +00:00
6a434c458d
Add API handlers for Voip.ms incoming messages 2026-01-29 22:21:31 +00:00
981f444609
Add support for continuing background text jobs on subscription 2026-01-29 22:20:03 +00:00
d2d5f003d8
Get Voip.ms working again in the text system
Because we need it for the conference.
2026-01-29 21:53:49 +00:00
a900c23090
Update vendors and hash 2026-01-29 17:46:15 +00:00
9b152628fa
Add logging for call status 2026-01-29 17:39:11 +00:00
713cefc21a
Add tech support line 2026-01-29 17:30:21 +00:00
03c3467eea
Add RMO favicon 2026-01-29 16:46:37 +00:00
d9ccdd41b2
Add basic support for sentry 2026-01-29 15:48:15 +00:00
ef38aaf041
Add example tooltip 2026-01-29 15:05:06 +00:00
aa3e22d814
Make sidebar collapse centered and overlapping
Fix some styling stuff that was being done via JavaScript that can be
done via selectors.
2026-01-29 14:56:02 +00:00