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 updated — registry JSON files were rebuilt and committed to this branch. |
…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
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
Medium risk because it introduces new Media plugin client exports/routes and rewires example apps and E2E flows to use real upload handling, which can affect routing, storage, and test stability.
Overview
Adds first-class docs for the new Media plugin (installation, overrides, registry usage) and links it throughout the docs navigation and README.
Wires the Media plugin into all example apps (Next.js/React Router/TanStack): registers
mediaClientPlugin+mediaBackendPlugin(localAdapter), replaces prior mock image uploads withuploadAsset+MediaPicker/ImageInputField, and updates CMS listing to render stored images.Updates packaging/build metadata to publish Media client entrypoints (components/hooks/query-keys/css and new API adapters), bumps
@btst/stackto2.9.1, and adds/updates Playwright coverage (newsmoke.media.spec.ts, CMS tests switched to MediaPicker, config viewport + testMatch).Written by Cursor Bugbot for commit 1d36169. This will update automatically on new commits. Configure here.