Skip to content

Commit

Permalink
Extend requestLeaderOnPause
Browse files Browse the repository at this point in the history
So you can also unpause when someone else is a leader. Only works for raw videos and doesn't work in FF.

There is also leader button hints when you touch player as non-leader.
  • Loading branch information
RblSb committed Jan 25, 2025
1 parent 6ead985 commit 87b2361
Show file tree
Hide file tree
Showing 8 changed files with 177 additions and 52 deletions.
102 changes: 80 additions & 22 deletions res/client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion res/css/des.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ button span {
#leader_btn {
border: .125rem solid;
border-color: transparent;
transition: border-color ease-in-out 800ms;
transition: border-color ease-in-out 500ms;
}

#leader_btn.hint {
Expand Down
Loading

0 comments on commit 87b2361

Please sign in to comment.