Commit graph

351 commits

Author SHA1 Message Date
582aa952e4
Remove template test 2026-04-23 00:30:35 +00:00
10dc5c0bd7
Move qr-code generation to the API 2026-04-23 00:28:31 +00:00
ba8c0016ac
Add sigup page...again
Had it previously, but broke it for the single-page app migration.
2026-04-17 17:48:18 +00:00
ae50a1abd8
Remove the remains of the old bundle paths 2026-04-10 02:59:55 +00:00
7f90391ecd
Remove old generated JS/CSS paths
We generate a whole file now.
2026-04-08 15:01:02 +00:00
6fb5a7f971
Fix icons on RMO, add phone data to district 2026-04-07 16:25:14 +00:00
cc7ce44f47
Finish porting styles of compliance flow 2026-04-07 16:05:30 +00:00
1a53d5338f
Work out the rest of the static site deployment 2026-04-07 14:56:31 +00:00
6f677b5638
Add the full compliance mocks 2026-04-07 00:53:44 +00:00
4faa7fa8c0
Figure out router pattern for compliance steps 2026-04-07 00:04:40 +00:00
20614acb86
Add initial compliance intro page 2026-04-06 22:38:17 +00:00
b6cfbee102
Add geocoding logic/store 2026-04-05 03:47:22 +00:00
e56e83161b
Include address information on nuisance form upload 2026-04-03 23:04:04 +00:00
10e368c403
Get initial nuisance and water resources working
This is a straight port of the form-encoded POST submission logic.

It is missing a bunch of data.
2026-04-03 22:04:22 +00:00
6203e3da75
Add nuisance style, fix header on non-home district pages 2026-04-03 19:07:20 +00:00
5842b6251d
Add district header on root page 2026-04-03 18:28:41 +00:00
4f9617aa2f
Add RMO water page, start district layout 2026-04-03 16:37:09 +00:00
fd7607f5b7
Add nuisance view for RMO 2026-04-03 16:08:57 +00:00
4a9d6e0db6
Port root RMO with style to main page 2026-04-03 15:58:50 +00:00
54e77f72f4
Add completion page 2026-04-03 14:34:46 +00:00
3e0003095b
Add process and submission mocks 2026-04-03 03:57:43 +00:00
095ab828b6
Add contact page in compliance flow 2026-04-03 03:43:55 +00:00
06345099eb
Add permission mock in compliance flow 2026-04-03 03:41:26 +00:00
5cabea8577
Add evidence mock 2026-04-03 03:35:45 +00:00
42bcdb8af8
Add mock for concern page 2026-04-03 03:26:52 +00:00
bfe2b88622
Add compliance address mock 2026-04-03 03:22:09 +00:00
377683c4e3
Update compliance landing page
Show district logo, phone number, etc.
2026-04-03 00:18:15 +00:00
457f123f69
Add simple compliance landing page 2026-04-03 00:12:52 +00:00
7f8491a1c2
Add test mailer 2 2026-03-31 20:05:35 +00:00
4f96f35d9a
Add mode 1 mailer for testing. 2026-03-31 17:34:08 +00:00
6fe107601e
Handle address data more gracefully
Helps avoid having embarrassments at the conference
2026-03-24 09:06:42 -07:00
b152cf9c36
Break apart the planning columns 2026-03-22 09:58:25 +00:00
82ecf0f5d1
Add URL for sending message to the list of URLs we give out 2026-03-22 07:06:50 +00:00
978c20d72a
Fix some of the RMO pages I broke by removing SVGs 2026-03-22 04:53:23 +00:00
46edbbae74
Add Communication API to user URLs
We don't want to build URLs anywhere but in the server.
2026-03-22 01:33:14 +00:00
736c71eefc
Start adding other views and our initial stores 2026-03-22 00:55:48 +00:00
6d6fe9e1d6
Move Intelligence file to Vue logic 2026-03-21 22:41:47 +00:00
1bd0adbc50
Move SVGs into the frontend build pipeline
That way it can be used in the VueJS frontend directly
2026-03-21 21:27:50 +00:00
9b8c079d79
Start sorting out basic layout elements 2026-03-21 21:06:10 +00:00
efece7733f
Migrate root of application to use a basic Vue app
We'll build from here.
2026-03-21 20:48:21 +00:00
80f4f51b02
Add bootstrap-icons, make sidebar work with bundle logic
I'm starting to get a sense how to do all of this with these new tools.
I've semi-ported the sidebar at this point.
2026-03-21 19:34:23 +00:00
f3c818a48f
Add CSS via SCSS to the frontend build pipeline 2026-03-21 19:14:51 +00:00
1e67c0090d
Show how to add a map view through typescript 2026-03-21 18:13:40 +00:00
ccdb391ccc
Get VueJS working in a sample project 2026-03-21 17:45:36 +00:00
303b4b826b
Fix export of SSEManager for SSE connection 2026-03-21 15:08:37 +00:00
cee76ddd53
Add bootstrap to the main application bundle 2026-03-21 05:47:39 +00:00
a2c3f52ab4
Fix embedded static files on production builds 2026-03-21 05:38:42 +00:00
0d6a6fa797
Include bootstrap and bootstrap icons in a single style bundle 2026-03-21 03:33:11 +00:00
16499fe23e
Don't error out just because we don't have a main map. 2026-03-21 03:11:22 +00:00
31947c848a
Move static outside HTML. Start work on TypeScript bundle
It's not strictly HTML, so that's just correct.

This is just worth doing while building the new TypeScript bundle
2026-03-21 03:06:59 +00:00