deck headers and saving (closing is broken though)

This commit is contained in:
Sqaaakoi 2025-02-26 04:52:51 +13:00
parent 54fe9f17bf
commit 7b1da05aa3
No known key found for this signature in database
5 changed files with 82 additions and 16 deletions

View file

@ -7,8 +7,6 @@ import { DeckContext } from "./util";
const PopoutWindow = findComponentByCodeLazy("Missing guestWindow reference");
export default function DeckPopout({ deckId, windowKey }: { deckId: string; windowKey?: string; }) {
// Copy from an unexported function of the one they use in the experiment
// right click a channel and search withTitleBar:!0,windowKey
const deck = useStateFromStores([ChannelDeckStore], () => ChannelDeckStore.getDeck(deckId));
return <PopoutWindow