Implement account login and logout

This commit is contained in:
Joscha 2022-08-22 17:12:41 +02:00
parent 84930c8c34
commit 8128342099
8 changed files with 299 additions and 29 deletions

View file

@ -53,6 +53,7 @@ impl From<crossterm::event::KeyEvent> for KeyEvent {
}
}
// TODO Use absolute paths
#[rustfmt::skip]
macro_rules! key {
// key!(Paste text)