feat: enhance navigation and template filtering with icon support and new category mappings

This commit is contained in:
Johnpaul
2025-08-20 21:10:39 +01:00
parent 989e4e50d3
commit 18482ac385
5 changed files with 130 additions and 24 deletions

View File

@@ -9,7 +9,7 @@
</template>
<template #header-title>
<span class="text-neutral text-base">{{
$t('templateWorkflows.categories', 'Categories')
$t('sideToolbar.templates', 'Templates')
}}</span>
</template>
</LeftSidePanel>
@@ -146,11 +146,6 @@
</div>
</template>
<template #rightPanel>
<RightSidePanel>
<!-- Template details could go here -->
</RightSidePanel>
</template>
</BaseWidgetLayout>
</template>