We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4491d50 commit 01ab507Copy full SHA for 01ab507
theseus_gui/src/components/ui/AccountsCard.vue
@@ -2,7 +2,7 @@
2
<div
3
v-if="mode !== 'isolated'"
4
ref="button"
5
- v-tooltip="'Minecraft accounts'"
+ v-tooltip.right="'Minecraft accounts'"
6
class="button-base avatar-button"
7
:class="{ expanded: mode === 'expanded' }"
8
@click="showCard = !showCard"
theseus_gui/src/pages/instance/Mods.vue
@@ -542,6 +542,8 @@ const ascending = ref(true)
542
const sortColumn = ref('Name')
543
const currentPage = ref(1)
544
545
+watch(searchFilter, () => currentPage.value = 1)
546
+
547
const selected = computed(() =>
548
Array.from(selectionMap.value)
549
.filter((args) => {
0 commit comments