Skip to content

Document workflow, group export, and multi-loop import fidelity - #23

Merged
vgomx merged 9 commits into
mainfrom
cursor/ui-polish-ci
Jul 12, 2026
Merged

Document workflow, group export, and multi-loop import fidelity#23
vgomx merged 9 commits into
mainfrom
cursor/ui-polish-ci

Conversation

@vgomx

@vgomx vgomx commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add activity rail navigation (Document, Files archive, Agents placeholder) with a dedicated Files view for recent projects and browser-storage disclaimer
  • Introduce document tabs, recent-file persistence, and a post-boot welcome modal with canvas-style entry blocks that appears after the panel reveal animation
  • Complete group editing overlays, group-aware SVG/CSS/Lottie export, and multi-loop cycle metadata for independent animation durations on import/export
  • Close CSS import parser gaps (fill/stroke keyframes, inline/#id animations, view-box transform semantics) and add migration v14 plus focused tests

Test plan

  • npm test — 201 tests passing
  • Boot app: welcome modal appears after panel animation; Resume/New document work; “Don’t show again” persists
  • Open multiple document tabs; switch/close tabs; verify per-tab state is preserved
  • Files view: recent files list, new project, open from disk
  • Group selection overlay: move/rotate group; export animated SVG/CSS and verify nested group motion
  • Re-import multi-loop HTML (e.g. train-404) and confirm per-group loop lengths are preserved

Made with Cursor

vgomx and others added 9 commits July 12, 2026 14:39
Add scaleX/scaleY support, normalize line/path placement for keyframe merge, correct ellipse pivot math for wheel spin, and show progress while importing HTML animations.

Co-authored-by: Cursor <cursoragent@cursor.com>
Paint loading toasts before heavy import work, add a visible progress bar, and resolve strict build failures in css-keyframes and the train import regression test.

Co-authored-by: Cursor <cursoragent@cursor.com>
* Improve CSS animation import timing fidelity for train HTML.

Parse animation-delay, easing, steps(), and alternate direction from class rules and inline styles so streaks stagger, jitter snaps, and bob uses ease-in-out.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix train bob origin scope and wheel spoke rotation pivot.

Include nested jitter shapes when resolving parent train transform origins, and rotate imported path layers around their visual center so wheel cross lines stay attached.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix uniform wagon jitter across nested CSS group transforms.

Apply group bob/jitter as shared translation plus rotation tilt, scope train transform origins through nested animated groups, and keep wheel spin on the rotation property only so path cars match the middle rect.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
…up layers.

Store CSS group animations on layerGroups instead of baking into every child, compose them at playback, and align import tests with the new model.

Co-authored-by: Cursor <cursoragent@cursor.com>
…icts.

Keep branch-side group layers, Lottie progress, and path pivot transforms over overlapping PR #19 changes on main.

Co-authored-by: Cursor <cursoragent@cursor.com>
Give the app a Figma-like startup sequence that assembles the workspace in order, and let imported transform groups be selected and keyframed from the timeline and properties panel.

Co-authored-by: Cursor <cursoragent@cursor.com>
…conflicts.

Keep branch-side group timeline helpers and store imports on top of main's merged import fidelity work.

Co-authored-by: Cursor <cursoragent@cursor.com>
…nts.

Ship activity rail navigation, recent files, document tabs, and a post-boot welcome modal so users can resume or start fresh after the shell reveal. Complete group editing overlays, group-aware export, independent loop cycles, and CSS import parser fixes to round-trip multi-rate animations more reliably.

Co-authored-by: Cursor <cursoragent@cursor.com>
…onflicts.

Combine main's boot loader and choreographed shell reveal with the branch's document workflow, group editing, and tab bar styling.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vgomx
vgomx merged commit ab6b47c into main Jul 12, 2026
1 check failed
@vgomx vgomx mentioned this pull request Jul 12, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant