feat(service-logcat,segmented-button): initialQuery seed, i18n labels, option badge#328
Merged
I-am-nothing merged 2 commits intoJul 3, 2026
Merged
Conversation
…, option badge ServiceLogcat gains initialQuery (seed the text filter on mount, e.g. a deep link) and an optional labels prop covering every string it renders, so callers outside English can localize it. SegmentedButton options gain an optional badge (small count pill anchored to the option's corner). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
Storybook Preview: https://mirrorstack-ai.github.io/web-ui-kit/pr/328/ |
3 tasks
…labels, badge Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This was referenced Jul 4, 2026
Merged
I-am-nothing
added a commit
that referenced
this pull request
Jul 4, 2026
…ry/i18n labels/badge (#330) Recreates the payload of #326/#328 as one clean PR based on current main (those were tangled by a stacked-PR merge that landed #328 into #326's branch instead of main, and #326 had since drifted into merge conflict). - ServiceLogcat: load-older paging affordance (auto-fires near the old end, stable seq/occurrence-keyed rows), initialQuery (seed the text filter on mount), and a full labels prop covering every string it renders. - SegmentedButton: per-option badge (small count pill anchored to the option's corner). Co-authored-by: Claude Sonnet 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
ServiceLogcatgainsinitialQuery(seed the text filter on mount — e.g. landing pre-filtered to a module slug from a deep link) and a fulllabelsprop covering every string it renders, so callers can localize it (defaults preserve the current English copy).SegmentedButtonoptions gain an optionalbadge(small count pill anchored to the option's corner).Stacked on #326 (this branch's base) since it was built against that unmerged pagination work — retarget to
mainonce #326 merges.Test plan
pnpm typecheckcleanpnpm lintclean (touched files; 2 pre-existing unrelated failures noted, not touched by this change)🤖 Generated with Claude Code