Commit graph

6 commits

Author SHA1 Message Date
4145cec102 Refactor Frame usage and improve HTML semantics
* Extract inline guide frames into a reusable Frame component
* Update step elements to use proper ordered lists (<ol> and <li>)
* Move related image and list styling to Frame.css
2026-07-08 21:41:41 +02:00
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
075e41ec89 feat(ui): update navigation to NavLink and implement print styles for guides 2026-07-06 11:31:41 +02:00
ab2029384b feat(guides): add navigation after save and update UI styling
- Add programmatic navigation to the guide view after successful form submission.
- Add class names and layout styling for header, navigation sidebar, and action buttons.
- Update Guide view print layout.
2026-06-30 11:49:10 +02:00
03df525775 feat(guide): style guide layout and hide links in print view
- Add class names to Guide layout elements (, ).
- Restrict guide max-width and add padding.
- Update global  styling to use outline.
- Hide anchor tags and reset main margin in print media query.
2026-06-24 11:14:14 +02:00
4dd8ce8b17 feat(guides): implement guide detail view with delete and export
- Render guide title, description, frames, and steps from context
- Add delete and export PDF actions via useGuide hook
- Add print media query to hide header, footer, and buttons
- Extract guide logic into useGuide hook
- Add Guide.css for view-specific styles
2026-06-17 19:21:59 +02:00