mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 10:04:52 +00:00
Finish adding omorphia
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user