Merge remote-tracking branch 'origin/v3' into feat/custom-slots

This commit is contained in:
HugoRCD
2025-07-07 11:13:22 +02:00
7 changed files with 595 additions and 205 deletions

View File

@@ -74,7 +74,7 @@ const groups = computed(() => [{
label: 'Set Wallpaper',
suffix: 'Choose from beautiful wallpaper collection.',
icon: 'i-lucide-image',
interface: 'wallpaper',
view: 'wallpaper',
placeholder: 'Search wallpapers...'
}, {
label: 'More actions',
@@ -279,8 +279,8 @@ defineShortcuts({
class="sm:max-h-80"
@update:model-value="onSelect"
>
<template #interface="{ interfaceName }">
<div v-if="interfaceName === 'wallpaper'" class="flex flex-col h-full w-full">
<template #view="{ viewName }">
<div v-if="viewName === 'wallpaper'" class="flex flex-col h-full w-full">
<div class="flex-1 overflow-y-auto p-6">
<div class="grid grid-cols-4 gap-4">
<div

View File

@@ -9,17 +9,17 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.54",
"@iconify-json/simple-icons": "^1.2.41",
"@iconify-json/lucide": "^1.2.56",
"@iconify-json/simple-icons": "^1.2.42",
"@internationalized/date": "^3.8.2",
"@nuxt/ui": "workspace:*",
"@nuxthub/core": "^0.9.0",
"nuxt": "^3.17.6",
"zod": "^3.25.67"
"zod": "^3.25.75"
},
"devDependencies": {
"typescript": "^5.8.3",
"vue-tsc": "^3.0.0"
"vue-tsc": "^3.0.1"
},
"resolutions": {
"unimport": "4.1.1"