-
File Whizz
+🐝 File Whizz
Send files easily through WebRTC
directly to another device, without an intermediary server.
@@ -107,8 +107,8 @@
( Repository) -
Photo by
- JOHN TOWNER
+ Lachlan Gowen
on Unsplash
diff --git a/main.js b/main.js
index 5a5301d..b14c8c0 100644
--- a/main.js
+++ b/main.js
@@ -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",
};
diff --git a/preview.jpg b/preview.jpg
index e783be6..ad920b2 100644
Binary files a/preview.jpg and b/preview.jpg differ