feat: full screen image preview

This commit is contained in:
2023-05-04 11:36:21 +01:00
parent 805ce1d96e
commit 5089cd63eb
7 changed files with 103 additions and 78 deletions

View File

@ -3,7 +3,7 @@ import { FormattedMessage } from "react-intl";
import { FileExtensionRegex } from "Const";
import Reveal from "Element/Reveal";
import useLogin from "Hooks/useLogin";
import { MediaElement } from "Element/MediaLink";
import { MediaElement } from "Element/MediaElement";
interface RevealMediaProps {
creator: string;