chore: bump objectui to 6c1ad9e20624 (pulls in #2620 fixes)#2627
Merged
Conversation
feat(app-shell,plugin-view,plugin-form): record task flows as derived overlays + return invariants (framework#2604 Step 2) (#2256) objectui@6c1ad9e206249735e8ebf7b77fca75313da28070
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
os-zhuang
marked this pull request as ready for review
July 5, 2026 07:53
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
Bumps
.objectui-shato pull inobjectstack-ai/objectui#2254, which resolved most of the objectui-side items tracked in #2620 (follow-ups from the #2616 Showcase UX pass).Verified live against a
--fresh --seed-admininstance with the console rebuilt at this SHA (pnpm objectui:refresh):submitBehaviorResidual issues found during verification (not fixed by objectui#2254 despite being in scope)
GET /api/v1/data/showcase_projectthat two duplicate records were created. ThesubmitBehavior.title/messagetext now correctly surfaces in a toast (so the spec-bridge fix landed), but the wizard doesn't swap to a confirmation panel or otherwise block re-submission the way a non-wizard form'sthank-youbehavior implies.<svg>bounding boxes via DOM query — the Command Center's row-A charts render at exactly 100px wide (same collapse class as originally reported, if not worse). Also found literal"task_count"text nodes still rendered as a caption/tooltip label under/in each chart, even though the x-axis category labels (e.g. "To Do", "Urgent") are now correctly humanized.Filed
objectstack-ai/objectui#<TBD>with the concrete repro/evidence for both (screenshots + measured bounding boxes + API before/after diffs) — see linked issue.Test plan
OBJECTUI_ROOT=/workspace/objectui pnpm objectui:refresh— console rebuilt clean, bundle canary presentpnpm build— 70/70 tasks greenNote:
packages/console/distis gitignored (build artifact) — this PR only changes the.objectui-shapin; CI/release tooling rebuilds the console from that pin.Generated by Claude Code