feat: update seasonal effects settings and enhance z-index for better visibility

This commit is contained in:
CodeDevMLH
2025-12-17 22:23:41 +01:00
parent 490a61fc1f
commit 009bd75374
14 changed files with 27 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
<span>Help</span> <span>Help</span>
</a> </a>
</div> </div>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<br> <br>
<form id="SeasonalsConfigForm"> <form id="SeasonalsConfigForm">
<div class="checkboxContainer checkboxContainer-withDescription"> <div class="checkboxContainer checkboxContainer-withDescription">
@@ -93,7 +93,7 @@
<div class="fieldDescription">Rotate leaves as they fall. Notice: May affect performance</div> <div class="fieldDescription">Rotate leaves as they fall. Notice: May affect performance</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Snowflakes</summary> <summary>Snowflakes</summary>
@@ -138,7 +138,7 @@
<div class="fieldDescription">Randomize the falling speed of snowflakes.</div> <div class="fieldDescription">Randomize the falling speed of snowflakes.</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Snowfall</summary> <summary>Snowfall</summary>
@@ -165,7 +165,7 @@
<div class="fieldDescription">The speed of the snowfall animation (recommended values: 0 - 5).</div> <div class="fieldDescription">The speed of the snowfall animation (recommended values: 0 - 5).</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Snowstorm</summary> <summary>Snowstorm</summary>
@@ -202,7 +202,7 @@
<div class="fieldDescription">Amount of vertical movement variation (recommended values: 1 - 3).</div> <div class="fieldDescription">Amount of vertical movement variation (recommended values: 1 - 3).</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Fireworks</summary> <summary>Fireworks</summary>
@@ -241,7 +241,7 @@
<div class="fieldDescription">Maximum number of concurrent fireworks.</div> <div class="fieldDescription">Maximum number of concurrent fireworks.</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Halloween</summary> <summary>Halloween</summary>
@@ -279,7 +279,7 @@
<div class="fieldDescription">Randomize the movement speed.</div> <div class="fieldDescription">Randomize the movement speed.</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Hearts</summary> <summary>Hearts</summary>
@@ -317,7 +317,7 @@
<div class="fieldDescription">Randomize the floating speed.</div> <div class="fieldDescription">Randomize the floating speed.</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Christmas</summary> <summary>Christmas</summary>
@@ -355,7 +355,7 @@
<div class="fieldDescription">Randomize the movement speed.</div> <div class="fieldDescription">Randomize the movement speed.</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Santa</summary> <summary>Santa</summary>
@@ -412,7 +412,7 @@
<div class="fieldDescription">Minimum speed of falling presents.</div> <div class="fieldDescription">Minimum speed of falling presents.</div>
</div> </div>
</details> </details>
<hr style="max-width: 600px; margin: 1em 0;"> <hr style="max-width: 800px; margin: 1em 0;">
<details> <details>
<summary>Easter</summary> <summary>Easter</summary>

View File

@@ -1,7 +1,7 @@
.autumn-container { .autumn-container {
display: block; display: block;
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 10;
overflow: hidden; overflow: hidden;
} }

View File

@@ -1,7 +1,7 @@
.christmas-container { .christmas-container {
display: block; display: block;
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 10;
overflow: hidden; overflow: hidden;
} }

View File

@@ -1,7 +1,7 @@
.easter-container { .easter-container {
display: block; display: block;
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 10;
overflow: hidden; overflow: hidden;
} }

View File

@@ -1,7 +1,7 @@
.halloween-container { .halloween-container {
display: block; display: block;
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 10;
overflow: hidden; overflow: hidden;
} }

View File

@@ -1,7 +1,7 @@
.hearts-container { .hearts-container {
display: block; display: block;
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 10;
overflow: hidden; overflow: hidden;
} }

View File

@@ -5,6 +5,7 @@
background: transparent; background: transparent;
overflow: hidden; overflow: hidden;
pointer-events: none; pointer-events: none;
z-index: 10;
} }
#snowfallCanvas { #snowfallCanvas {

View File

@@ -5,6 +5,7 @@
background: transparent; background: transparent;
overflow: hidden; overflow: hidden;
pointer-events: none; pointer-events: none;
z-index: 10;
} }
#snowfallCanvas { #snowfallCanvas {

View File

@@ -1,7 +1,7 @@
.snowflakes { .snowflakes {
display: block; display: block;
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 10;
overflow: hidden; overflow: hidden;
} }

View File

@@ -4,4 +4,5 @@
border-radius: 50%; border-radius: 50%;
pointer-events: none; pointer-events: none;
opacity: 0.7; opacity: 0.7;
z-index: 10;
} }

View File

@@ -8,6 +8,14 @@
"category": "General", "category": "General",
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png", "imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
"versions": [ "versions": [
{
"version": "1.3.0.0",
"changelog": "Advanced settings added: Users can now customize the intensity and speed of seasonal effects through the settings panel.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.0.0/Jellyfin.Plugin.Seasonals.zip",
"checksum": "3c469c92a5c10a08a4d1cb8e6f387df3",
"timestamp": "2025-12-17T21:23:20Z"
},
{ {
"version": "1.2.0.0", "version": "1.2.0.0",
"changelog": "Advanced settings added: Users can now customize the intensity and speed of seasonal effects through the settings panel.", "changelog": "Advanced settings added: Users can now customize the intensity and speed of seasonal effects through the settings panel.",