feat(ui): avatar gradient fallbacks, ThinkingOrb indicator, PopoverSelect flip, lazy Schedules agents - #709
Merged
govindavashishtha merged 2 commits intoSep 11, 2026
Conversation
…flip, lazy schedules agents - Avatar fallbacks: light primary gradient (solid in dark mode), single-initial characters, smaller sm size - MessageIndicator: ThinkingOrb with shimmering Working... text (reduced-motion safe) - PopoverSelect: flip menu to the other side when the preferred side lacks viewport room - SchedulesPage: stop draining the full agents catalog on mount; learn agent labels from picker picks and gate Create on USE only for a specific agent - Settings sidebar: subtle primary tint for the selected section - ThreadListRow: softer radius, normal-weight title, bot icon - AttachmentCard: keep neutral fallback (bg-none drops the new gradient default) Co-authored-by: Cursor <cursoragent@cursor.com>
govindavashishtha
requested review from
kumarsks619,
qaifi-tf,
sajal-truefoundry,
sayan-truefoundry and
vinit-truefoundry
as code owners
September 11, 2026 10:48
🦋 Changeset detectedLatest commit: 47c846c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
vinit-truefoundry
approved these changes
Sep 11, 2026
govindavashishtha
deleted the
ui/avatar-indicator-popover-schedules-polish
branch
September 11, 2026 12:05
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
UI polish batch for
@truefoundry/trueforge-ui(one changeset per theme, all patch bumps):smpreset to 20px.AttachmentCardkeeps its neutral fallback viabg-none(the gradient is a background-image, so a bg-color override alone would not remove it).ThinkingOrb(newthinking-orbsdep) plus left-to-right shimmering "Working..." text;role="status"for a11y and the shimmer is scoped toprefers-reduced-motion: no-preference.boticon.Behavioral notes for reviewers
agentNamenow fall back to the raw agent id (previously resolved from the drained catalog) — accepted trade-off for dropping the mount-time catalog scan.ScheduleFormDrawer.Testing
pnpm testinpackages/trueforge-ui: 190 files, 1407 tests, all passing.Made with Cursor