Migrate studio deployment from GitHub Pages to standalone Vercel at play.objectstack.ai#40
Merged
huangyiirene merged 3 commits intomainfrom Jan 14, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
…arately via Vercel Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
Contributor
|
✅ All checks passed!
|
Copilot
AI
changed the title
[WIP] Fix studio build workflow and link
Migrate studio deployment from GitHub Pages to standalone Vercel at play.objectstack.ai
Jan 14, 2026
Copilot AI
added a commit
that referenced
this pull request
Feb 23, 2026
- #39 showRecordCount: conditionally show/hide record count bar - #24 rowHeight: add short and extra_tall mapping in ListView + bridge - #7 sort: parse legacy string format "field desc" - #22 description: render view description below toolbar - #40 allowPrinting: add print button with window.print() - #31 virtualScroll: forward flag to grid view schema - #35 userActions: wire sort/search/filter/rowHeight to toolbar visibility - #38 addRecord: render "+ Add Record" button from spec config - #37 tabs: render tab bar UI for view tabs - #9 filterableFields: restrict FilterBuilder to whitelist fields - #8 searchableFields: scope search queries to specified fields - #36 appearance: wire showDescription and allowedVisualizations - #16 pageSizeOptions: add page size selector UI in status bar - #17-21: use spec kanban/calendar/gantt/gallery/timeline configs - #20 gallery: add typed GalleryConfig to ListViewSchema - #21 timeline: add typed TimelineConfig to ListViewSchema - Bridge: add short/extra_tall density mapping, filterableFields pass-through Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.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.
Studio (playground app) now deploys independently to play.objectstack.ai via Vercel. Previously embedded at
/studio/on GitHub Pages docs site.Configuration Changes
Playground app:
vite.config.ts: Base path from/studio/→/App.tsx: Routes from/studio/:id→/:idHome.tsx: Navigation updated for root-level routingCI/CD:
deploy-docs.yml: Removed studio build steps andapps/playground/**trigger pathDocumentation Updates
All studio links updated to
play.objectstack.ai:Architecture
This decouples studio deployments from documentation, enabling independent release cycles.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.