1.1.1 Final Commit
This commit is contained in:
parent
54052d6cfc
commit
88b98993d2
36 changed files with 12314 additions and 491 deletions
|
|
@ -56,4 +56,4 @@ block content
|
|||
| No spamming submit channel or chat
|
||||
p.
|
||||
Comments? Questions? Feature requests? DMCA Notices? <a href="mailto:ourforest@420blaze.it">Email us!</a>
|
||||
h4 fore.st version: Pineapple Express (v1.1)
|
||||
h4 fore.st version: Pineapple Express++ (v1.1.1)
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ html(lang="en")
|
|||
button#modopenbtn.btn.btn-sm.btn-default.chatbtn.panelback(onclick="javascript:panelbtn(fpmod)",title="Mod Panel", style="display: none;") MOD
|
||||
button#emoteopenbtn.btn.btn-sm.btn-default.chatbtn.panelback(onclick="javascript:panelbtn(fpemote)",title="Emotes") ;)
|
||||
form(action="javascript:void(0)" style="display: flex; flex-grow: 1;")
|
||||
p#chathint
|
||||
input#chatline.form-control.panelback(type="text", maxlength="320", style="display: none")
|
||||
#guestlogin.input-group
|
||||
span.input-group-addon Registration Required!
|
||||
|
|
@ -231,6 +232,7 @@ html(lang="en")
|
|||
li: a(href="#us-chat", data-toggle="tab") Chat
|
||||
li: a(href="#us-scriptcontrol", data-toggle="tab") Script Access
|
||||
li: a(href="#us-mod", data-toggle="tab", style="") Moderator
|
||||
li: a(href="#us-access", data-toggle="tab", style="") Accessibility
|
||||
.modal-body
|
||||
.tab-content
|
||||
include useroptions
|
||||
|
|
@ -239,6 +241,7 @@ html(lang="en")
|
|||
+us-chat()
|
||||
+us-scripts()
|
||||
+us-mod()
|
||||
+us-access()
|
||||
.modal-footer
|
||||
button.btn.btn-primary(type="button", data-dismiss="modal", onclick="javascript:saveUserOptions()") Save
|
||||
button.btn.btn-default(type="button", data-dismiss="modal") Close
|
||||
|
|
@ -307,6 +310,7 @@ html(lang="en")
|
|||
script(src="/js/data.js")
|
||||
script(src="/js/fembed.js")
|
||||
script(src="/js/fchat.js")
|
||||
script(src="/js/fccmd.js")
|
||||
script(src="/js/util.js")
|
||||
script(src="/js/tabcomplete.js")
|
||||
script(src="/js/player.js")
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@ mixin us-general
|
|||
option(value="/css/themes/fore.st.dusk.lite.css") Dusk [Smoked Quartz]
|
||||
option(value="/css/themes/fore.st.neon.css") Neon [Frosted Glass]
|
||||
option(value="/css/themes/fore.st.neon.lite.css") Neon [Smoked Quartz]
|
||||
option(value="/css/themes/fore.st.candycorn.css") Candycorn [Frosted Glass]
|
||||
option(value="/css/themes/fore.st.candycorn.lite.css") Candycorn [Smoked Quartz]
|
||||
.col-sm-4
|
||||
.col-sm-8
|
||||
+rcheckbox("us-no-channelcss", "Ignore Channel CSS")
|
||||
|
|
@ -93,6 +95,7 @@ mixin us-chat
|
|||
+rcheckbox("us-sort-afk", "Sort AFKers to bottom")
|
||||
+rcheckbox("us-legacy-emote", "Use legacy Cytube emote menu")
|
||||
+rcheckbox("us-toke-pm", "Legacy Tokebot Notifications (PM)")
|
||||
+textbox("us-whisper-clear", "Clear whisper & join/leave messages (set 0 to disable)", "10")
|
||||
.form-group
|
||||
label.control-label.col-sm-4(for="#us-blink-title",title="Only applies when not active window/tab.") Blink page title on new messages
|
||||
.col-sm-8
|
||||
|
|
@ -132,3 +135,9 @@ mixin us-mod
|
|||
+rcheckbox("us-show-playlist", "Legacy Playlist")
|
||||
+rcheckbox("us-scroll-playlist", "Scroll playlist on change.")
|
||||
+rcheckbox("us-add-invid", "Queue Invidious links as YT links (may cause issues when queueing raw files).")
|
||||
|
||||
mixin us-access
|
||||
#us-access.tab-pane
|
||||
h4 Accessiblity Preferences
|
||||
form.form-horizontal(action="javascript:void(0)")
|
||||
+rcheckbox("us-no-lightning", "Disable Lightning")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue