From ea16579148ca448e475ef7335adbdea0adb0bec8 Mon Sep 17 00:00:00 2001 From: Gannicus Date: Sun, 10 Mar 2024 20:29:16 -0400 Subject: [PATCH] Changes to the client --- index.html | 97 ++++++++++++++-------------------- src/pages/login/forms/Form.tsx | 17 ------ vite.config.ts | 4 +- 3 files changed, 42 insertions(+), 76 deletions(-) diff --git a/index.html b/index.html index 1b17417e..37b92455 100644 --- a/index.html +++ b/index.html @@ -1,77 +1,52 @@ + - Revolt + One Chat - + - + - - + - + - + - + - + - + - + - + - + + rel="apple-touch-startup-image" /> +
@@ -136,8 +118,9 @@

Well, this is really awkward...

Seems like your JavaScript is disabled.

You'll need to enable JavaScript to run this app.

- Reload + Reload - + + \ No newline at end of file diff --git a/src/pages/login/forms/Form.tsx b/src/pages/login/forms/Form.tsx index 75d806c1..d6ceb89f 100644 --- a/src/pages/login/forms/Form.tsx +++ b/src/pages/login/forms/Form.tsx @@ -252,23 +252,6 @@ export const Form = observer(({ page, callback }: Props) => { - {!IS_REVOLT && ( - <> -
- - - {" "} - - - - - - - )} )} {(page === "reset" || diff --git a/vite.config.ts b/vite.config.ts index 45f8d543..e3f1be61 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -54,8 +54,8 @@ export default defineConfig({ filename: "sw.ts", strategies: "injectManifest", manifest: { - name: "Revolt", - short_name: "Revolt", + name: "One Chat", + short_name: "onech.at", description: "User-first, privacy-focused chat platform.", categories: ["communication", "chat", "messaging"], start_url: "/",