Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
issue/list: Remove spacer between state counters
Erik Kundt committed 3 months ago
commit b79072d4b0c226e08318e6a79c272ce52c5bb92e
parent b8d8e86
1 file changed +0 -7
modified bin/commands/issue/list.rs
@@ -783,7 +783,6 @@ impl App {
            let closed = solved + other;

            let filtered_counts = format!(" {}/{} ", filtered.len(), issues.len());
-

            if !self.state.filter.has_state() {
                [
                    Column::new(
@@ -813,12 +812,6 @@ impl App {
                        Constraint::Length(open.to_string().chars().count() as u16),
                    ),
                    Column::new(
-
                        Span::from(" ")
-
                            .style(ui.theme().bar_on_black_style)
-
                            .into_right_aligned_line(),
-
                        Constraint::Length(1),
-
                    ),
-
                    Column::new(
                        Span::raw(" ● ")
                            .style(ui.theme().bar_on_black_style)
                            .into_right_aligned_line()