Finish adding omorphia

This commit is contained in:
Jai A
2024-07-03 19:12:20 -07:00
parent ef4acb1b66
commit 9502639447
363 changed files with 1360 additions and 7736 deletions

View File

@@ -80,7 +80,7 @@
</template>
<script setup>
import { Button, XIcon, CheckIcon, Avatar } from 'omorphia'
import { Button, XIcon, CheckIcon, Avatar } from '@modrinth/omorphia'
import { useBaseFetch } from '@/composables/fetch.js'
import { useAuth } from '@/composables/auth.js'

View File

@@ -72,7 +72,7 @@
</div>
</template>
<script setup>
import { SendIcon, MailIcon, KeyIcon } from 'omorphia'
import { SendIcon, MailIcon, KeyIcon } from '@modrinth/omorphia'
const { formatMessage } = useVIntl()

View File

@@ -126,7 +126,7 @@ import {
SSOGitLabIcon,
KeyIcon,
MailIcon,
} from 'omorphia'
} from '@modrinth/omorphia'
const { formatMessage } = useVIntl()

View File

@@ -144,7 +144,7 @@ import {
KeyIcon,
MailIcon,
SSOGitLabIcon,
} from 'omorphia'
} from '@modrinth/omorphia'
const { formatMessage } = useVIntl()

View File

@@ -52,7 +52,7 @@
</div>
</template>
<script setup>
import { SettingsIcon, RightArrowIcon } from 'omorphia'
import { SettingsIcon, RightArrowIcon } from '@modrinth/omorphia'
const { formatMessage } = useVIntl()

View File

@@ -36,7 +36,7 @@
</div>
</template>
<script setup>
import { Checkbox, RightArrowIcon } from 'omorphia'
import { Checkbox, RightArrowIcon } from '@modrinth/omorphia'
const { formatMessage } = useVIntl()