antifallobst
antifallobst pushed to master at trinitrix/core 2023-07-10 19:26:15 +00:00
ce59c504bd Fix(UI): Removed unneeded mut statements
antifallobst opened issue trinitrix/core#10 2023-07-09 22:21:27 +00:00
Session verification
antifallobst opened issue trinitrix/core#9 2023-07-09 22:19:20 +00:00
Rooms don't appear after first login
antifallobst pushed to master at trinitrix/core 2023-07-09 22:12:18 +00:00
200b9143b3 feature (ui): added a cli panel to contoll the UI similar to what you have when hitting colon in vim
antifallobst opened issue trinitrix/core#8 2023-07-09 21:11:38 +00:00
Implement Popups/Overlays
antifallobst commented on issue trinitrix/core#5 2023-07-09 21:06:47 +00:00
Reverse Cycling with Shift-Tab

implemented in 8d6e7c976e9ecf3b99a8b99da0af0e4fa2720d29

antifallobst closed issue trinitrix/core#5 2023-07-09 21:06:47 +00:00
Reverse Cycling with Shift-Tab
antifallobst pushed to master at trinitrix/core 2023-07-09 21:06:16 +00:00
8d6e7c976e feature (ui): implemented reverse plane cycling using <Shift>+<Tab> as requested in #5
antifallobst pushed to master at trinitrix/core 2023-07-09 20:53:49 +00:00
7347d0c4f1 refactor (events): switched back from tui_textarea input events to raw crossterm events
antifallobst pushed to master at trinitrix/core 2023-07-09 20:07:09 +00:00
1fa35adae7 fix (ui): fixed rooms scroll out of bounds error and added more detail to 'not supported message like event' view in timeline
antifallobst merged pull request trinitrix/core#7 2023-07-09 14:47:52 +00:00
Basic refactor
antifallobst pushed to master at trinitrix/core 2023-07-09 14:47:52 +00:00
3920a3e600 merge (pr): accepted rustfmt pr
1c43626fad Build(Cargo): Update `Cargo.lock` and upgrade `Cargo.toml`
a9f72e34e6 Build(cargo): Remove wildcard version specification in `Cargo.toml`
35225a14db Style(treewide): Format all files with rustfmt
Compare 4 commits »
antifallobst commented on issue trinitrix/core#5 2023-07-09 07:08:05 +00:00
Reverse Cycling with Shift-Tab

This was always planned to be implemented :) I'll start working on it.

antifallobst pushed to master at trinitrix/core 2023-07-09 06:30:42 +00:00
196641959e Add nix flake (#6)
74be1c2506 Build(flake): Also add the openssl dependencies to the devShell
cc602b25ce Build(flake): Enable direnv integration
f768d214da Build(flake): Initialize the flake
Compare 4 commits »
antifallobst merged pull request trinitrix/core#6 2023-07-09 06:30:41 +00:00
Add nix flake
antifallobst pushed to master at trinitrix/core 2023-07-08 21:44:28 +00:00
5611d8e385 feature (ui - room info): added basic infos (name & encryption status) to the main ui's 'room info' panel
antifallobst pushed to master at trinitrix/core 2023-07-08 21:11:18 +00:00
98f7e806de feature: (room timeline): Changed timeline view to a scrollable list / Made single messages/events selectable / Implemented Message sending
antifallobst pushed to master at trinitrix/core 2023-07-08 12:46:28 +00:00
658f05b8d3 feature (ui - rooms / events): implemented a rooms list area in the UI and live timeline updates on room timeline sync events
antifallobst pushed to master at trinitrix/core 2023-07-06 22:53:30 +00:00
f8bf6ee07d feature (status - rooms): Implemented a timeline event caching layer
antifallobst pushed to master at trinitrix/core 2023-07-06 18:48:28 +00:00
1eb04dd23a feature (UI - main): started work on timeline view implementation