summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-12-18 22:23:17 +0100
committerRaindropsSys <raindrops@equestria.dev>2023-12-18 22:23:17 +0100
commitd1487df4134e1535ea2aa32be855d434252247f9 (patch)
treec2eba60609d66c4576665de2e886201b11cc77d6
parent48ca78479fbf9ade930ec8e4e14540385d93a5aa (diff)
downloadmist-d1487df4134e1535ea2aa32be855d434252247f9.tar.gz
mist-d1487df4134e1535ea2aa32be855d434252247f9.tar.bz2
mist-d1487df4134e1535ea2aa32be855d434252247f9.zip
Updated 6 files (automated)
-rw-r--r--.DS_Storebin20484 -> 20484 bytes
-rw-r--r--app/.DS_Storebin6148 -> 6148 bytes
-rw-r--r--app/index.php5
-rw-r--r--app/ui/ending.php10
-rw-r--r--app/ui/eol.php2
-rw-r--r--version2
6 files changed, 10 insertions, 9 deletions
diff --git a/.DS_Store b/.DS_Store
index 8446dcf..5e25958 100644
--- a/.DS_Store
+++ b/.DS_Store
Binary files differ
diff --git a/app/.DS_Store b/app/.DS_Store
index dd405b7..7fdc5cc 100644
--- a/app/.DS_Store
+++ b/app/.DS_Store
Binary files differ
diff --git a/app/index.php b/app/index.php
index 082e705..f7b57d4 100644
--- a/app/index.php
+++ b/app/index.php
@@ -85,7 +85,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $_PROFI
<script>
window.modalLoaded = false;
- document.getElementById("modal").onload = () => {
+ /*document.getElementById("modal").onload = () => {
window.modalLoaded = true;
if (localStorage.getItem("welcomed") !== "true") {
@@ -95,7 +95,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $_PROFI
openModal("What's new in Mist?", "update.php", true);
}
}
- }
+ }*/
window.onerror = (_1, _2, _3, _4, err) => {
let loadWait = setInterval(() => {
@@ -780,6 +780,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $_PROFI
document.getElementById("loading-text").innerText = "Done loading.";
document.getElementById("loading").style.display = "none";
+ eolModal();
})();
window.playingStella = false;
diff --git a/app/ui/ending.php b/app/ui/ending.php
index c7ce4bc..6e579a6 100644
--- a/app/ui/ending.php
+++ b/app/ui/ending.php
@@ -28,13 +28,13 @@
<h2 class="desktop-title" style="margin-top: 10px; margin-bottom: 20px; margin-left: 10px;">Mist End of Support</h2>
<div style="margin-left: 10px;">
- <h5>Mist is going out of support on April 10</h5>
+ <h5>Mist is going out of support on March 17</h5>
<p>After a few months of good service, Mist will be going offline on April 10. Learn what happens and what this means for Mist and for you on this page. Mist's end of support is being extended over the span of 3 months, from January 10 to April 10. During these 3 months, Mist will be progressively disabled according to this schedule:</p>
<ul>
- <li><b>January 10:</b> Users are made aware of Mist going out of support and being given options.</li>
- <li><b>February 10:</b> No new content is added to Mist past this date. Music videos and Mist Stella songs are removed.</li>
- <li><b>March 10:</b> Streaming music from Mist is disabled and only downloads are available.</li>
- <li><b>April 10:</b> Mist goes offline completely and all the songs are permanently deleted.</li>
+ <li><b>December 17:</b> Users are made aware of Mist going out of support and being given options.</li>
+ <li><b>January 17:</b> No new content is added to Mist past this date. Music videos and Mist Stella songs are removed.</li>
+ <li><b>February 17:</b> Streaming music from Mist is disabled and only downloads are available.</li>
+ <li><b>March 17:</b> Mist goes offline completely and all the songs are permanently deleted.</li>
</ul>
<h5>What do I need to do?</h5>
diff --git a/app/ui/eol.php b/app/ui/eol.php
index 8db4e41..7a2e170 100644
--- a/app/ui/eol.php
+++ b/app/ui/eol.php
@@ -42,10 +42,10 @@
</div>
</div>
<div style="display: grid; grid-template-columns: repeat(4, 1fr); position: relative; left: -38px; width: 108vw;">
+ <div style="text-align: center;">December</div>
<div style="text-align: center;">January</div>
<div style="text-align: center;">February</div>
<div style="text-align: center;">March</div>
- <div style="text-align: center;">April</div>
</div>
<hr>
diff --git a/version b/version
index abb1658..ee672d8 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.9.0 \ No newline at end of file
+1.9.1 \ No newline at end of file