re-arrange themes

This commit is contained in:
rainbownapkin 2023-01-01 01:43:24 +00:00
parent c5b000a30a
commit 74a555b5f5
3 changed files with 455 additions and 352 deletions

798
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,14 +32,15 @@ mixin us-general
select#us-theme.form-control select#us-theme.form-control
option(value="/css/themes/fore.st.css") Dawn [Frosted Glass] option(value="/css/themes/fore.st.css") Dawn [Frosted Glass]
option(value="/css/themes/fore.st.lite.css") Dawn [Smoked Quartz] option(value="/css/themes/fore.st.lite.css") Dawn [Smoked Quartz]
option(value="/css/themes/fore.st.mistletoe.css") Mistletoe [Frosted Glass]
option(value="/css/themes/fore.st.mistletoe.lite.css") Mistletoe [Smoked Quartz]
option(value="/css/themes/fore.st.dusk.css") Dusk [Frosted Glass] option(value="/css/themes/fore.st.dusk.css") Dusk [Frosted Glass]
option(value="/css/themes/fore.st.dusk.lite.css") Dusk [Smoked Quartz] 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.css") Neon [Frosted Glass]
option(value="/css/themes/fore.st.neon.lite.css") Neon [Smoked Quartz] option(value="/css/themes/fore.st.neon.lite.css") Neon [Smoked Quartz]
option(disabled="true") ---Holiday Themes---
option(value="/css/themes/fore.st.candycorn.css") Candycorn [Frosted Glass] option(value="/css/themes/fore.st.candycorn.css") Candycorn [Frosted Glass]
option(value="/css/themes/fore.st.candycorn.lite.css") Candycorn [Smoked Quartz] option(value="/css/themes/fore.st.candycorn.lite.css") Candycorn [Smoked Quartz]
option(value="/css/themes/fore.st.mistletoe.css") Mistletoe [Frosted Glass]
option(value="/css/themes/fore.st.mistletoe.lite.css") Mistletoe [Smoked Quartz]
.col-sm-4 .col-sm-4
.col-sm-8 .col-sm-8
+rcheckbox("us-no-channelcss", "Ignore Channel CSS") +rcheckbox("us-no-channelcss", "Ignore Channel CSS")

View file

@ -748,7 +748,7 @@ Callbacks = {
li.attr("title", data[i].queueby li.attr("title", data[i].queueby
? ("Added by: " + data[i].queueby) ? ("Added by: " + data[i].queueby)
: "Added by: Unknown"); : "Added by: Unknown");
if(data[i].media.type === "fi"){ if(data[i].media.type === "fi" && data[i].media.id.includes("expires=")){
li.attr("id", "filei"); li.attr("id", "filei");
} }
if(data[i].media.isBump){ if(data[i].media.isBump){
@ -779,7 +779,7 @@ Callbacks = {
activeItem = data.uid; activeItem = data.uid;
} }
if(data.item.media.type === "fi"){ if(data.item.media.type === "fi" && data.item.media.id.includes("expires=")){
li.attr("id", "filei"); li.attr("id", "filei");
} }