Beta #30

Merged
didirus merged 990 commits from beta into release 2026-06-20 05:06:18 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 4c59a5e51d - Show all commits
@@ -324,6 +324,7 @@ import dayjs from 'dayjs'
import { computed } from 'vue'
import { UiChartsChart as Chart, UiChartsCompactChart as CompactChart } from '#components'
import { useTheme } from '~/composables/nuxt-accessors.ts'
import {
analyticsSetToCSVString,
countryCodeToFlag,
+2
View File
@@ -2,6 +2,8 @@ import { injectI18n, useDebugLogger } from '@modrinth/ui'
import dayjs from 'dayjs'
import { computed, ref, watch } from 'vue'
import { useTheme } from '~/composables/nuxt-accessors.ts'
// note: build step can miss unix import for some reason, so
// we have to import it like this