mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +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
|
|
@ -127,7 +127,6 @@ export function CombinedPlayer({ slides }: CombinedPlayerProps) {
|
|||
compositionHeight={1080}
|
||||
style={{ width: "100%", aspectRatio: "16/9" }}
|
||||
controls
|
||||
autoPlay
|
||||
loop
|
||||
acknowledgeRemotionLicense
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -485,7 +485,7 @@ function VideoPresentationPlayer({
|
|||
);
|
||||
}
|
||||
|
||||
function StatusPoller({
|
||||
export function StatusPoller({
|
||||
presentationId,
|
||||
title,
|
||||
shareToken,
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
export { GenerateVideoPresentationToolUI } from "./generate-video-presentation";
|
||||
export {
|
||||
GenerateVideoPresentationToolUI,
|
||||
StatusPoller as VideoPresentationViewer,
|
||||
} from "./generate-video-presentation";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue