mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
Merge pull request #1532 from CREDO23/imporve-artifacts-accessibility
[Feat] Artifacts sidebar for chat deliverables
This commit is contained in:
commit
efa9efc80b
40 changed files with 1306 additions and 43 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