From f3491836ceb1c6a8b5bde1508999d1415a115ae1 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 99780db..79ea8b8 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 af92872..1213966 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -134,7 +134,7 @@ export function Home({ userId }: HomeProps) { }} disabled={!isRoomNameValid} > - Join public room + Create public room