feat: unify /notifications and dashboard activity feed into a /chronik page #288
@@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { m } from '$lib/paraglide/messages.js';
|
import { m } from '$lib/paraglide/messages.js';
|
||||||
import { relativeTime } from '$lib/utils/time';
|
import { relativeTime } from '$lib/utils/time';
|
||||||
import type { NotificationItem } from '$lib/hooks/useNotificationStream.svelte';
|
import type { NotificationItem } from '$lib/stores/notifications.svelte';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
notifications: NotificationItem[];
|
notifications: NotificationItem[];
|
||||||
|
|||||||
Reference in New Issue
Block a user