diff --git a/Config.ts b/Config.ts index 439af6b..65f8d7f 100644 --- a/Config.ts +++ b/Config.ts @@ -10,5 +10,9 @@ export const Config = { "wss://computernewb.com/collab-vm/vm6", "wss://computernewb.com/collab-vm/vm7", "wss://computernewb.com/collab-vm/vm8", - ] + ], + Auth: { + Enabled: false, + APIEndpoint: "http://127.0.0.1:5858" + } } \ No newline at end of file diff --git a/src/css/style.css b/src/css/style.css index 9cac47e..900d225 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -95,6 +95,14 @@ tr.user-moderator > td, .chat-username-moderator, .username-moderator { color: #00FF00 !important; } +tr.user-unregistered > td, .chat-username-unregistered, .username-unregistered { + color: #b1b1b1 !important; +} + +tr.user-registered > td, .chat-username-registered, .username-registered { + color: #FFFFFF !important; +} + tr.user-turn > td { background-color: #cfe2ff !important; --bs-table-bg-state: #cfe2ff !important; @@ -290,3 +298,7 @@ div[data-cvm-node=vm0b0t] { filter:blur(40px)!important; } } + +#accountDropdownMenuLink, #accountModalError { + display: none; +} \ No newline at end of file diff --git a/src/html/index.html b/src/html/index.html index e3a7d4d..4317469 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -97,15 +97,74 @@ -