synpad 0.1.0

A full-featured Matrix chat client built with Dioxus
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod day_separator;
pub mod edit_history;
pub mod event_tile;
pub mod forward_dialog;
pub mod jump_to_date;
pub mod message_content;
pub mod reaction_list;
pub mod read_receipt;
pub mod reply_preview;
pub mod server_search;
pub mod state_event;
pub mod thread_summary;
pub mod timeline_panel;
pub mod typing_indicator;