Chris Keller
4f1b7e5bcd
Update node version and transitive deps
2023-10-18 18:39:10 +00:00
Martin Hebnes Pedersen
700edb6f8b
Fix missing URI component encoding
...
Accidentally removed in PR #410
2023-05-22 00:04:21 +02:00
Martin Hebnes Pedersen
605cfd5c64
Restore previous connect params from local storage
...
Ref https://groups.google.com/g/pat-users/c/-fOnlGzzMIE
2023-05-21 22:03:59 +02:00
Martin Hebnes Pedersen
e19b28976f
Align address field in connect modal
2023-05-21 13:00:23 +02:00
Martin Hebnes Pedersen
04ccdf2fa0
make.bash web
...
For PR #411 and 4c1a249b3e .
2023-05-21 12:20:38 +02:00
Martin Hebnes Pedersen
62a62403a6
Fix error handling in /connect ajax call
2023-05-19 21:18:09 +02:00
Martin Hebnes Pedersen
de4743b2bf
Fix clearing of To/Cc after message is posted
...
It seems bootstrap-tokenfield's API changed.
Resolves #408
2023-05-18 11:32:31 +02:00
Martin Hebnes Pedersen
7633f0a47a
make.bash web
...
For changes in #394
2023-04-17 07:29:09 +02:00
Martin Hebnes Pedersen
0b696c08eb
Re-init Form Templates list after updating
...
Resolves #396
2023-04-04 17:36:41 +02:00
Chris Keller
22ad8ec756
Get web build working
...
I can't currently build this at all because `node-sass` is old and requires python2. The replacement `sass` does not.
2023-03-28 19:44:32 +02:00
Chris Keller
6756d994eb
Integrate with github.com/n8jja/Pat-Vara
...
Co-authored-by: gh42lb <92827417+gh42lb@users.noreply.github.com>
2022-08-20 21:25:03 +02:00
Martin Hebnes Pedersen
829fb196c2
Use bandwidth from config as default in web gui
2022-05-12 08:28:41 +02:00
Chris Keller
f1a4bd9f73
Add ARDOP dial bandwidth
2022-05-12 08:28:41 +02:00
Chris Keller
7850c5f036
Fix loading forms on develop branch
...
After af07b47b05 , trying to launch a form from the compose dialog is broken. That's because the javascript functions are no longer in the global namespace, but clicking a form name was still using `onclick=onFormLaunching`. I had purged other uses of `onclick` from the HTML, but apparently not dynamically generated ones from the JS. I looked and didn't find any other problems in the same category.
2022-04-03 21:37:07 +02:00
Chris Keller
af07b47b05
Start using npm and webpack
...
This deletes all vendored libraries, uses npm to declare them (same version that was deleted), and uses webpack to compile and optimize web assets.
2022-03-27 15:37:03 +02:00