Categorize routes

This commit is contained in:
Nicola Spadari
2025-02-26 15:26:42 +01:00
parent 2afee8254b
commit 8f5efa0a17
8 changed files with 52 additions and 14 deletions

View File

@@ -17,7 +17,10 @@
<script lang="ts" setup>
definePageMeta({
name: "Webview",
icon: "lucide:app-window-mac"
icon: "lucide:app-window-mac",
category: "interface",
categoryIcon: "lucide:app-window-mac",
description: "Create new webview in a detached window"
});
const { app } = useAppConfig();