Skip to content

show tab indicators for the primary lists#94

Open
dhth wants to merge 2 commits into
mainfrom
show-tab-indicators-for-primary-lists
Open

show tab indicators for the primary lists#94
dhth wants to merge 2 commits into
mainfrom
show-tab-indicators-for-primary-lists

Conversation

@dhth
Copy link
Copy Markdown
Owner

@dhth dhth commented Aug 17, 2025

Summary by CodeRabbit

  • Style
    • Updated list headers for clearer visual emphasis: Active Tasks now shows “Tasks █ █”, Task Logs shows “█ Task Logs █”, and Inactive Tasks shows “█ █ Inactive Tasks”.
    • Ensured the new header styling persists after data refreshes; previously it could revert to a plain label.
    • No functional behavior changes.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Aug 17, 2025

Warning

Rate limit exceeded

@dhth has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 28 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between f3bc886 and a537f2f.

⛔ Files ignored due to path filters (10)
  • internal/ui/__snapshots__/TestEmptyInactiveTaskListView_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestInactiveTaskListViewWithTasks_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestTaskListViewDebugMode_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestTaskListViewEmpty_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestTaskListViewWithErrorMessage_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestTaskListViewWithInfoContext_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestTaskListViewWithTasks_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestTaskLogViewEmpty_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestTaskLogViewWithEntries_1.snap is excluded by !**/*.snap
  • internal/ui/__snapshots__/TestTerminalWidthResizingWorks_1.snap is excluded by !**/*.snap
📒 Files selected for processing (2)
  • internal/ui/handle.go
  • internal/ui/initial.go
📝 Walkthrough

Walkthrough

UI title strings were updated in internal/ui/initial.go. In internal/ui/handle.go, a line assigning the active tasks list title was removed from handleTasksFetchedMsg. No logic, control flow, or error handling changes were introduced.

Changes

Cohort / File(s) Summary
UI Title Text Updates
internal/ui/initial.go, internal/ui/handle.go
Updated list titles: active, inactive, and task logs headers changed to new strings; removed a redundant assignment of activeTasksList.Title in handleTasksFetchedMsg. No functional logic changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@dhth dhth force-pushed the show-tab-indicators-for-primary-lists branch from f3bc886 to 15db219 Compare February 23, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant