From 03130a415d8bd299e85348cfc220e093b298cd77 Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Wed, 27 Dec 2023 15:02:08 -0500 Subject: [PATCH 1/3] fixed the nebula link, why the hell is it `w-1/2` --- src/components/iframe/IframeHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index c9bddfa..5478167 100644 --- a/src/components/iframe/IframeHeader.tsx +++ b/src/components/iframe/IframeHeader.tsx @@ -21,7 +21,7 @@ export function IframeHeader(props: { url: string }) { id="iframeNav" className="flex h-16 flex-row items-center justify-between bg-navbar-color px-4" > - +
Date: Wed, 27 Dec 2023 19:12:47 -0500 Subject: [PATCH 2/3] Got navigation buttons, haha merge conflict --- src/components/iframe/IframeHeader.tsx | 29 +++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index 0fc3003..d072546 100644 --- a/src/components/iframe/IframeHeader.tsx +++ b/src/components/iframe/IframeHeader.tsx @@ -2,7 +2,7 @@ import { useState } from "preact/hooks"; import { useTranslation } from "react-i18next"; import { Link } from "preact-router"; import { RiPictureInPictureExitFill, RiFullscreenFill } from "react-icons/ri"; -import { IoCodeSlashSharp } from "react-icons/io5"; +import { IoCodeSlashSharp,IoChevronBackSharp,IoChevronForwardSharp, IoReloadSharp } from "react-icons/io5"; import { FaXmark } from "react-icons/fa6"; interface ProxyFrame extends HTMLElement { @@ -25,7 +25,7 @@ export function IframeHeader(props: { url: string }) { return (
@@ -39,7 +39,30 @@ export function IframeHeader(props: { url: string }) {
-