diff --git a/theseus_gui/src/App.vue b/theseus_gui/src/App.vue index 22f5b1f8..1c6be025 100644 --- a/theseus_gui/src/App.vue +++ b/theseus_gui/src/App.vue @@ -9,12 +9,10 @@ import { ClientIcon, PlusIcon, SettingsIcon, - Button, Avatar, } from 'omorphia' import { useTheming, useInstances } from '@/store/state' import { toggleTheme } from '@/helpers/theme' -import Instance from '@/components/ui/Instance.vue' const route = useRoute() const router = useRouter() @@ -39,7 +37,9 @@ watch(theme, (newState) => { - +
@@ -194,7 +194,7 @@ watch(theme, (newState) => { .nav-button { height: 3rem; width: 3rem; - padding: .75rem; + padding: 0.75rem; border-radius: var(--radius-md); svg { diff --git a/theseus_gui/src/assets/icons/index.js b/theseus_gui/src/assets/icons/index.js index 6f4dbb10..4f127ac0 100644 --- a/theseus_gui/src/assets/icons/index.js +++ b/theseus_gui/src/assets/icons/index.js @@ -1,3 +1,3 @@ export { default as PlayIcon } from './play.svg' export { default as OpenFolderIcon } from './folder-open.svg' -export { default as BrowseIcon } from './folder-search.svg' \ No newline at end of file +export { default as BrowseIcon } from './folder-search.svg' diff --git a/theseus_gui/src/components/GridDisplay.vue b/theseus_gui/src/components/GridDisplay.vue index 1aab9f5b..e25c7ddc 100644 --- a/theseus_gui/src/components/GridDisplay.vue +++ b/theseus_gui/src/components/GridDisplay.vue @@ -1,13 +1,25 @@ @@ -266,4 +266,4 @@ Button { height: 1px; margin: var(--gap-xl) 0; } - \ No newline at end of file + diff --git a/theseus_gui/src/pages/instance/Logs.vue b/theseus_gui/src/pages/instance/Logs.vue index 0ddcd5b0..35dd3bfc 100644 --- a/theseus_gui/src/pages/instance/Logs.vue +++ b/theseus_gui/src/pages/instance/Logs.vue @@ -4,21 +4,21 @@
-
{{ line }}
+
{{ line }}
@@ -27,66 +27,66 @@ import { Card, Button, TrashIcon, SendIcon, ClipboardCopyIcon, DropdownSelect } from 'omorphia' \ No newline at end of file + diff --git a/theseus_gui/src/pages/instance/Mods.vue b/theseus_gui/src/pages/instance/Mods.vue index 14ee3e05..c184f421 100644 --- a/theseus_gui/src/pages/instance/Mods.vue +++ b/theseus_gui/src/pages/instance/Mods.vue @@ -2,63 +2,59 @@
- - + +
Sort By - + + + Add Mods +
-
-
Name
-
Version
-
Author
-
Actions
+
Name
+
Version
+
Author
+
Actions
-
+
- -
- + {{ mod.name }}
-
{{ mod.version }}
-
{{ mod.author }}
+
{{ mod.version }}
+
{{ mod.author }}
- - +
@@ -67,55 +63,66 @@ \ No newline at end of file + diff --git a/theseus_gui/src/pages/instance/Options.vue b/theseus_gui/src/pages/instance/Options.vue index 5ddda4cd..f5f9fce9 100644 --- a/theseus_gui/src/pages/instance/Options.vue +++ b/theseus_gui/src/pages/instance/Options.vue @@ -1,172 +1,132 @@