mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-27 06:37:19 +02:00
fix: Revert project tab feature
This commit is contained in:
parent
af21791838
commit
4bd3549037
3 changed files with 15 additions and 112 deletions
|
@ -296,7 +296,7 @@ impl TaskReportTable {
|
|||
let c = if let Some(a) = task.annotations() {
|
||||
format!("[{}]", a.len())
|
||||
} else {
|
||||
format!("")
|
||||
Default::default()
|
||||
};
|
||||
format!("{} {}", task.description(), c)
|
||||
}
|
||||
|
@ -304,7 +304,7 @@ impl TaskReportTable {
|
|||
let c = if let Some(a) = task.annotations() {
|
||||
format!("[{}]", a.len())
|
||||
} else {
|
||||
format!("")
|
||||
Default::default()
|
||||
};
|
||||
let d = task.description().to_string();
|
||||
let mut available_width = self.description_width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue