From 4dd168303b50758d9b4f4e2ba0fec71c5a3c07f9 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 2 Jan 2021 00:30:56 -0800 Subject: [PATCH] Sidebar now has scaffolding so we can begin hooking it to things --- freechat-client/example-dev-config.json | 10 ++--- freechat-client/pages/index.html | 40 ++++++++++++----- freechat-client/sass/general.scss | 1 + freechat-client/sass/style.scss | 59 ++++++++++++++++++++++--- 4 files changed, 85 insertions(+), 25 deletions(-) diff --git a/freechat-client/example-dev-config.json b/freechat-client/example-dev-config.json index d37fc40..e9ab2b3 100644 --- a/freechat-client/example-dev-config.json +++ b/freechat-client/example-dev-config.json @@ -3,10 +3,10 @@ "servers": [ { "name": "cool1", - "domain": "freechat.shockrah.io/", + "domain": "freechat.shockrah.io", "ip": "0.0.0.0", "description": "really good", - "key": "given by server don't worry fow now", + "key": "this right here is the secret for that user", "username": "this is optional per server" }, { @@ -17,9 +17,7 @@ } ], + "ignore-me": "global's like this are mainly for default configuration things", "global-username": "shockrah", - "bs-key": "ignore everthing past this point for now", - "proxy": "one day this will be a thing", - "private-key": "user key goes here", - "public-key": "user public key also goes here" + "proxy": "one day this will be a thing" } diff --git a/freechat-client/pages/index.html b/freechat-client/pages/index.html index 101d2ec..e058dd8 100644 --- a/freechat-client/pages/index.html +++ b/freechat-client/pages/index.html @@ -20,35 +20,46 @@ - +
+ +
more bs content
+
+