Add todos

This commit is contained in:
Joscha 2022-08-30 17:04:03 +02:00
parent 03ddc5eb9b
commit 5eeabea2de
8 changed files with 45 additions and 0 deletions

View file

@ -39,6 +39,7 @@ enum State {
Nick(EditorState),
Account(AccountUiState),
Links(LinksState),
// TODO Inspect messages and users
}
#[allow(clippy::large_enum_variant)]