Set up bridge folder + changes to Events/Jobs

- Copied bridge folder from frm.so
- All handlers in handlers.js added from frm.so
- Modified Events and Jobs pages' default events/jobs to model data structure from SQL/server
- Set up getJobs(), checkForUpdates() on both Events/Jobs to fetch new items and update when needed
This commit is contained in:
2026-03-15 16:00:37 -04:00
parent cb11d68fa7
commit 0d5e68188d
6 changed files with 136 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ class EventCard extends Shadow {
HStack(() => {
img(util.cssVariable("time-src"), "1.2em")
p(this.convertDate(this.event.time))
p(this.convertDate(this.event.time_start))
})
.gap(0.4, em)
.verticalAlign("center")