fix: prevent app card meta overflow#38349
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #38349 +/- ##
=======================================
Coverage 85.29% 85.29%
=======================================
Files 4981 4981
Lines 263425 263425
Branches 50019 50019
=======================================
Hits 224694 224694
Misses 34343 34343
Partials 4388 4388
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
hjlarry
pushed a commit
that referenced
this pull request
Jul 3, 2026
(cherry picked from commit d120995)
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.
Important
Fixes #<issue number>.Summary
Fixes Linear SNP-509.
This PR prevents the app card footer metadata from overlapping the bottom-right access-mode icon when the author/time text is too long. The footer row now clips overflowing content, and the edited time text can shrink and truncate instead of forcing the row into the decorative icon area.
From Codex
Screenshots
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint godsValidation:
CI=true pnpm -C web test app/components/apps/__tests__/app-card.spec.tsxCI=true pnpm -C web exec eslint app/components/apps/app-card.tsx app/components/apps/__tests__/app-card.spec.tsxfailed on pre-existing a11y lint issues outside this diff.CI=true pnpm -C web exec vp stagedfailed because the currentvite.config.tshas nostagedconfig.