diff --git a/lib/claper_web/live/event_live/manage.html.heex b/lib/claper_web/live/event_live/manage.html.heex index cd26ac6..72ba1b4 100644 --- a/lib/claper_web/live/event_live/manage.html.heex +++ b/lib/claper_web/live/event_live/manage.html.heex @@ -656,12 +656,12 @@ id="interactions" class="bg-gray-100 overflow-y-auto" data-tg-order="1" - data-tg-title={"#{gettext("Your slides and/or interactions")}"} - data-tg-tour={"

#{gettext("This section contains all your presentation slides (if you have upload one). You have the option to add interactions to each slide.")}

#{gettext("If you have slides, you can navigate through the slides with ease using the arrow keys on your keyboard.")}

"} + data-tg-title={"#{gettext("Your interactions")}"} + data-tg-tour={"

#{gettext("This section contains all your interactions.")}

#{gettext("You can add interactions to your presentation slides.")}

"} data-tg-group="manage" > -
+
<%= gettext("Add interaction") %>
-
+
<%= for interaction <- @interactions do %> -
+
+
<%= case interaction do %> <% %Claper.Polls.Poll{} -> %> @@ -901,44 +995,6 @@ /> -
<% else %> @@ -964,9 +1020,9 @@ :if={length(@interactions) > 0} phx-click={toggle_add_modal()} class=" - bg-white rounded-lg p-3 shadow-base transition-all flex flex-col justify-center items-center transform hover:scale-105" + bg-white @container rounded-lg p-3 shadow-base transition-all flex flex-col justify-center items-center transform hover:scale-105" > - + Add interaction