-
Notifications
You must be signed in to change notification settings - Fork 36
Gui/site builder #2455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vibegui
wants to merge
26
commits into
main
Choose a base branch
from
gui/site-builder
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Gui/site builder #2455
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6b54065
feat(01-01): define SITE_BINDING and create site-editor plugin skeleton
vibegui a0e32de
feat(01-02): add preview panel component and tunnel URL hook
vibegui ffe3137
feat(01-01): implement ServerPlugin, ClientPlugin, and register in Mesh
vibegui 94ec844
feat(01-03): implement five page CRUD server tools
vibegui 4dae337
feat(01-03): implement pages list and page editor UI components
vibegui dec8639
feat(02-01): scanner pipeline -- types, extract, discover, schema
vibegui 1fe0826
feat(02-01): block server tools and client API helpers
vibegui b0ea78d
feat(02-02): add RJSF templates, widgets, and PropEditor component
vibegui ffc6d93
feat(02-02): add block list UI, block detail view, and routing
vibegui 8668b2f
feat(03-01): typed postMessage protocol and BlockInstance type
vibegui f48f5c7
feat(03-01): page composer layout, viewport toggle, and enhanced prev…
vibegui bad2c47
feat(03-02): section list sidebar with @dnd-kit sortable and block pi…
vibegui 7662d8f
feat(03-02): wire composer with section sidebar, block picker, and Dn…
vibegui 2e08aa5
feat(03-03): snapshot-based undo/redo hook with useReducer
vibegui 3280303
feat(03-03): integrate undo/redo into page composer with keyboard sho…
vibegui 4c8b010
feat(04-01): add LoaderDefinition types and discoverLoaders scanner
vibegui d06bedc
feat(04-01): add loader server tools, client API, and query keys
vibegui 6bf04b0
feat(04-02): loaders list and detail views with router wiring
vibegui b71a254
feat(04-02): loader picker modal and prop binding in page composer
vibegui abad437
feat(05-03): starter template with React 19, Vite 7, Tailwind 4, and …
vibegui dc82ec1
feat(05-01): extend SITE_BINDING with branch tools and create branch API
vibegui 898142e
feat(05-03): .deco scaffolding with pre-configured pages, blocks, and…
vibegui a9ef28d
feat(05-01): add branch switcher and publish bar UI components
vibegui 9a74804
feat(05-02): extend SITE_BINDING with history tools and create server…
vibegui d1d3823
feat(05-02): add page history panel with diff view and revert integra…
vibegui e36e343
feat: site-editor routing, filesystem path resolution, and preview co…
vibegui File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: Folder name extraction only splits on
/, so Windows paths with backslashes produce incorrect titles. Split on both separators to derive the final folder name reliably.Prompt for AI agents