From 0234ee654e7f4852f0bfe7a8829021462d97b450 Mon Sep 17 00:00:00 2001 From: Alex Lion Date: Tue, 4 Aug 2026 22:21:28 +0700 Subject: [PATCH] Hide focus panel when no attendee content --- lib/claper_web/live/event_live/show.html.heex | 27 +++++++------------ priv/gettext/de/LC_MESSAGES/default.po | 5 ---- priv/gettext/default.pot | 5 ---- priv/gettext/en/LC_MESSAGES/default.po | 5 ---- priv/gettext/es/LC_MESSAGES/default.po | 5 ---- priv/gettext/fr/LC_MESSAGES/default.po | 5 ---- priv/gettext/hu/LC_MESSAGES/default.po | 5 ---- priv/gettext/it/LC_MESSAGES/default.po | 5 ---- priv/gettext/lv/LC_MESSAGES/default.po | 5 ---- priv/gettext/nl/LC_MESSAGES/default.po | 5 ---- priv/gettext/sv/LC_MESSAGES/default.po | 5 ---- test/claper_web/live/event_live/show_test.exs | 12 +++++++++ 12 files changed, 22 insertions(+), 67 deletions(-) diff --git a/lib/claper_web/live/event_live/show.html.heex b/lib/claper_web/live/event_live/show.html.heex index 7da3ff6..89b6104 100644 --- a/lib/claper_web/live/event_live/show.html.heex +++ b/lib/claper_web/live/event_live/show.html.heex @@ -132,6 +132,7 @@
<% _ -> %> - <%= if @current_slide_url do %> -
- {gettext("Current -
- <% else %> -
- {gettext("Waiting for content")} - -
- <% end %> +
+ {gettext("Current +
<% end %>