From 7d6c2db89cae1f137f126f5814dccd373f7ccb76 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 3 Apr 2026 17:16:58 -0500 Subject: [PATCH] style(notifcaion): style changes to the notificaion card and started the table --- .../(auth)/-components/NotificationsSubCard.tsx | 2 +- frontend/src/routes/(auth)/user.profile.tsx | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx b/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx index d4f116e..6d4eb40 100644 --- a/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx +++ b/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx @@ -36,7 +36,7 @@ export default function NotificationsSubCard({ user }: any) { return (
- + Notifications diff --git a/frontend/src/routes/(auth)/user.profile.tsx b/frontend/src/routes/(auth)/user.profile.tsx index 701f83c..f8af85c 100644 --- a/frontend/src/routes/(auth)/user.profile.tsx +++ b/frontend/src/routes/(auth)/user.profile.tsx @@ -57,8 +57,9 @@ function RouteComponent() { }, }); return ( -
-
+
+
+
Profile @@ -99,7 +100,7 @@ function RouteComponent() {
+ Notifications @@ -116,6 +117,14 @@ function RouteComponent() { {session && }
+
+
+ + + This is where the user's current notification subs will be. + + +
); }