mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
feat: add artifacts right-panel tab
This commit is contained in:
parent
cd2242147a
commit
fb29ea1292
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
import { atom } from "jotai";
|
||||
|
||||
export type RightPanelTab = "sources" | "report" | "editor" | "hitl-edit" | "citation";
|
||||
export type RightPanelTab =
|
||||
| "sources"
|
||||
| "report"
|
||||
| "editor"
|
||||
| "hitl-edit"
|
||||
| "citation"
|
||||
| "artifacts";
|
||||
|
||||
export const rightPanelTabAtom = atom<RightPanelTab>("sources");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue