Add Featured Servers page to GUI

This commit is contained in:
AMIAY
2026-01-29 19:00:13 +01:00
parent 5039bcdadf
commit 22ea2f56d3
4 changed files with 825 additions and 410 deletions

View File

@@ -90,7 +90,8 @@ async function syncServerList() {
Id: uuidv4(),
Name: "@ " + remoteServer.Name,
Address: remoteServer.Address,
DateSaved: currentDate
DateSaved: currentDate,
img_Banner: remoteServer.img_Banner || null // Copy banner if exists
};
apiServers.push(serverToAdd);
console.log('[ServerListSync] Added/Updated server with new ID:', remoteServer.Name);