feat: artifacts

Co-Authored-By: Andrew Tait Gehrhardt <134739775+atgehrhardt@users.noreply.github.com>
This commit is contained in:
Timothy J. Baek
2024-10-05 23:58:02 -07:00
parent 2981212dfa
commit de59ecf8a3
6 changed files with 299 additions and 33 deletions

View File

@@ -45,6 +45,7 @@ export const showChangelog = writable(false);
export const showControls = writable(false);
export const showOverview = writable(false);
export const showArtifacts = writable(false);
export const showCallOverlay = writable(false);
export const temporaryChatEnabled = writable(false);