Imrpoved UX in order to prepare for pushback mode.
This commit is contained in:
parent
8c8b2a6f0b
commit
92edd74aaa
2 changed files with 56 additions and 12 deletions
|
|
@ -42,6 +42,14 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<button id="queue-at-button" class="positive-button">Queue At...</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="queue-live-prompts" style="display: none;">
|
||||
<div class="panel-control-prompt control-prompt">
|
||||
<%# Probably not the cleanest way to do this but fuggit %>
|
||||
<input placeholder="Livestream Name..." id="queue-live-prompts-name-input" class="control-prompt">
|
||||
<button id="queue-live-prompts-overwrite-button" data-mode="overwrite" title="Go Live, over-writing any media scheduled during the live stream." class="danger-button">Go Live (Overwrite)</button>
|
||||
<button id="queue-live-prompts-pushback-button" data-mode="pushback" title="Go Live, pushing-back any media scheduled during, or after the live steam." class="danger-button">Go Live (Pushback)</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="queue-playlist-prompts" style="display: none;">
|
||||
<span class="queue-playlist-label-span interactive" id="queue-add-playlist-span">
|
||||
<i class="bi-plus" id="queue-add-playlist-icon"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue