mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 19:20:16 +00:00
74dd613b1d
- routes.py /api/git-info: get_session raises KeyError on miss, does not return None -- wrap in try/except KeyError to correctly return 404 (PR #82, api/routes.py line 222) - style.css ctx-bar used undefined --teal CSS variable -- replaced with --blue which is defined in :root and fits the existing color palette (PR #83, static/style.css) Co-authored-by: Nathan Esquenazi <nesquena@gmail.com>