Work on chat filters, UI stuff
This commit is contained in:
parent
7b18caa51c
commit
9c989f7ed7
12 changed files with 204 additions and 35 deletions
|
|
@ -112,6 +112,17 @@ mixin chanranks
|
|||
mixin chatfilters
|
||||
#cs-chatfilters.tab-pane
|
||||
h4 Chat Filters
|
||||
form.form-horizontal(action="javascript:void(0)", role="form")
|
||||
+textbox("cs-chatfilters-newname", "Filter name")
|
||||
+textbox("cs-chatfilters-newregex", "Filter regex")
|
||||
.form-group
|
||||
label.control-label.col-sm-4(for="cs-chatfilters-newflags") Flags
|
||||
.col-sm-8
|
||||
input#cs-chatfilters-newflags.form-control.cs-textbox(type="text", value="g")
|
||||
+textbox("cs-chatfilters-newreplace", "Replacement")
|
||||
.form-group
|
||||
.col-sm-8.col-sm-offset-4
|
||||
button#cs-chatfilters-newsubmit.btn.btn-primary Create Filter
|
||||
table.table.table-striped.table-condensed
|
||||
thead
|
||||
tr
|
||||
|
|
@ -119,6 +130,10 @@ mixin chatfilters
|
|||
th Name
|
||||
th Active
|
||||
|
||||
button#cs-chatfilters-export.btn.btn-default Export filter list
|
||||
button#cs-chatfilters-import.btn.btn-default Import filter list
|
||||
textarea#cs-chatfilters-exporttext.form-control(rows="5")
|
||||
|
||||
mixin chanlog
|
||||
#cs-chanlog.tab-pane
|
||||
h4 Channel Log
|
||||
|
|
|
|||
|
|
@ -59,6 +59,17 @@ mixin us-playback
|
|||
mixin rcheckbox("us-hidevideo", "Remove the video player")
|
||||
mixin rcheckbox("us-playlistbuttons", "Hide playlist buttons by default")
|
||||
mixin rcheckbox("us-oldbtns", "Old style playlist buttons")
|
||||
.form-group
|
||||
label.control-label.col-sm-4(for="#us-default-quality") Default YouTube quality
|
||||
.col-sm-8
|
||||
select#us-default-quality.form-control
|
||||
option(value="auto") Auto
|
||||
option(value="small") 240p
|
||||
option(value="medium") 360p
|
||||
option(value="large") 480p
|
||||
option(value="hd720") 720p
|
||||
option(value="hd1080") 1080p
|
||||
option(value="highres") Highest Available
|
||||
|
||||
mixin us-chat
|
||||
#us-chat.tab-pane
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue