reworked site

This commit is contained in:
2025-11-16 13:44:11 +01:00
parent 26d7c4e6b3
commit 274762c825
9 changed files with 775 additions and 816 deletions

View File

@@ -1,3 +1,4 @@
(() => {
const API_URL = 'https://fb.srv.medeba-media.de/api';
const PROVIDER_MODELS = {
@@ -792,3 +793,4 @@ document.getElementById('generateTestComment').addEventListener('click', generat
// Initialize
Promise.all([loadCredentials(), loadSettings(), loadProfileFriends()]).catch(err => showError(err.message));
})();