Implement account login and logout
This commit is contained in:
parent
84930c8c34
commit
8128342099
8 changed files with 299 additions and 29 deletions
|
|
@ -53,6 +53,7 @@ impl From<crossterm::event::KeyEvent> for KeyEvent {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO Use absolute paths
|
||||
#[rustfmt::skip]
|
||||
macro_rules! key {
|
||||
// key!(Paste text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue