feat: add 'Templates' tag to SearchDialog component

- Introduced a new 'Templates' tag option in the SearchDialog component to enhance search functionality.
This commit is contained in:
Mauricio Siu
2026-03-05 01:14:02 -06:00
parent 6c24d11a35
commit 47d55f9c31

View File

@@ -46,6 +46,7 @@ export default function CustomSearchDialog(props: SharedProps) {
<TagsListItem value="core">Core</TagsListItem>
<TagsListItem value="cli">CLI</TagsListItem>
<TagsListItem value="api">API</TagsListItem>
<TagsListItem value="templates">Templates</TagsListItem>
</TagsList>
</SearchDialogFooter>
</SearchDialogContent>