From d35f7bfe53432c5182676b4e6133d3de81721530 Mon Sep 17 00:00:00 2001 From: StarFleetCPTN Date: Mon, 24 Mar 2025 16:32:37 -0700 Subject: [PATCH] feat: Add notifications management components - Introduced new templates for displaying and managing user notifications, including pagination support. - Implemented helper functions for formatting notification times and determining icon and background colors based on notification types. - Enhanced the user interface with controls for marking notifications as read and adjusting the number of notifications displayed per page. - Added a dropdown for quick access to notifications and a count badge for unread notifications. - Included a help section to guide users on managing their notifications effectively. --- components/{notifications.templ => dashboard_notifications.templ} | 0 ...notification_page.templ => dashboard_notifications_page.templ} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename components/{notifications.templ => dashboard_notifications.templ} (100%) rename components/{notification_page.templ => dashboard_notifications_page.templ} (100%) diff --git a/components/notifications.templ b/components/dashboard_notifications.templ similarity index 100% rename from components/notifications.templ rename to components/dashboard_notifications.templ diff --git a/components/notification_page.templ b/components/dashboard_notifications_page.templ similarity index 100% rename from components/notification_page.templ rename to components/dashboard_notifications_page.templ