mirror of
https://github.com/temetro/temetro.git
synced 2026-07-27 04:08:56 +00:00
da785ee51f
- chat-panel.tsx: `/10293` now triggers a lookup, not just `/patient 10293` (regex accepts an optional `patient` keyword; matches digits only so `/help` etc. still fall through to the normal reply). - app/layout.tsx: make <body> a fixed h-dvh, overflow-hidden shell so the page no longer shows its own scrollbar; each route's SidebarInset already scrolls internally (chat = overflow-hidden, settings = overflow-y-auto). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>