You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this change metrics bar will now fill the whole screen, using
the following strategy:
* Try to equalize the widths of all metrics, adding spaces as needed
from left to right, to ensure visual balance.
* When there is not enough room, extra white spaces are trimmed from
the widest metrics first, again from left to right.
* If there are no more insignificant spaces to trim, metric values
will start to get truncated from the right side to ensure the height
is always 1 line.
I will try to gradually introduce colors, as the TUI looks bleak at
the moment. The metrics bar now uses a blue background.
Copy file name to clipboardExpand all lines: AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
Bubble Tea TUI for Sidekiq monitoring. Go 1.25.
6
6
7
+
## Code Quality
8
+
9
+
* Make sure to always perform `mise run ci` to ensure code formatting matches the style of the repository, linters don't have any offenses, and tests pass.
0 commit comments