snapsteps/src/lib
johannes-hernehult eb30a325db fix(guides): fix hard reload empty state and frame rendering bugs
- Split GuideForm into outer/inner components to gate rendering on
  guide context loading, fixing empty edit form on hard reload
- Add loading state to GuideContext
- Replace URL.createObjectURL in render with useMemo + useEffect cleanup
  to fix memory leak and empty src warning
- Fix frame reorder bug by keying Frame on frame.id instead of index
2026-06-17 20:21:46 +02:00
..
contexts fix(guides): fix hard reload empty state and frame rendering bugs 2026-06-17 20:21:46 +02:00
db.ts feat(guides): integrate GuideContext and persist new guides to IndexedDB 2026-06-17 11:12:25 +02:00
schemas.ts Fix: Form submission refresh bug and resolve TypeScript type errors 2026-06-14 20:14:08 +02:00