From dfb2e6f44c4111844e84ce569c84fc37444f058a Mon Sep 17 00:00:00 2001 From: Samidy Date: Tue, 14 Apr 2026 01:37:50 +0300 Subject: [PATCH] i fucking hate this --- js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index c60adaf..d597ec3 100644 --- a/js/app.js +++ b/js/app.js @@ -2730,7 +2730,7 @@ document.addEventListener('DOMContentLoaded', async () => { const headerAccountIcon = document.getElementById('header-account-icon'); // Temporarily disable accounts - show popup - const isAccountsDisabled = false; + const isAccountsDisabled = true; if (headerAccountBtn && headerAccountDropdown) { if (isAccountsDisabled) { @@ -2740,7 +2740,7 @@ document.addEventListener('DOMContentLoaded', async () => { headerAccountBtn.addEventListener('click', (e) => { e.stopPropagation(); alert( - "We're moving authentication and data storing systems.\n\nAccounts, profiles, playlists, and community themes will not work during this period (approximately 2 days).\n\nYou will need to re-login after the migration is complete." + '(april 14, 2026) The server hosting the database has unfortunately fried. we are working extremely hard to recover all data and host the database & auth on a much more reliable server. please be patient with us in the time being.' ); }); } else {