You've already forked AstralRinth
forked from didirus/AstralRinth
fix version pages
This commit is contained in:
@@ -750,8 +750,6 @@ export default defineNuxtComponent({
|
|||||||
const data = useNuxtApp()
|
const data = useNuxtApp()
|
||||||
const route = useNativeRoute()
|
const route = useNativeRoute()
|
||||||
|
|
||||||
const { addNotification } = injectNotificationManager()
|
|
||||||
|
|
||||||
const auth = await useAuth()
|
const auth = await useAuth()
|
||||||
const tags = useTags()
|
const tags = useTags()
|
||||||
const flags = useFeatureFlags()
|
const flags = useFeatureFlags()
|
||||||
@@ -917,7 +915,6 @@ export default defineNuxtComponent({
|
|||||||
alternateFile: ref(alternateFile),
|
alternateFile: ref(alternateFile),
|
||||||
replaceFile: ref(replaceFile),
|
replaceFile: ref(replaceFile),
|
||||||
uploadedImageIds: ref([]),
|
uploadedImageIds: ref([]),
|
||||||
addNotification,
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
@@ -940,6 +937,10 @@ export default defineNuxtComponent({
|
|||||||
shouldPreventActions: false,
|
shouldPreventActions: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
const { addNotification } = injectNotificationManager()
|
||||||
|
this.addNotification = addNotification
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
fieldErrors() {
|
fieldErrors() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -10,6 +10,12 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
|
{
|
||||||
|
date: `2025-08-14T14:55:00-07:00`,
|
||||||
|
product: 'web',
|
||||||
|
body: `### Improvements
|
||||||
|
- Fixed project version pages not loading.`,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
date: `2025-08-15T11:45:00-07:00`,
|
date: `2025-08-15T11:45:00-07:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
|
|||||||
Reference in New Issue
Block a user