remove log

This commit is contained in:
pa
2026-01-22 21:33:43 +09:00
parent f0b7d74555
commit 2b739fd2b6
2 changed files with 2 additions and 13 deletions

View File

@@ -94,14 +94,6 @@
const crumb = activeCrumb.value;
return crumb?.type ?? null;
})();
console.log('[prev-instances] activeType', {
type,
infoVisible: previousInstancesInfoDialogVisible.value,
infoId: previousInstancesInfoDialogInstanceId.value,
userVisible: previousInstancesUserDialog.value.visible,
worldVisible: previousInstancesWorldDialog.value.visible,
groupVisible: previousInstancesGroupDialog.value.visible
});
return type;
});
const activeComponent = computed(() => {
@@ -213,10 +205,7 @@
<template>
<Dialog v-model:open="isOpen">
<DialogContent
:class="dialogClass"
style="top: 10vh"
:show-close-button="false">
<DialogContent :class="dialogClass" style="top: 10vh" :show-close-button="false">
<Breadcrumb v-if="shouldShowBreadcrumbs" class="mb-2">
<BreadcrumbList>
<template v-if="shouldCollapseBreadcrumbs">

View File

@@ -22,7 +22,7 @@ export const THEME_COLORS = [
{
key: 'default',
label: 'Zinc',
swatch: 'oklch(0.205 0 0)',
swatch: 'oklch(0.27 0 0)',
file: null
},
{