Commit graph

4 commits

Author SHA1 Message Date
Martin Hebnes Pedersen
8d20b92153 Remove image optimization step in web build stage
Resolves an issue with non-producable builds, and also removes a lot of
npm dependencies.

We only bundle a single image, and the original is less than 20 kB
already.
2025-09-19 11:47:43 +02:00
Martin Hebnes Pedersen
e876df37a5 Add text-only template editor to web gui
Resolves #375 and #325
2025-05-30 06:35:18 +02:00
Martin Hebnes Pedersen
f70b3301b1 Add Configuration page to web gui
Resolves #5
2025-05-20 08:59:40 +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