Skip to content

Commit

Permalink
Add links to our chat
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Dec 12, 2024
1 parent cb1fd8a commit 6772658
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ MIT license ([LICENSE MIT](LICENSE.txt) or <http://opensource.org/licenses/MIT>)

All contributions welcome, please check the [development guidelines](docs/DEVELOPING.md) before starting to code.

Please join our [chat](https://chachi.chat/groups.0xchat.com/R2yYwhsTcKO2b65i).

Anyone interested in replacing the GUI with something much better, or keeping it as egui but making it much better, would be greatly appreciated. The project was split into two crates (lib and bin) to make it easier to build a different UI onto the backend.

Any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.
Expand Down
7 changes: 7 additions & 0 deletions gossip-bin/src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2545,6 +2545,13 @@ fn force_login(app: &mut GossipUi, ctx: &Context) {
"issue on Github",
"https://github.com/mikedilger/gossip/issues"
);
ui.label(
RichText::new("or join our").weak()
);
ui.hyperlink_to(
"chat",
"https://chachi.chat/groups.0xchat.com/R2yYwhsTcKO2b65i"
);
});
});
});
Expand Down

0 comments on commit 6772658

Please sign in to comment.