Commit graph

383 commits

Author SHA1 Message Date
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
4a99cb1166
Move sidebar toggle button into sidebar, make icon flip 2026-01-29 03:19:25 +00:00
17a5131ced
Add instructions for auto building scss 2026-01-29 02:57:49 +00:00
2dab6bcaf0
Build custom SCSS as part of nix package
This vendors-in the latest Bootstrap release SCSS files
from version 5.3.8.
2026-01-29 02:11:04 +00:00
20eda6a1d8
Make logo change with sidebar collapse 2026-01-28 22:33:32 +00:00
5d4a7a4155
Add customized CSS theme for bootstrap 2026-01-28 22:25:02 +00:00
082fdeebdd
Add basic layout test
This is testing a new way to do the main site layout that I think will
be a better fit for where I want the UI to go with a collapsable
interface.
2026-01-28 17:15:42 +00:00
bdb3c80ad7
Add Basic text message review mock 2026-01-28 14:58:13 +00:00
182175254e
Clean up old SMS callback endpoints 2026-01-28 14:57:50 +00:00
a42c5824af
Add district to LLM context, be more aggressive about trimming agent: 2026-01-27 23:25:51 +00:00
9914274d42
Wire in agent to the reporter texting system
Also rework the so the platform absorbs all the business logic that was
going in the wrong place.
2026-01-27 19:56:26 +00:00
a68b8781e7
Add ability to make LLM agent forget the conversation history
This is extremely useful for testing.

In order to do this I needed to actually deploy the migration to a bob
fork so I could start to add support for behaviors I really want.
Specifically the ability to search for ids in a slice.
2026-01-27 18:44:02 +00:00
b8e7b9b7fd
Working LLM responses and Twilio status tracking
The responses aren't good, but they do exist.
2026-01-27 14:29:55 +00:00
407b478637
Fold more text logic into the platform
Because it is better at managing the database, the comms/text package
will just be for integration.
2026-01-26 21:21:21 +00:00
e8e840ec44
Make username unique, make is_subscribed nullable 2026-01-26 21:11:31 +00:00
1cd4a31404
Start saving subscribed status 2026-01-26 20:51:26 +00:00
d2d95a1f6b
Update vendor hash for recent vendor changes 2026-01-26 20:51:07 +00:00
c0ecfe2e18
Add more log info on login failure 2026-01-26 20:41:21 +00:00
6070d50a58
Begin process of getting text responses from an LLM. 2026-01-26 20:30:06 +00:00
c276cbac0b
Add command to hash password directly
Useful for resetting passwords manually.
2026-01-26 18:42:30 +00:00
940f3901be
Redirect root mock to additional mocks 2026-01-26 16:11:00 +00:00
adc99e8871
Add ability to delay text message sending 2026-01-26 16:10:30 +00:00
ab105e16e8
Remove some user session logs that we don't need 2026-01-25 21:18:39 +00:00