Dan Williams
Dan Williams
Maybe a status page - show server and client stats somehow as well?
@pagermon/collaborators are we happy with the one-time modal for this?
> I'd like to combine this with objection second try and also update a lot of promise-written-stuff to async/await Sounds horrible, have fun 🤣
I've rebased this one to the 0.3.6 branch as we don't merge directly to master. I'll try and test this one tonight..
This one is likely broken since the settings changes per user in 0.3.9. Will likely need to be redone for merge. @ThomasLuu00 still interested in this one?
Do the messages include a timestamp in the message? Possibly related to this? https://github.com/pagermon/pagermon/pull/235
You could always run the Pi in UTC timezone. The browser displays in local TZ of the browser anyway.
This is basically what i was thinking as well, but more well structured and sense making 👍
@davidmckenzie i sort of started this here https://github.com/DanrwAU/pagermon/commit/15e1a4da0bfff52388e1783cd01c8c354ad3e076 couldn't wrap my head around how to make the gui edit the database. I'm fairly sure i can do the message processing...
My thoughts are a separate table with filters, linking to the capcode using foreign ID. then pull the filters during message processing for the applicable capcode. I don't *quite* have...