lib: Show hint when table is empty
5 files changed
+62
-21
992736de
→
ba1e3897
modified bin/commands/inbox/flux/select/ui.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -264,7 +265,7 @@ impl Render<()> for Notifications {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/flux/select/ui.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -293,7 +294,7 @@ impl Render<()> for Issues {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/flux/select/ui.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -306,7 +307,7 @@ impl Render<()> for Patches {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/flux/ui/layout.rs
@@ -31,3 +31,23 @@ pub fn default_page(area: Rect, context_h: u16, shortcuts_h: u16) -> DefaultPage
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src/flux/ui/widget.rs
@@ -10,6 +10,7 @@ use ratatui::prelude::*;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -205,23 +206,40 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|