snapsteps/src
johannes-hernehult a329ed1cbe refactor(styles): migrate hardcoded CSS values to variables
* Define global variables for colors, layout, and spacing scales in
* Replace hardcoded padding, gap, color, and border values with CSS variables across guide components (, , , , )
* Add  utility class to guide frames in  for unified styling
2026-07-08 20:52:13 +02:00
..
assets initial commit 2026-06-09 20:16:16 +02:00
components/not-found refactor: bootstrap app shell with routing and layout 2026-06-09 21:08:12 +02:00
features/guides refactor(styles): migrate hardcoded CSS values to variables 2026-07-08 20:52:13 +02:00
lib fix(guides): fix hard reload empty state and frame rendering bugs 2026-06-17 20:21:46 +02:00
styles refactor(styles): migrate hardcoded CSS values to variables 2026-07-08 20:52:13 +02:00
App.tsx feat(ui): update navigation to NavLink and implement print styles for guides 2026-07-06 11:31:41 +02:00
main.tsx feat(guides): integrate GuideContext and persist new guides to IndexedDB 2026-06-17 11:12:25 +02:00
router.tsx feat: add settings page and fix sidebar layout 2026-06-18 12:00:55 +02:00
store.ts feat: add Guide, Frame, and Image Zod schemas and type infer 2026-06-09 20:40:43 +02:00