mirror of
https://github.com/jhbruhn/respira.git
synced 2026-04-28 10:05:45 +00:00
Store both original unrotated pesData and uploaded rotated pesData in cache to ensure exact consistency on resume and prevent issues from algorithm changes between versions. This fixes rotation/position reset issues after page reload. - Cache original unrotated pattern + rotation angle for editing - Cache exact uploaded pattern data sent to machine - Restore original offset after loading cached pattern - Use cached uploaded data on resume instead of recalculating 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| index.ts | ||
| KonvaComponents.tsx | ||
| PatternCanvas.tsx | ||
| patternCanvasHelpers.ts | ||
| PatternLayer.tsx | ||
| PatternPositionIndicator.tsx | ||
| ThreadLegend.tsx | ||
| ZoomControls.tsx | ||