fix: notification dashboard issues (#3624)

* refactor: Notification helper refactor, fixes a lot of issues.

* fix: lint issues
This commit is contained in:
Calum H.
2025-05-07 22:08:47 +01:00
committed by GitHub
parent e4adbb9469
commit 6d57da2053
5 changed files with 218 additions and 227 deletions

View File

@@ -99,7 +99,7 @@
import { ChevronRightIcon, HistoryIcon } from "@modrinth/assets";
import Avatar from "~/components/ui/Avatar.vue";
import NotificationItem from "~/components/ui/NotificationItem.vue";
import { fetchExtraNotificationData, groupNotifications } from "~/helpers/notifications.js";
import { fetchExtraNotificationData, groupNotifications } from "~/helpers/notifications.ts";
useHead({
title: "Dashboard - Modrinth",