Merged
Conversation
- add shared full-width status, list panel, and help bar styles - standardize detail label alignment across major views - add app view tests for shared styling helpers
Contributor
There was a problem hiding this comment.
Review Summary
This PR successfully enhances TUI styling by centralizing shared Lipgloss styles across the application. The refactoring improves code maintainability and consistency.
Key Changes:
- Added centralized styling helpers:
renderStatusBar(),renderListPanel(),renderHelpBar(), andrenderDetailLine() - Refactored status bar to support full-width split layout with left/right sections
- Applied consistent rounded-border panel style across all list screens
- Standardized detail label alignment with 14-column width
- Added comprehensive test coverage for styling helpers
Validation:
- All changes follow consistent patterns across 17 files
- Tests verify full-width rendering, bordered panels, and helper bar functionality
- Overhead calculations properly adjusted for bordered panel styles
- No defects found that would block merge
The refactoring is well-executed with no critical issues identified. The code is ready to merge.
You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.
…tyles # Conflicts: # internal/app/screen_context.go
- account for boxed picker height so the help bar stays below the panel - preserve current-context column visibility inside the shared list panel - keep shared list panel inner padding covered by regression tests
YoungJinJung
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improve the TUI styling polish by centralizing shared Lipgloss styles for status bars, list containers, detail labels, and footer help bars.
internal/app/styles.goRelated Issues
Closes #64
Validation
GOCACHE=/tmp/unic-go-build go test ./internal/appGOCACHE=/tmp/unic-go-build make testGOCACHE=/tmp/unic-go-build make buildChecklist
docs/branch-naming-harness.mddocs/documentation-harness.md)docs/pages updated if architecture, auth, config, or workflow changed