Commit graph

5 commits

Author SHA1 Message Date
6a9068296e Add new dependencies and implement chat UI with Ratatui
- Updated `Cargo.toml` to include new dependencies: `ratatui`, `crossterm`, `reqwest`, and `notify-rust`.
- Enhanced `main.rs` with a terminal-based chat UI using Ratatui.
- Added support for message rendering, input handling, and notifications.
- Implemented file download functionality and DM message handling.
2025-04-22 23:03:49 +02:00
d9ddda570e Remove prompt for message input in main loop 2025-01-22 11:48:36 +01:00
4a3a857c34 Add port configuration and implement username handling in main function 2025-01-22 11:22:46 +01:00
240e52e3e7 Add configuration file and enhance client functionality with encryption 2024-11-29 20:26:23 +01:00
f54ec8fe1d first client commit 2024-11-25 15:45:26 +01:00