rebrand with bumblebee

This commit is contained in:
Klemek
2025-03-19 14:12:09 +01:00
parent 420518ba6e
commit 0691a8b5f4
5 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -103,12 +103,12 @@ const STATUS = {
const STATUS_COLOR = {
[STATUS.Error]: "error",
[STATUS.Connecting]: "neutral",
[STATUS.ServerNoFile]: "primary",
[STATUS.ServerNoFile]: "info",
[STATUS.ServerReady]: "success",
[STATUS.ClientConnecting]: "primary",
[STATUS.ClientWaiting]: "primary",
[STATUS.ClientConnecting]: "info",
[STATUS.ClientWaiting]: "info",
[STATUS.ClientReady]: "success",
[STATUS.ClientDownloading]: "primary",
[STATUS.ClientDownloading]: "info",
[STATUS.ClientDownloaded]: "success",
[STATUS.ClientDisconnected]: "neutral",
};