Merge branch 'v3' into feat/detect-theme-hash

This commit is contained in:
Benjamin Canac
2025-02-16 14:07:37 +01:00
committed by GitHub
25 changed files with 160 additions and 67 deletions

View File

@@ -22,7 +22,7 @@ watch(framework, () => {
indicator: 'bg-(--ui-bg)',
trigger: 'px-1 data-[state=active]:text-(--ui-text-highlighted)'
}"
size="sm"
size="xs"
@update:model-value="(framework = $event as string)"
/>
</template>

View File

@@ -22,7 +22,7 @@ watch(module, () => {
indicator: 'bg-(--ui-bg)',
trigger: 'px-1 data-[state=active]:text-(--ui-text-highlighted)'
}"
size="sm"
size="xs"
@update:model-value="(module = $event as string)"
/>
</template>