mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-16 11:57:58 +01:00
Edit condition for leaders to join the attendee room before the event starts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user