Redesign the Project Languages modal#14
Merged
Merged
Conversation
A polished overhaul of the languages modal: - Sticky header with subtitle + a live language-count chip; scrollable body; sticky Done footer (modal is now a flex column). - Clean add-bar: globe-icon select + accent "All App Store" button. - Language cards: rounded flag tile, name, Main/Current pill badges, a "code · N screenshots" subline, hover-revealed remove, and the per-language drop zone (solid green when it has images, dashed when empty). - "Bulk import & text" icon action cards (folder import / CSV template / CSV import) instead of plain buttons. - A proper toggle switch for "Sync main language", in its own card. Also fixes a layout bug: the old .languages-list had max-height:300px which made the flex cards shrink and clip their drop zones; cards now keep natural height and the modal body scrolls. Co-Authored-By: Claude Opus 4.8 <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.
A polished overhaul of the Project Languages modal.
Also fixes a layout bug: the legacy
.languages-list { max-height:300px }made the flex cards shrink and clip their drop zones — cards now keep natural height and the body scrolls.Verified in the browser (desktop viewport): cards render with visible drop zones, badges, count chip, switch; no console errors. Screenshot in the PR thread.
🤖 Generated with Claude Code