Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
packages/stack/src/plugins/media/client/components/media-picker/index.tsx
Outdated
Show resolved
Hide resolved
packages/stack/src/plugins/media/client/components/pages/library-page.internal.tsx
Outdated
Show resolved
Hide resolved
…r file attributes
packages/stack/src/plugins/cms/client/components/forms/file-upload.tsx
Outdated
Show resolved
Hide resolved
packages/stack/src/plugins/media/client/components/media-picker/index.tsx
Outdated
Show resolved
Hide resolved
packages/stack/src/plugins/media/client/components/pages/library-page.internal.tsx
Outdated
Show resolved
Hide resolved
…for improved clarity and functionality
…mports for better modularity
…eter for improved flexibility in media uploads
packages/stack/src/plugins/media/client/components/media-picker/index.tsx
Outdated
Show resolved
Hide resolved
packages/stack/src/plugins/media/client/components/media-picker/index.tsx
Show resolved
Hide resolved
…es and improve button structure for better accessibility
…o prevent empty image elements
…oad configuration for improved media handling
packages/stack/src/plugins/blog/client/components/forms/markdown-editor-with-overrides.tsx
Outdated
Show resolved
Hide resolved
…o ensure proper percent-encoding for improved consistency
… for improved image handling and user experience
…dia handling in the stack
… directory for better file management
…llbackProps for improved error message display
Contributor
|
✅ Shadcn registry validated — no registry changes detected. |
…including URL copying, asset previewing, and improved delete handling
…ing useMemo and useCallback for improved performance
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
…n with optional chaining and fallback
… for better usability
…ia library integration
…ntation, including installation instructions and usage examples
…on, emphasizing the use of pageComponents and direct-import patterns
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
Type of change
Checklist
pnpm buildpassespnpm typecheckpassespnpm lintpassesdocs/content/docs/) if consumer-facing types or behavior changedScreenshots
Note
Medium Risk
Adds and publicly exports a new Media client plugin (plus adapter entry points) and wires it into all example apps and E2E flows, which can affect build/packaging and runtime routes. Risk is moderate due to new public API surface and upload-related behavior, but changes are largely additive with updated tests/docs.
Overview
Introduces first-class Media plugin documentation and registry guidance, including a new
docs/plugins/mediapage and updates to the plugin index/registry docs to coverpageComponentsvs direct-import patterns.Publishes the Media plugin’s client/runtime surface by expanding
@btst/stackbuild entries andpackage.jsonexports (client, hooks, components, query-keys, CSS, pluss3/vercel-blobadapter subpaths) and bumping the package version.Updates all three example apps to register the
mediabackend/client plugins, switch image uploads in Blog/CMS/Kanban to useuploadAsset+MediaPicker/ImageInputField, and adjusts AI chat uploads to use data URLs instead of local paths. Adds/updates Playwright smoke tests (newsmoke.mediasuite, CMS tests migrated to MediaPicker), sets a consistent viewport, and ignores localpublic/uploads/**artifacts in examples.Written by Cursor Bugbot for commit 453a25e. This will update automatically on new commits. Configure here.