Loading packages/client/src/components/Chat/OpenChatButton.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ const OpenChatButton = () => { config?.chat?.element_host && <Button onPress={doLogin} variant="ghost" variant="faded" > <FontAwesomeIcon icon={faComments} /> <p>Chat</p> Loading packages/client/src/components/Header/HeaderLeft.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ export const HeaderLeft = () => { <AccountStanding /> <Button onPress={() => setInfoSidebar(true)} variant="ghost" variant="faded" > <FontAwesomeIcon icon={faInfoCircle} /> <p>Info</p> Loading @@ -21,7 +21,7 @@ export const HeaderLeft = () => { {import.meta.env.DEV && ( <Button onPress={() => Debug.openDebugTools()} variant="ghost" variant="faded" > <FontAwesomeIcon icon={faTools} /> <p>Debug Tools</p> Loading packages/client/src/components/Header/HeaderRight.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -23,14 +23,14 @@ export const HeaderRight = () => { <div className="flex gap-2"> <Button onClick={() => setSettingsSidebar(true)} variant="ghost" variant="faded" > <FontAwesomeIcon icon={faGear} /> <p>Settings</p> </Button> <ThemeSwitcher /> {hasAdmin && ( <Button href="/admin" target="_blank" as={Link} variant="ghost" > <Button href="/admin" target="_blank" as={Link} variant="faded" > <FontAwesomeIcon icon={faHammer} /> <p>Admin</p> </Button> Loading packages/client/src/components/Header/ThemeSwitcher.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ export function ThemeSwitcher() { if(!mounted) return null return ( <Button onClick={() => { setToggle(!isToggled) }} variant="ghost"> <Button onClick={() => { setToggle(!isToggled) }} variant="faded"> <Classic toggled={isToggled} placeholder={undefined} /> <p>{theme === 'dark' ? "Dark" : "Light"}</p> </Button> Loading packages/client/src/components/PixelWhoisSidebar.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ export const PixelWhoisSidebar = () => { return ( <div className="sidebar sidebar-right" className="sidebar sidebar-right bg-white dark:bg-black text-black dark:text-white" style={{ ...(pixelWhois ? {} : { display: "none" }) }} > {loading && ( Loading @@ -95,7 +95,7 @@ export const PixelWhoisSidebar = () => { <FontAwesomeIcon icon={faXmark} /> </Button> </header> <div className="w-full h-52 bg-gray-200 flex justify-center items-center"> <div className="w-full h-52 bg-gray-200 dark:bg-gray-800 flex justify-center items-center"> <div className="w-[128px] h-[128px] bg-white"> <SmallCanvas surrounding={pixelWhois?.surrounding} Loading Loading
packages/client/src/components/Chat/OpenChatButton.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ const OpenChatButton = () => { config?.chat?.element_host && <Button onPress={doLogin} variant="ghost" variant="faded" > <FontAwesomeIcon icon={faComments} /> <p>Chat</p> Loading
packages/client/src/components/Header/HeaderLeft.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ export const HeaderLeft = () => { <AccountStanding /> <Button onPress={() => setInfoSidebar(true)} variant="ghost" variant="faded" > <FontAwesomeIcon icon={faInfoCircle} /> <p>Info</p> Loading @@ -21,7 +21,7 @@ export const HeaderLeft = () => { {import.meta.env.DEV && ( <Button onPress={() => Debug.openDebugTools()} variant="ghost" variant="faded" > <FontAwesomeIcon icon={faTools} /> <p>Debug Tools</p> Loading
packages/client/src/components/Header/HeaderRight.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -23,14 +23,14 @@ export const HeaderRight = () => { <div className="flex gap-2"> <Button onClick={() => setSettingsSidebar(true)} variant="ghost" variant="faded" > <FontAwesomeIcon icon={faGear} /> <p>Settings</p> </Button> <ThemeSwitcher /> {hasAdmin && ( <Button href="/admin" target="_blank" as={Link} variant="ghost" > <Button href="/admin" target="_blank" as={Link} variant="faded" > <FontAwesomeIcon icon={faHammer} /> <p>Admin</p> </Button> Loading
packages/client/src/components/Header/ThemeSwitcher.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ export function ThemeSwitcher() { if(!mounted) return null return ( <Button onClick={() => { setToggle(!isToggled) }} variant="ghost"> <Button onClick={() => { setToggle(!isToggled) }} variant="faded"> <Classic toggled={isToggled} placeholder={undefined} /> <p>{theme === 'dark' ? "Dark" : "Light"}</p> </Button> Loading
packages/client/src/components/PixelWhoisSidebar.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ export const PixelWhoisSidebar = () => { return ( <div className="sidebar sidebar-right" className="sidebar sidebar-right bg-white dark:bg-black text-black dark:text-white" style={{ ...(pixelWhois ? {} : { display: "none" }) }} > {loading && ( Loading @@ -95,7 +95,7 @@ export const PixelWhoisSidebar = () => { <FontAwesomeIcon icon={faXmark} /> </Button> </header> <div className="w-full h-52 bg-gray-200 flex justify-center items-center"> <div className="w-full h-52 bg-gray-200 dark:bg-gray-800 flex justify-center items-center"> <div className="w-[128px] h-[128px] bg-white"> <SmallCanvas surrounding={pixelWhois?.surrounding} Loading