Add column card counts to board menu items#2373
Open
newstler wants to merge 3 commits intobasecamp:mainfrom
Open
Add column card counts to board menu items#2373newstler wants to merge 3 commits intobasecamp:mainfrom
newstler wants to merge 3 commits intobasecamp:mainfrom
Conversation
Display colored badge-style counts showing active cards per column in the jump menu. Shows "Maybe?" (triage) count first, followed by each column's count with its respective color. - Add board_column_counts_tag helper to render count badges - Eager load columns and cards in menus controller - Add CSS for .board-menu-counts and .board-menu-count - Add helper tests for the new functionality Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Only display column badges for columns that have active cards. Previously all columns were shown including those with zero cards. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Shows column name on hover using the title attribute for a lightweight, accessible tooltip experience. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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
Changes
board_column_counts_taghelper to render count badges.board-menu-countsand.board-menu-countTest plan
bin/rails test test/helpers/my/menu_helper_test.rb🤖 Generated with Claude Code