Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tui): Use color instead of bars to distinguish sections of t…
…ask list. (#9365) ### Description Screen real estate is valuable. We were using horizontal bars to distinguish the header and footer from the task list itself. Instead, let's use color, and get rid of the bars. ### Testing Instructions 👀 I checked light mode for color contrast, as well, and did the best I could. I don't know if there's a way to tell Ratatui to use different foreground colors for light vs. dark backgrounds? I at least couldn't find any documentation on it or example in our codebase. Before: ![CleanShot 2024-10-31 at 22 09 27@2x](https://github.com/user-attachments/assets/5a069863-e75c-45d7-ba13-7deb496713d1) After: ![CleanShot 2024-10-31 at 22 10 08@2x](https://github.com/user-attachments/assets/10423e98-4107-4fab-a277-78575316b72c) --------- Co-authored-by: Chris Olszewski <[email protected]>
- Loading branch information