Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 09:13

What's Changed

Fixed

  • Sidebar favicon gets protective padding. The project favicon in the sidebar header rendered edge-to-edge inside its rounded box — icons without their own safe-area looked glued to the corners. The image now sits inset (p-1, object-contain) so any favicon shape breathes.
  • Sidebar-toggle icon stays a hamburger. The open-state morph into an X read as "close/dismiss" rather than "menu" and was misleading next to the sidebar's own close affordances; the icon is now static in both states (aria-expanded still carries the state for assistive tech).

Pull Requests

  • #66 — fix(spa): favicon safe-area padding; static sidebar-toggle hamburger

Full Changelog: v1.1.0...v1.1.1