From 950e0896e7144bcffce2f9d4e688bc12773c41c0 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Tue, 13 Sep 2022 07:53:48 +0300 Subject: [PATCH] Reformat SVG --- .../live/components/main_view.html.heex | 504 ++++++++++++++---- 1 file changed, 414 insertions(+), 90 deletions(-) diff --git a/lib/geo_therminator_web/live/components/main_view.html.heex b/lib/geo_therminator_web/live/components/main_view.html.heex index d02b7af..4cca2ba 100644 --- a/lib/geo_therminator_web/live/components/main_view.html.heex +++ b/lib/geo_therminator_web/live/components/main_view.html.heex @@ -1,6 +1,13 @@
- + @@ -16,37 +23,127 @@ - - - + + + - <%= @outdoor_temp %>°C + + <%= @outdoor_temp %>°C + - - - + + + <%= if @priority == :heating do %> - + <% end %> <%= if @priority == :hot_water do %> - + <% end %> - - - + + + - <%= @set_temp %>°C + + <%= @set_temp %>°C + - + > + - + + + > + + + - - - - - - - + + + + + + + - <%= @brine_in %>°C + + <%= @brine_in %>°C + - + - <%= @brine_out %>°C + + <%= @brine_out %>°C + - + - <%= @supply_in %>°C + + <%= @supply_in %>°C + - + - <%= @supply_out %>°C + + <%= @supply_out %>°C + - + - <%= @hot_water_temp %>°C + + <%= @hot_water_temp %>°C + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + fill="#dae8fc" + stroke="#6c8ebf" + stroke-miterlimit="10" + pointer-events="none" + /> - + fill="rgba(255, 255, 255, 1)" + stroke="rgba(0, 0, 0, 1)" + stroke-miterlimit="10" + pointer-events="none" + /> +