feat(service-logcat,segmented-button): load-older paging + initialQuery/i18n labels/badge#330
Merged
Merged
Conversation
…ry/i18n labels/badge 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>
Contributor
|
Storybook Preview: https://mirrorstack-ai.github.io/web-ui-kit/pr/330/ |
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
Recreates the payload of #326/#328 as one clean PR against current
main. Those two were tangled by a stacked-PR merge (#328 landed into #326's branch instead ofmain), and #326 had since drifted into a merge conflict againstmainwith stale CI. This PR carries the exact same file-level diff, rebased cleanly onto currentmain, verified fresh.ServiceLogcat: load-older paging affordance (auto-fires near the old end, stable seq/occurrence-keyed rows),initialQuery(seed the text filter on mount — e.g. a deep link), and a fulllabelsprop covering every string it renders (for non-English locales).SegmentedButton: per-optionbadge(small count pill anchored to the option's corner).Bumps to
0.6.3(0.6.2was claimed by #329 but never actually published — noreleaselabel at merge time — so this skips straight to0.6.3, which is safe).Closes/supersedes #326.
Test plan
pnpm typecheckcleanpnpm buildcleanpnpm test— 803/803 passpnpm lintclean on touched files (2 pre-existing unrelated failures elsewhere, not touched here)🤖 Generated with Claude Code