diff --git a/public/paper-dots-dark.webp b/public/paper-dots-dark.webp new file mode 100644 index 0000000..8fbc850 Binary files /dev/null and b/public/paper-dots-dark.webp differ diff --git a/public/paper-dots.webp b/public/paper-dots.webp new file mode 100644 index 0000000..acf3d72 Binary files /dev/null and b/public/paper-dots.webp differ diff --git a/public/paper.webp b/public/paper.webp index acf3d72..f57a1cb 100644 Binary files a/public/paper.webp and b/public/paper.webp differ diff --git a/public/paper_dark.webp b/public/paper_dark.webp new file mode 100644 index 0000000..7b6befa Binary files /dev/null and b/public/paper_dark.webp differ diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index a58e110..93d4a1c 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -81,7 +81,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element { {/* Navbar */} -
+
appLayout.setMainPanelOpen(true)} @@ -103,7 +103,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element { {/* Content panel */}
{props.contentPanel ? ( props.contentPanel @@ -137,7 +137,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element { {/* Sub panel */} {props.subPanel ? (
diff --git a/src/components/Library/LibraryItemsPreview.tsx b/src/components/Library/LibraryItemsPreview.tsx index 108a2c0..ca4507a 100644 --- a/src/components/Library/LibraryItemsPreview.tsx +++ b/src/components/Library/LibraryItemsPreview.tsx @@ -39,6 +39,9 @@ export default function LibraryItemsPreview(
{item.metadata && item.metadata.length > 0 ? (
+ {item.metadata[0].__typename === "ComponentMetadataOther" + ? console.log(item.slug) + : ""} {prettyItemSubType(item.metadata[0])}
) : ( diff --git a/src/components/Panels/MainPanel.tsx b/src/components/Panels/MainPanel.tsx index 1a5dc66..ebe80d7 100644 --- a/src/components/Panels/MainPanel.tsx +++ b/src/components/Panels/MainPanel.tsx @@ -22,7 +22,7 @@ export default function MainPanel(props: MainPanelProps): JSX.Element { return (
@@ -49,7 +49,7 @@ export default function MainPanel(props: MainPanelProps): JSX.Element {