Edit condition for leaders to join the attendee room before the event starts

This commit is contained in:
Alex
2024-10-19 23:05:50 +02:00
parent f4a7981eaf
commit d9eecfbfee
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
- Fix name picker being empty during a reconnect
- Change wording for more options dropdown and access
- Fix dropdown position to be on the front of other elements
- Owner and facilitators of the event can now join the attendee room before the event starts
## v2.1.1

View File

@@ -1,4 +1,4 @@
<%= if @started do %>
<%= if @started || @is_leader do %>
<div class="relative min-h-screen lg:flex lg:flex-col lg:items-center lg:w-full bg-black lg:bg-gradient-to-tl from-primary-500 to-secondary-500">
<div class="relative w-full">
<div