more theming

This commit is contained in:
Lea 2024-01-17 21:48:44 +01:00
parent 26e7ef93a7
commit a5fc79aa81
Signed by: Lea
GPG key ID: 1BAFFE8347019C42
12 changed files with 69 additions and 24 deletions

BIN
public/background-dark.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
public/background-light.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 394 80"><path fill="#000" d="M262 0h68.5v12.7h-27.2v66.6h-13.6V12.7H262V0ZM149 0v12.7H94v20.4h44.3v12.6H94v21h55v12.6H80.5V0h68.7zm34.3 0h-17.8l63.8 79.4h17.9l-32-39.7 32-39.6h-17.9l-23 28.6-23-28.6zm18.3 56.7-9-11-27.1 33.7h17.8l18.3-22.7z"/><path fill="#000" d="M81 79.3 17 0H0v79.3h13.6V17l50.2 62.3H81Zm252.6-.4c-1 0-1.8-.4-2.5-1s-1.1-1.6-1.1-2.6.3-1.8 1-2.5 1.6-1 2.6-1 1.8.3 2.5 1a3.4 3.4 0 0 1 .6 4.3 3.7 3.7 0 0 1-3 1.8zm23.2-33.5h6v23.3c0 2.1-.4 4-1.3 5.5a9.1 9.1 0 0 1-3.8 3.5c-1.6.8-3.5 1.3-5.7 1.3-2 0-3.7-.4-5.3-1s-2.8-1.8-3.7-3.2c-.9-1.3-1.4-3-1.4-5h6c.1.8.3 1.6.7 2.2s1 1.2 1.6 1.5c.7.4 1.5.5 2.4.5 1 0 1.8-.2 2.4-.6a4 4 0 0 0 1.6-1.8c.3-.8.5-1.8.5-3V45.5zm30.9 9.1a4.4 4.4 0 0 0-2-3.3 7.5 7.5 0 0 0-4.3-1.1c-1.3 0-2.4.2-3.3.5-.9.4-1.6 1-2 1.6a3.5 3.5 0 0 0-.3 4c.3.5.7.9 1.3 1.2l1.8 1 2 .5 3.2.8c1.3.3 2.5.7 3.7 1.2a13 13 0 0 1 3.2 1.8 8.1 8.1 0 0 1 3 6.5c0 2-.5 3.7-1.5 5.1a10 10 0 0 1-4.4 3.5c-1.8.8-4.1 1.2-6.8 1.2-2.6 0-4.9-.4-6.8-1.2-2-.8-3.4-2-4.5-3.5a10 10 0 0 1-1.7-5.6h6a5 5 0 0 0 3.5 4.6c1 .4 2.2.6 3.4.6 1.3 0 2.5-.2 3.5-.6 1-.4 1.8-1 2.4-1.7a4 4 0 0 0 .8-2.4c0-.9-.2-1.6-.7-2.2a11 11 0 0 0-2.1-1.4l-3.2-1-3.8-1c-2.8-.7-5-1.7-6.6-3.2a7.2 7.2 0 0 1-2.4-5.7 8 8 0 0 1 1.7-5 10 10 0 0 1 4.3-3.5c2-.8 4-1.2 6.4-1.2 2.3 0 4.4.4 6.2 1.2 1.8.8 3.2 2 4.3 3.4 1 1.4 1.5 3 1.5 5h-5.8z"/></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 283 64"><path fill="black" d="M141 16c-11 0-19 7-19 18s9 18 20 18c7 0 13-3 16-7l-7-5c-2 3-6 4-9 4-5 0-9-3-10-7h28v-3c0-11-8-18-19-18zm-9 15c1-4 4-7 9-7s8 3 9 7h-18zm117-15c-11 0-19 7-19 18s9 18 20 18c6 0 12-3 16-7l-8-5c-2 3-5 4-8 4-5 0-9-3-11-7h28l1-3c0-11-8-18-19-18zm-10 15c2-4 5-7 10-7s8 3 9 7h-19zm-39 3c0 6 4 10 10 10 4 0 7-2 9-5l8 5c-3 5-9 8-17 8-11 0-19-7-19-18s8-18 19-18c8 0 14 3 17 8l-8 5c-2-3-5-5-9-5-6 0-10 4-10 10zm83-29v46h-9V5h9zM37 0l37 64H0L37 0zm92 5-27 48L74 5h10l18 30 17-30h10zm59 12v10l-3-1c-6 0-10 4-10 10v15h-9V17h9v9c0-5 6-9 13-9z"/></svg>

Before

Width:  |  Height:  |  Size: 629 B

View file

