Skip to content

Commit b7bf574

Browse files
authored
docs: update demo to 0.7.0 (#941)
* docs: update demo to 0.7.0 * update again
1 parent e654322 commit b7bf574

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
</div>
1414

15-
<img src="assets/demo.gif" alt="Quick demo recording showing off bottom's searching, expanding, and process killing."/>
1615
<div align="center">
16+
<img src="assets/demo.gif" alt="Quick demo recording showing off bottom's searching, expanding, and process killing."/>
1717
<p>
1818
Demo GIF using the <a href="https://github.com/morhetz/gruvbox">Gruvbox</a> theme (<code>--color gruvbox</code>), along with <a href="https://www.ibm.com/plex/">IBM Plex Mono</a> and <a href="https://sw.kovidgoyal.net/kitty/">Kitty</a>
1919
</p>

assets/demo.gif

-3.17 MB
Loading

src/widgets/process_table/proc_widget_data.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ impl ProcWidgetData {
222222
impl DataToCell<ProcColumn> for ProcWidgetData {
223223
fn to_cell<'a>(&'a self, column: &ProcColumn, calculated_width: u16) -> Option<Text<'a>> {
224224
// TODO: Optimize the string allocations here...
225+
// TODO: Also maybe just pull in the to_string call but add a variable for the differences.
225226
Some(truncate_to_text(
226227
&match column {
227228
ProcColumn::CpuPercent => {

0 commit comments

Comments
 (0)