project-nomad/admin/inertia/components/chat
chriscrosstalk 73b11f1e1a
fix(KB): cursor on Always/Manual ingest policy buttons (#927)
Tailwind v4 dropped the default `button { cursor: pointer }` preflight
rule. The Always/Manual toggle in the KB modal uses inline <button>
elements (not the StyledButton wrapper that sets cursor-pointer
explicitly), so hovering them shows the default arrow cursor instead of
a pointer like every other clickable in the modal. Reported on NOMAD1
during v1.32.0 dogfooding.

Add cursor-pointer when not pending; keep cursor-not-allowed when the
mutation is in flight.
2026-05-27 14:24:48 -07:00
..
ChatAssistantAvatar.tsx feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
ChatButton.tsx fix(UI): switch to tabler icons only for consistency 2026-01-31 20:39:49 -08:00
ChatInterface.tsx feat(AI): enable remote AI chat host 2026-04-03 14:26:50 -07:00
ChatMessageBubble.tsx feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
ChatModal.tsx feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
ChatSidebar.tsx feat: switch all PNG images to WEBP (#575) 2026-04-03 14:26:50 -07:00
KbPolicyPromptBanner.tsx fix(KB): silent maybe-later error + redundant prompt-state refetches (PR #899 review) 2026-05-20 10:16:00 -07:00
KnowledgeBaseModal.tsx fix(KB): cursor on Always/Manual ingest policy buttons (#927) 2026-05-27 14:24:48 -07:00
index.tsx feat(chat): confirm-on-switch + one-chat-model-at-a-time enforcement 2026-05-20 10:16:00 -07:00