@ -25,7 +25,7 @@ export default async function Users() {
<Flex direction='row' gap='4' align='center'>
<Avatar
size="2"
src={`https://gravatar.com/avatar/${sha256sum(email)}?d=identicon`}
src={`https://gravatar.com/avatar/${sha256sum(email)}?d=monsterid`}
radius='full'
fallback={email.slice(0, 1) || "@"}
/>

View file

@ -21,7 +21,7 @@ const authOptions: AuthOptions = {
return {
id: credentials.email,
email: credentials.email,
image: `https://gravatar.com/avatar/${emailHash}?d=identicon`,
image: `https://gravatar.com/avatar/${emailHash}?d=monsterid`,
};
}

View file

@ -4,6 +4,8 @@ import './globals.css';
import AuthWrapper from '@/lib/components/AuthWrapper';
import { getServerSession } from 'next-auth';
import NavigationWrapper from '@/lib/components/NavigationWrapper';
import { ThemePanel } from '@radix-ui/themes';
import BackgroundImage from '@/lib/components/ui/BackgroundImage';
export const metadata: Metadata = {
title: 'Maddy Admin',
@ -19,6 +21,7 @@ export default async function RootLayout({
<html lang="en">
<body className={`p-4`}>
<ThemeWrapper>
<BackgroundImage />
<AuthWrapper session={await getServerSession()}>
<NavigationWrapper>
{children}

View file

@ -1,8 +1,9 @@
"use client";
import { Button, Flex, Heading } from "@radix-ui/themes";
import { Button, Flex, Heading, Text, Link } from "@radix-ui/themes";
import { Session } from "next-auth";
import { SessionProvider, signIn } from "next-auth/react";
import useThemePreference from "../hooks/useThemePreference";
export default function AuthWrapper({
children,
@ -11,6 +12,8 @@ export default function AuthWrapper({
children: React.ReactNode,
session: Session | null,
}) {
const darkTheme = useThemePreference();
if (session?.user) {
return (
<SessionProvider session={session}>
@ -19,10 +22,25 @@ export default function AuthWrapper({
);
} else {
return (
<Flex direction='column' gap='3' align='center'>
<>
<Flex direction='column' gap='4' m="4" align='center'>
<Heading size='8'>Unauthenticated</Heading>
<Button variant="outline" size='3' onClick={() => signIn()}>Sign in</Button>
</Flex>
<Flex justify="end" className="fixed bottom-0 w-full">
<Text className="opacity-50 p-4 pr-10" weight="light">
Background image by
<Link
highContrast
href={darkTheme
? "https://unsplash.com/photos/a-red-jelly-floating-in-the-dark-water-MBztcsAb9LU"
: "https://unsplash.com/photos/silhouette-of-mountain-at-daytime-jUCQRQeRs3k"}
>
{" "}{darkTheme ? "Vadym" : "Willian Justen de Vasconcellos"} on Unsplash
</Link>
</Text>
</Flex>
</>
);
}
}

View file

@ -3,31 +3,17 @@
import '@radix-ui/themes/styles.css';
import { Theme } from "@radix-ui/themes";
import { useEffect, useState } from 'react';
import useThemePreference from '../hooks/useThemePreference';
export default function ThemeWrapper({
children,
}: {
children: React.ReactNode
}) {
const [dark, setDark] = useState(true);
// Automatically respond to theme changes
useEffect(() => {
console.log("meow");
setDark(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches);
const onThemeChange = (event: MediaQueryListEvent) => {
setDark(event.matches);
};
let match = window.matchMedia('(prefers-color-scheme: dark)');
match.addEventListener('change', onThemeChange);
return () => match.removeEventListener('change', onThemeChange);
}, []);
const dark = useThemePreference();
return <Theme
accentColor='ruby'
accentColor='crimson'
grayColor='slate'
radius='large'
scaling='95%'

View file

@ -0,0 +1,16 @@
"use client";
import useThemePreference from "@/lib/hooks/useThemePreference";
export default function BackgroundImage() {
const dark = useThemePreference();
return (
// eslint-disable-next-line @next/next/no-img-element
<img
src={dark ? "/background-dark.jpg" : "/background-light.jpg"}
alt="background image"
className="select-none fixed left-0 right-0 top-0 bottom-0 -z-50 blur-md opacity-30 w-full"
/>
);
}

View file

@ -0,0 +1,24 @@
import { useState, useEffect } from 'react';
/**
* @returns {boolean} Whether the user prefers a dark theme
*/
export default function useThemePreference() {
const [dark, setDark] = useState(true);
// Automatically respond to theme changes
useEffect(() => {
setDark(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches);
const onThemeChange = (event: MediaQueryListEvent) => {
setDark(event.matches);
};
let match = window.matchMedia('(prefers-color-scheme: dark)');
match.addEventListener('change', onThemeChange);
return () => match.removeEventListener('change', onThemeChange);
}, []);
return dark;
}

View file

@ -11,7 +11,7 @@ function getWindowDimensions() {
}
export default function useWindowDimensions() {
const [windowDimensions, setWindowDimensions] = useState({ width: 0, height: 0 });
const [windowDimensions, setWindowDimensions] = useState({ width: Infinity, height: Infinity });
useEffect(() => {
setWindowDimensions(getWindowDimensions());