From 4baff5dcf4103978dfa67f8c4e23784c12a718c3 Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 9 Jan 2024 16:52:27 -0800 Subject: [PATCH] main: added public pages section to Home page. --- README.md | 5 ++++- src/pages/Home/Home.tsx | 39 ++++++++++++++++----------------------- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 42334a4..9df6013 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ RemnantChat is a free (as in both price and freedom) communication tool. It is f - Ephemeral - Message content is never persisted to disk on either the client or server - Decentralized - - There is no API server. All that's required for RemnantChat to function is availability of GitHub for static assets, and public WebTorrent and STUN/TURN relay servers for establishing peer-to-peer communication. + - There is no API server. All that's required for RemnantChat to function is availability of static assets on the server, and public WebTorrent and STUN/TURN relay servers for establishing peer-to-peer communication. - Embeddable - [Self-hostable](#self-hosting) @@ -89,6 +89,9 @@ The core of RemnantChat's security model is the fact that it is fully open sourc - Add room moderation - Chat history persistence settings +- Direct Messaging +- Emoticons on desktop (also ability to react to messages) +- Respond to messages ## Environments diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index 5496901..7bb0c41 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -109,7 +109,7 @@ export function Home({ userId }: HomeProps) { }} disabled={!isRoomNameValid} > - Join public room + Create public room