Commit Graph

4 Commits

Author SHA1 Message Date
wtz
29482e6b65 fix: inline resize handle styles to work without CSS
Add _applyHandleBaseStyle method to apply critical handle styles (width, height, background, border, etc.) directly via JavaScript so handles are visible even without importing editor.css.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-04 14:46:08 +08:00
wtz
905c7bb8dc feat: add resize handles for component size editing
Add resize handles to allow direct size editing of components.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-02 16:15:47 +08:00
wtz
1d58d40185 feat: add onChanged callback, Delete key support, drag offset fix
- Add onChanged(callback) API for tracking page changes
- Support Delete/Backspace key to delete selected component
- Fix drag offset issue when moving components
- Add unsaved changes tracking in editor demo
- Update README documentation
2026-03-29 13:01:53 +08:00
wtz
e4fe6aac1d init 2026-03-29 11:50:51 +08:00