Skip to content

Commit

Permalink
Edit condition for leaders to join the attendee room before the event…
Browse files Browse the repository at this point in the history
… starts
  • Loading branch information
alxlion committed Oct 19, 2024
1 parent f4a7981 commit d9eecfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/claper_web/live/event_live/show.html.heex
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9eecfb

Please sign in to comment.