From 42c189d73fdc20d107030462e137ee0faaef1713 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Fri, 14 Feb 2025 12:09:47 +0000 Subject: [PATCH] lvn --- config/config.exs | 3 +++ config/deps.git | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index d9c50bd02b..571a2c323d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -308,6 +308,9 @@ if System.get_env("WITH_LV_NATIVE") in ["1", "true"] do import_config "native.exs" IO.puts("Native app config prepared") +else + config :live_view_native, + modularity: :disabled end # TODO: refactor diff --git a/config/deps.git b/config/deps.git index c39c2766d0..b05475f1ee 100644 --- a/config/deps.git +++ b/config/deps.git @@ -104,7 +104,7 @@ paginator = "https://github.com/bonfire-networks/paginator" # phoenix_live_view = "https://github.com/phoenixframework/phoenix_live_view" # live_view_native = "https://github.com/bonfire-networks/live_view_native#wip" -live_view_native_stylesheet = "https://github.com/bonfire-networks/live_view_native_stylesheet" +# live_view_native_stylesheet = "https://github.com/bonfire-networks/live_view_native_stylesheet" # TEMP: use surface from main which has components removed and moved to seperare lib # surface = "https://github.com/surface-ui/surface#80d684dda38ac62e2818a6f519febfda2088488f"