mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-13 18:45:05 -05:00
[PR #7] [MERGED] feat: add tags and ability to filter by them #163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/7
Author: @zaaakher
Created: 3/11/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @Siumauricio
Base:
main← Head:feat/tags📝 Commits (3)
41f66e2feat: add tags ability to filter by tagscf5195fchore: ability to click tag in card53359d8Merge branch 'main' into feat/tags📊 Changes
12 files changed (+1133 additions, -40 deletions)
View changed files
📝
app/package.json(+2 -0)📝
app/pnpm-lock.yaml(+392 -0)📝
app/src/App.tsx(+3 -1)➕
app/src/components/Search.tsx(+145 -0)➕
app/src/components/Tags.tsx(+35 -0)📝
app/src/components/TemplateGrid.tsx(+25 -37)➕
app/src/components/ui/badge.tsx(+35 -0)➕
app/src/components/ui/combobox.tsx(+242 -0)➕
app/src/components/ui/command.tsx(+175 -0)➕
app/src/components/ui/popover.tsx(+46 -0)➕
app/src/components/ui/skeleton.tsx(+13 -0)📝
app/src/store.ts(+20 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.