Commit Graph

12 Commits

Author SHA1 Message Date
marvelm
da819054f6 feat: Upgrade web development framework to Phoenix 1.7 (#3615)
* Upgrade to phoenix 1.7.0
The minimal changes necessary to compile the application

* Import Phoenix.Component instead of LiveView

* Fix compilation warnings

* mix format

* Update tests to trim newline characters

* mix gettext.extract --merge

* style: correct linting

* rebuild gettext

* fix: correct spacing before unit for energy added

* fix: use unicode character for whitespace

* fix: spacing with witespace

* fix: use numeric value for charge_energy_added in charging test

* fix: avoid warning about unsued function, which is actually used in plug

* fix: use whitespace in test before charge_energy_added

---------

Co-authored-by: JakobLichterfeld <jakob-lichterfeld@gmx.de>
2024-02-07 19:23:53 +01:00
Adrian Kumpf
70468ea762 Migrate from webpack to esbuild 2021-09-22 22:07:14 +02:00
Brian May
3cd19f1ac3 Add health check (#1422)
See https://blog.jola.dev/health-checks-for-plug-and-phoenix
2021-03-10 19:51:26 +01:00
Adrian Kumpf
615dfdfe10 Set SameSite attribute to "Strict" 2020-08-21 13:42:04 +02:00
Adrian Kumpf
155a135d51 Upgrade to phoenix 1.5 2020-04-23 12:51:15 +02:00
Adrian Kumpf
38486d69a3 Bump phoenix_live_view to 0.6.0 2020-01-24 14:08:47 +01:00
Adrian Kumpf
7f4647f966 Serve pre-gzipped files 2019-10-22 20:00:01 +02:00
Adrian Kumpf
9fc8eb7aa4 Add favicon 2019-08-18 20:32:23 +02:00
Adrian Kumpf
f2ce5242a2 Remove unused channels 2019-08-12 23:48:16 +02:00
Adrian Kumpf
afc1e35a5c Use custom LiveViewSocket to change the log level 2019-04-24 17:02:04 +02:00
Adrian Kumpf
a2519e7431 Add live_view 2019-04-13 19:24:30 +02:00
Adrian Kumpf
76208a456c Rename otp app 2019-04-07 13:42:51 +02:00