refactor: citation viewer

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-04-28 23:25:26 -07:00
parent ca9bbee06d
commit f23be16b35
14 changed files with 362 additions and 755 deletions

View file

@ -1,6 +1,6 @@
import { atom } from "jotai";
export type RightPanelTab = "sources" | "report" | "editor" | "hitl-edit";
export type RightPanelTab = "sources" | "report" | "editor" | "hitl-edit" | "citation";
export const rightPanelTabAtom = atom<RightPanelTab>("sources");