Implemented context menu and multiple control tweaks

This commit is contained in:
Davide Passoni
2024-08-08 15:32:59 +02:00
parent 7cf77a63be
commit 6fdfb194a6
21 changed files with 592 additions and 275 deletions

View File

@@ -141,7 +141,10 @@ export class ServerManager {
}
setAddress(address: string) {
this.#REST_ADDRESS = `${address.replace("vite/", "")}olympus`;
this.#REST_ADDRESS = `${address.replace("vite/", "").replace("vite", "")}olympus`;
// TODO: TEMPORARY FOR DEBUGGING
// this.#REST_ADDRESS = `https://refugees.dcsolympus.com/olympus`;
console.log(`Setting REST address to ${this.#REST_ADDRESS}`);
}