Remove and add todos
This commit is contained in:
parent
4dde87d805
commit
d5c0c94883
3 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
// TODO Enable warn(unreachable_pub)?
|
// TODO Enable warn(unreachable_pub)?
|
||||||
// TODO Clean up use and manipulation of toss Pos and Size
|
// TODO Clean up use and manipulation of toss Pos and Size
|
||||||
|
// TODO Remove unnecessary Debug impls and compare compile times
|
||||||
|
|
||||||
mod config;
|
mod config;
|
||||||
mod euph;
|
mod euph;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
// TODO Reduce need to pass Terminal when only width db is needed
|
||||||
|
|
||||||
mod chat;
|
mod chat;
|
||||||
mod euph;
|
mod euph;
|
||||||
mod input;
|
mod input;
|
||||||
|
|
|
||||||
|
|
@ -264,7 +264,6 @@ impl EuphRoom {
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn status_widget(&self, status: &RoomStatus) -> BoxedWidget {
|
async fn status_widget(&self, status: &RoomStatus) -> BoxedWidget {
|
||||||
// TODO Include unread message count
|
|
||||||
let room = self.chat.store().room();
|
let room = self.chat.store().room();
|
||||||
let room_style = ContentStyle::default().bold().blue();
|
let room_style = ContentStyle::default().bold().blue();
|
||||||
let mut info = Styled::new(format!("&{room}"), room_style);
|
let mut info = Styled::new(format!("&{room}"), room_style);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue