Loading packages/client/src/components/App.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ const AppInner = () => { <AuthErrors /> <ProfileModal /> <WelcomeModal /> {/* <WelcomeModal /> */} <ChatInfoDialog /> <LoginModal /> <Moderator /> Loading packages/client/src/components/EventInfo/EventInfo.tsx +24 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,8 @@ export const EventInfoModal = () => { title="Are you a Fediverse developer?" description={ <> You can now integrate your app with Canvas!{" "} You can now integrate your app with Canvas! <br /> <Button as={Link} color="primary" Loading @@ -86,6 +87,28 @@ export const EventInfoModal = () => { <LemmyButton /> <MastodonButton /> </div> <Alert color="secondary" variant="faded" title="Interested in contributing?" description={ <> Canvas is open-source and is accepting contributions <br /> <Button as={Link} color="secondary" size="sm" variant="flat" target="_blank" href="https://sc07.dev/sc07/canvas" > Check out the source </Button> </> } /> </ModalBody> <ModalFooter> <Button onPress={onClose}>Show 2025's Canvas</Button> Loading Loading
packages/client/src/components/App.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ const AppInner = () => { <AuthErrors /> <ProfileModal /> <WelcomeModal /> {/* <WelcomeModal /> */} <ChatInfoDialog /> <LoginModal /> <Moderator /> Loading
packages/client/src/components/EventInfo/EventInfo.tsx +24 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,8 @@ export const EventInfoModal = () => { title="Are you a Fediverse developer?" description={ <> You can now integrate your app with Canvas!{" "} You can now integrate your app with Canvas! <br /> <Button as={Link} color="primary" Loading @@ -86,6 +87,28 @@ export const EventInfoModal = () => { <LemmyButton /> <MastodonButton /> </div> <Alert color="secondary" variant="faded" title="Interested in contributing?" description={ <> Canvas is open-source and is accepting contributions <br /> <Button as={Link} color="secondary" size="sm" variant="flat" target="_blank" href="https://sc07.dev/sc07/canvas" > Check out the source </Button> </> } /> </ModalBody> <ModalFooter> <Button onPress={onClose}>Show 2025's Canvas</Button> Loading