This repository was archived by the owner on May 15, 2026. It is now read-only.
feat: improve auto-approve button responsiveness - #8798
Merged
Conversation
- Add responsive breakpoint at 300px for compact view - Icon correctly reflects state (X when off, ✓ when on) at all screen sizes - Show abbreviated labels on very narrow screens (< 300px) - Add triggerLabelOffShort translation key to all locales Fixes issues from PR #8152: - Icon always showing checkmark on narrow screens - Breakpoint activating too early (was 400px) - Incorrect Tailwind class ordering
PR Review Complete✅ No issues found - This PR is ready for merge. What Was Reviewed
SummaryThe implementation correctly improves the auto-approve button's responsive behavior. The icon properly reflects the auto-approval state, the breakpoint activates at an appropriate width, and all translations are in place. |
ghost
approved these changes
Oct 23, 2025
6 tasks
mrubens
approved these changes
Oct 24, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Related GitHub Issue
Follow-up for #7894 and replacement for #8152
Description
This PR improves the auto-approve button's responsive behavior with the following enhancements:
Changes Made
Correct Icon State at All Screen Sizes
Optimized Responsive Breakpoint
Fixed Tailwind Class Ordering
hidden min-[300px]:inlineinstead ofmin-[300px]:inline hiddenAdded Translations for Compact Display
triggerLabelOffShorttranslation key to all 18 locale filesScreenshots / Videos
Before

After

Documentation Updates
Important
Improves auto-approve button responsiveness by fixing icon state, optimizing breakpoints, correcting Tailwind class order, and adding translations for compact display.
AutoApproveDropdown.tsx. Shows ✗ when off and ✓ when on.AutoApproveDropdown.tsxfor compact view activation.AutoApproveDropdown.tsxtohidden min-[300px]:inline.triggerLabelOffShorttranslation key to 18 locale files for compact display.This description was created by
for 22638d1. You can customize this summary. It will automatically update as commits are pushed.