From 605c7b20040954fabdc9dcdd4cf05ddae7598619 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 16 Sep 2025 12:09:59 +0000 Subject: [PATCH] feat(web): keyed comprehensions in tables --- web/lib/noora/table.ex | 1 + web/mix.exs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/lib/noora/table.ex b/web/lib/noora/table.ex index f149f06e..bdf85733 100644 --- a/web/lib/noora/table.ex +++ b/web/lib/noora/table.ex @@ -97,6 +97,7 @@ defmodule Noora.Table do > diff --git a/web/mix.exs b/web/mix.exs index a14f7b26..f26e17ef 100644 --- a/web/mix.exs +++ b/web/mix.exs @@ -24,7 +24,7 @@ defmodule Noora.MixProject do [ {:phoenix, "~> 1.7"}, {:phoenix_html, "~> 4.0"}, - {:phoenix_live_view, "~> 1.0"}, + {:phoenix_live_view, "~> 1.1"}, {:timex, "~> 3.7"}, {:deep_merge, "~> 1.0"}, {:uniq, "~> 0.6"},