|
|
d9a98e9eb2
|
Begin ripping apart the communications page into components
Essential to get the logic under control
|
2026-03-22 02:37:10 +00:00 |
|
|
|
ef552af054
|
remove Alpine and start fixing type errors
|
2026-03-22 02:36:57 +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 |
|
|
|
31a9490210
|
Get required data for communications page from user store
Which gets it from the API of course
|
2026-03-22 01:23:08 +00:00 |
|
|
|
21180816be
|
Start providing organization info and URLs is user/self
The new frontend needs it to do its work.
|
2026-03-22 01:22:44 +00:00 |
|
|
|
736c71eefc
|
Start adding other views and our initial stores
|
2026-03-22 00:55:48 +00:00 |
|
|
|
c75c5446f7
|
Add barely-compiling views for the rest of the sidebar
No way these things actually work.
|
2026-03-22 00:22:16 +00:00 |
|
|
|
6422609150
|
Set up dashboard page through VueJS
|
2026-03-21 23:44:14 +00:00 |
|
|
|
bf3204992e
|
Enable sourcemaps for debugging
|
2026-03-21 23:24:06 +00:00 |
|
|
|
6d6fe9e1d6
|
Move Intelligence file to Vue logic
|
2026-03-21 22:41:47 +00:00 |
|
|
|
eaeedd5356
|
Use common navigation code between sidebar links
|
2026-03-21 22:18:01 +00:00 |
|
|
|
34d14846a1
|
Fix main content window to render correctly with sidebar
|
2026-03-21 21:59:44 +00:00 |
|
|
|
d367166e77
|
Add vue-router for handling routing to components
|
2026-03-21 21:58:02 +00:00 |
|
|
|
dba1468e4d
|
Improve build watch plugin
Makes it much easier to see what's going on.
|
2026-03-21 21:44:10 +00:00 |
|
|
|
e5af41b703
|
Re-create dynamic nature of the sidebar
|
2026-03-21 21:35:32 +00:00 |
|
|
|
48d44487da
|
Fill out the rest of the sidebar's icons
|
2026-03-21 21:31:30 +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 |
|
|
|
5779242f22
|
Prettier everything, remove vendored bootstrap
These are installed now via pnpm
|
2026-03-21 19:41:51 +00:00 |
|
|
|
004a49c4e4
|
Update prettier to format the new file types.
|
2026-03-21 19:39:30 +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 |
|
|
|
0126d24242
|
Switch to using single-file components (SFC) in Vue
|
2026-03-21 17:51:25 +00:00 |
|
|
|
ccdb391ccc
|
Get VueJS working in a sample project
|
2026-03-21 17:45:36 +00:00 |
|
|
|
228f4a6db9
|
Don't group js files with images in cache contral
That's because we want the bundle to be super-cached and immutable.
|
2026-03-21 15:25:18 +00:00 |
|
|
|
5d8314d13b
|
Ignore different temp directory
|
2026-03-21 15:10:28 +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 |
|
|
|
9cbce4ff14
|
Fix nix build
Apparently tabs are bad.
|
2026-03-21 04:44:13 +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 |
|
|
|
976a29b7d7
|
Create a working sample of an AlpineJS hello world
|
2026-03-21 02:04:11 +00:00 |
|
|
|
701f4853b5
|
Create a tiny working TypeScript example page
|
2026-03-21 01:42:22 +00:00 |
|
|
|
9b6cacda0e
|
Make signals include the object they are attached to (pool, report)
This means pushing the types into the common types module, which
required a refactor of a bunch of other libraries.
|
2026-03-21 01:19:36 +00:00 |
|
|
|
ddc63bfa91
|
Show pool map in planning workbench when signal is selected
|
2026-03-20 22:47:03 +00:00 |
|
|
|
931ea00e22
|
Add entry for displaying flyover pool signal
|
2026-03-20 22:12:53 +00:00 |
|
|
|
2cdcbb3784
|
When pool are green or murky, immediately create signal from them.
|
2026-03-20 22:11:36 +00:00 |
|
|
|
c2c1f3377a
|
Remove signal_pool from tegola grant
That table is no more.
|
2026-03-20 21:16:42 +00:00 |
|
|
|
c4359a3c81
|
Fix signals getting saved with correct location
|
2026-03-20 20:37:16 +00:00 |
|
|
|
e86cdc6764
|
Fix status display for RMO
|
2026-03-20 20:25:58 +00:00 |
|
|
|
b034fa5cf5
|
Fix signal lines showing the correct type
|
2026-03-20 19:27:56 +00:00 |
|
|
|
8c6bb7db26
|
Show markers on the signal map and bound them
|
2026-03-20 19:20:11 +00:00 |
|
|
|
94400aa808
|
Remove the arcgis tile map from planning/signal selection
|
2026-03-20 19:11:02 +00:00 |
|
|
|
23fdfc5a98
|
Add comments and owner info from water reports
|
2026-03-20 19:07:10 +00:00 |
|
|
|
2f8f579430
|
Fix display of water access and breeding data
|
2026-03-20 18:54:37 +00:00 |
|
|
|
c392029a11
|
Fix alpine access errors
Turns out I misunderstood how x-data and x-if work together
|
2026-03-20 18:52:21 +00:00 |
|