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
@@ -7,7 +7,7 @@
* }
*/
import { computed, ref } from 'vue'
import { Button, ChevronRightIcon, ChevronLeftIcon } from 'omorphia'
import { Button, ChevronRightIcon, ChevronLeftIcon } from '@modrinth/omorphia'
const props = defineProps({
logo: {
@@ -1,5 +1,5 @@
<script setup>
import { Button, LogInIcon, Card } from 'omorphia'
import { Button, LogInIcon, Card } from '@modrinth/omorphia'
import { login as login_flow, set_default_user } from '@/helpers/auth.js'
import { handleError } from '@/store/notifications.js'
import mixpanel from 'mixpanel-browser'
@@ -1,5 +1,5 @@
<script setup>
import { Button, Card, UserIcon, LockIcon, MailIcon, Checkbox } from 'omorphia'
import { Button, Card, UserIcon, LockIcon, MailIcon, Checkbox } from '@modrinth/omorphia'
import {
DiscordIcon,
GithubIcon,
@@ -1,5 +1,5 @@
<script setup>
import { Button } from 'omorphia'
import { Button } from '@modrinth/omorphia'
import { ref } from 'vue'
import { get, set } from '@/helpers/settings.js'
import mixpanel from 'mixpanel-browser'
@@ -1,5 +1,5 @@
<script setup>
import { Button, XIcon } from 'omorphia'
import { Button, XIcon } from '@modrinth/omorphia'
import { appWindow } from '@tauri-apps/api/window'
import { saveWindowState, StateFlags } from 'tauri-plugin-window-state-api'
import { window } from '@tauri-apps/api'