You've already forked AstralRinth
forked from didirus/AstralRinth
Fix notifications
This commit is contained in:
@@ -331,7 +331,7 @@ import {
|
|||||||
VersionIcon,
|
VersionIcon,
|
||||||
XIcon,
|
XIcon,
|
||||||
} from '@modrinth/assets'
|
} from '@modrinth/assets'
|
||||||
import { injectNotificationManager } from '@modrinth/ui'
|
import { injectNotificationManager, useRelativeTime } from '@modrinth/ui'
|
||||||
|
|
||||||
const { addNotification } = injectNotificationManager()
|
const { addNotification } = injectNotificationManager()
|
||||||
const emit = defineEmits(['update:notifications'])
|
const emit = defineEmits(['update:notifications'])
|
||||||
|
|||||||
@@ -11,7 +11,13 @@ export type VersionEntry = {
|
|||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
{
|
{
|
||||||
date: `2025-08-14T14:55:00-07:00`,
|
date: `2025-08-15T12:25:00-07:00`,
|
||||||
|
product: 'web',
|
||||||
|
body: `### Improvements
|
||||||
|
- Fixed notification pages not loading.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
date: `2025-08-15T11:55:00-07:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Fixed project version pages not loading.`,
|
- Fixed project version pages not loading.`,
|
||||||
|
|||||||
Reference in New Issue
Block a user