From 5f28824b8a35bfa07c720b20e8d0cb233ce84e88 Mon Sep 17 00:00:00 2001 From: anavoi Date: Sat, 9 Aug 2025 11:03:10 +0200 Subject: [PATCH] update source code links and branding changes --- .vscode/settings.json | 5 +- README.md | 4 +- config.json | 31 +-- index.html | 178 +++++++++--------- .../components/splash-screen/SplashScreen.tsx | 2 +- src/app/features/settings/about/About.tsx | 10 +- src/app/pages/auth/AuthFooter.tsx | 7 +- src/app/pages/auth/AuthLayout.tsx | 2 +- src/app/pages/client/WelcomePage.tsx | 12 +- src/client/state/cons.js | 2 +- 10 files changed, 122 insertions(+), 131 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8272ea1..8bb848b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "[typescriptreact]": { + "editor.defaultFormatter": "vscode.typescript-language-features" + } } diff --git a/README.md b/README.md index 427898f..2ccdd6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cinny +# Gaboule Chat (Cinny fork)

GitHub release downloads @@ -12,6 +12,8 @@ Sponsor Cinny

+This is a fork of [Cinny](https://github.com/cinnyapp/cinny). + A Matrix client focusing primarily on simple, elegant and secure interface. The main goal is to have an instant messaging application that is easy on people and has a modern touch. - [Roadmap](https://github.com/orgs/cinnyapp/projects/1) - [Contributing](./CONTRIBUTING.md) diff --git a/config.json b/config.json index de6015a..b20ca41 100644 --- a/config.json +++ b/config.json @@ -1,38 +1,23 @@ { - "defaultHomeserver": 2, + "defaultHomeserver": 0, "homeserverList": [ - "converser.eu", - "envs.net", - "matrix.org", - "monero.social", - "mozilla.org", - "xmr.se" + "gaboule.com" ], "allowCustomHomeservers": true, "featuredCommunities": { - "openAsDefault": false, + "openAsDefault": true, "spaces": [ - "#cinny-space:matrix.org", - "#community:matrix.org", - "#space:envs.net", - "#science-space:matrix.org", - "#libregaming-games:tchncs.de", - "#mathematics-on:matrix.org" + "#gaboule:gaboule.com" ], "rooms": [ - "#cinny:matrix.org", - "#freesoftware:matrix.org", - "#pcapdroid:matrix.org", - "#gentoo:matrix.org", - "#PrivSec.dev:arcticfoxes.net", - "#disroot:aria-net.org" + "#general:gaboule.com" ], - "servers": ["envs.net", "matrix.org", "monero.social", "mozilla.org"] + "servers": ["gaboule.com"] }, "hashRouter": { - "enabled": false, + "enabled": true, "basename": "/" } -} +} \ No newline at end of file diff --git a/index.html b/index.html index 9196cf3..eabe404 100644 --- a/index.html +++ b/index.html @@ -1,95 +1,95 @@ - + - - - - - Cinny - - - - + + + + + Gaboule Chat + + + + - - - - - + + + + + - + - - - - - - + + + + + + - - - - - - - - - - - - - -
- - + + + + + + + + + + + + + +
+ + diff --git a/src/app/components/splash-screen/SplashScreen.tsx b/src/app/components/splash-screen/SplashScreen.tsx index 27adadb..7027069 100644 --- a/src/app/components/splash-screen/SplashScreen.tsx +++ b/src/app/components/splash-screen/SplashScreen.tsx @@ -21,7 +21,7 @@ export function SplashScreen({ children }: SplashScreenProps) { justifyContent="Center" > - Cinny + Gaboule Chat diff --git a/src/app/features/settings/about/About.tsx b/src/app/features/settings/about/About.tsx index 5a80e06..a26705c 100644 --- a/src/app/features/settings/about/About.tsx +++ b/src/app/features/settings/about/About.tsx @@ -46,16 +46,18 @@ export function About({ requestClose }: AboutProps) { - Cinny - v{cons.version} + Gaboule Chat + {cons.version} - Yet another matrix client. + Yet another matrix client.
+ This is a fork of Cinny. +