First pass at color heirarchy and some light UI polish - #224
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates TUI color hierarchy, mail navigation, collection browsing, message-list presentation, and rich HTML rendering.
Changes:
- Introduces theme-aware chrome, muted text, active-tab, and alert styling.
- Adds numeric mailbox shortcuts, a Collections picker, and Imbox seen/unseen sections.
- Renders pasted HTML Trix attachments as text and expands test coverage.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
internal/tui/tui.go |
Refreshes help after navigation changes. |
internal/tui/tui_test.go |
Tests styling, layout, shortcuts, and help. |
internal/tui/styles.go |
Defines the revised color hierarchy. |
internal/tui/search.go |
Applies muted search-label styling. |
internal/tui/nav.go |
Revises shortcuts, tabs, rules, and header layout. |
internal/tui/mail.go |
Adds Collections navigation and Imbox grouping. |
internal/tui/mail_test.go |
Tests Collections and mailbox behavior. |
internal/tui/loading.go |
Applies muted loading-label styling. |
internal/tui/folders.go |
Applies muted form-label styling. |
internal/tui/content.go |
Groups and restyles posting rows. |
internal/tui/contacts_list.go |
Updates contact-list secondary styling. |
internal/tui/contact_form.go |
Updates contact-form secondary styling. |
internal/tui/compose.go |
Updates compose-form secondary styling. |
internal/tui/collections.go |
Implements the Collections picker. |
internal/tui/collections_test.go |
Tests modal width constraints. |
internal/tui/calendar_views.go |
Updates calendar muted styling. |
internal/tui/bulk_reply.go |
Updates bulk-reply secondary styling. |
internal/htmlutil/htmlutil.go |
Renders inline HTML Trix attachments. |
internal/htmlutil/htmlutil_test.go |
Tests rich HTML and file attachments. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Uh oh!
There was an error while loading. Please reload this page.