From 70a350f665def009558a9998e3a6fc802634b2eb Mon Sep 17 00:00:00 2001 From: Sab Medwinter Date: Mon, 26 Aug 2024 12:52:36 -0500 Subject: [PATCH] refactor: separate relationshup pages (#90) * refactor: separate relationshup pages * chore: fix social link * chore: turn on tooltips --- frontend/src/app/now/page.tsx | 3 +- frontend/src/app/relationships/page.tsx | 263 +++++------------- .../app/relationships/with-family/page.tsx | 11 + .../app/relationships/with-friends/page.tsx | 48 ++++ .../app/relationships/with-romance/page.tsx | 72 +++++ .../src/app/relationships/with-self/page.tsx | 44 +++ .../src/components/books/backlogGraph.tsx | 2 +- .../src/components/navigation/socialmedia.ts | 2 +- frontend/src/styles/global.scss | 18 +- 9 files changed, 270 insertions(+), 193 deletions(-) create mode 100644 frontend/src/app/relationships/with-family/page.tsx create mode 100644 frontend/src/app/relationships/with-friends/page.tsx create mode 100644 frontend/src/app/relationships/with-romance/page.tsx create mode 100644 frontend/src/app/relationships/with-self/page.tsx diff --git a/frontend/src/app/now/page.tsx b/frontend/src/app/now/page.tsx index 9f1b52b4a..76b613a08 100644 --- a/frontend/src/app/now/page.tsx +++ b/frontend/src/app/now/page.tsx @@ -71,8 +71,7 @@ const NowPage = () => {