From deb30ac2e9f3c2f3d79dabf3a40addaa4d80e44d Mon Sep 17 00:00:00 2001 From: Thomas Makin Date: Wed, 24 Jul 2024 23:58:03 -0500 Subject: [PATCH] cygnet: misc qol updates - bump packs - clean configs etc a bit - minor layout fixes - minor ui improvements --- app/globals.css | 22 +- app/layout.tsx | 13 +- components/filter.tsx | 2 +- components/footer.tsx | 6 +- components/nav.tsx | 37 +- components/signin.tsx | 4 +- package-lock.json | 1364 ++++++++++++++++++++++++++++------------- package.json | 2 +- tsconfig.json | 1 + 9 files changed, 988 insertions(+), 463 deletions(-) diff --git a/app/globals.css b/app/globals.css index 77c00ed..8e34813 100644 --- a/app/globals.css +++ b/app/globals.css @@ -21,15 +21,13 @@ body { /*footer.tsx*/ .most-height { - min-height: 90dvh; + min-height: 80dvh; } -.footer-height { +.header-height { height: 10dvh; } - - /* nav.tsx */ .grad { background: linear-gradient(139.78deg, #46408A 22.6%, #7670BA 29.58%, #27A4AC 45.92%, #355CC0 63.81%); @@ -129,22 +127,6 @@ body { font-weight: 400; } -.enlarge-properties { - position: absolute; - z-index: 1; - top: 20px; - left: 20px; - width: 20px; - height: 20px; -} - -.enlarge-properties:hover { - filter: invert(37%) sepia(15%) saturate(1655%) hue-rotate(179deg) brightness(91%) contrast(86%); - cursor: pointer; - transition: filter 0.1s; - transition-timing-function: ease-in-out; -} - .cursor-pointer { cursor: pointer; } diff --git a/app/layout.tsx b/app/layout.tsx index 1460a06..d3dcdd3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,7 +7,12 @@ import { mont } from './fonts'; export const metadata = { title: 'Cygnet', - description: 'Generated by create next app', + description: 'The Swarthmore student directory | by SCCS', + generator: 'Cygnet', + applicationName: 'Cygnet', + keywords: ['Cygnet', 'Swarthmore', 'student', 'directory'], + authors: [{ name: "SCCS", url: "https://sccs.swarthmore.edu"}], + creator: "Swarthmore College Computer Society", } export default function RootLayout({ @@ -19,11 +24,9 @@ export default function RootLayout({ +