Scott Idem
070f1ce156
fix: align settings/models nav and heading with all other settings pages
local_llm.html had a stale nav (hardcoded / and /help, missing Notifications /
Tools / Schedules / Integrations links) and used a different heading markup
(.page-header) than the rest of the settings pages (.page-title/.page-subtitle).
- Add pg.css link; strip duplicate base CSS (vars, reset, body, nav) from inline
<style> — page-specific styles (provider blocks, model rows, roles, badges) kept
- Nav: use {{ back_href }} / {{ help_href }} / {{ integrations_nav }} placeholders;
add Notifications, Tools, Schedules, Integrations (admin) links
- Heading: .page-header → <h1 class="page-title"> + <p class="page-subtitle">
- Body structure: move <nav> outside the .page wrapper; rename .page → .page-wrap
- local_llm.py: _render() accepts request, injects back_href / help_href /
integrations_nav; adds _preferred_persona(), _integrations_nav() helpers
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 21:51:06 -04:00
..
2026-05-13 21:51:06 -04:00
2026-05-13 21:51:06 -04:00
2026-04-27 20:41:06 -04:00
2026-05-13 21:06:43 -04:00
2026-03-06 03:41:00 -05:00
2026-05-13 21:06:43 -04:00
2026-03-18 20:13:11 -04:00
2026-05-05 19:38:58 -04:00
2026-05-11 22:45:04 -04:00
2026-05-05 19:38:58 -04:00
2026-05-09 16:12:03 -04:00
2026-03-10 23:38:39 -04:00
2026-05-13 21:06:43 -04:00
2026-03-06 03:41:00 -05:00
2026-03-20 23:19:09 -04:00
2026-03-17 21:10:07 -04:00
2026-05-13 21:30:56 -04:00
2026-05-13 21:06:43 -04:00
2026-04-29 19:23:53 -04:00
2026-05-05 18:54:27 -04:00
2026-05-13 21:30:56 -04:00
2026-05-08 23:28:49 -04:00
2026-05-11 22:45:04 -04:00
2026-05-11 22:45:04 -04:00
2026-03-29 21:35:54 -04:00
2026-03-20 22:35:40 -04:00
2026-05-08 23:56:17 -04:00
2026-03-20 22:03:42 -04:00
2026-05-13 21:30:56 -04:00
2026-05-08 23:28:49 -04:00
2026-05-05 18:44:51 -04:00
2026-05-08 21:26:43 -04:00
2026-05-05 20:42:32 -04:00
2026-05-02 20:38:31 -04:00
2026-04-05 20:53:06 -04:00