[PR #7] [MERGED] feat: add tags and ability to filter by them #163

Closed
opened 2025-11-22 20:31:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feat/tags


📝 Commits (3)

  • 41f66e2 feat: add tags ability to filter by tags
  • cf5195f chore: ability to click tag in card
  • 53359d8 Merge 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

  • User can click on a tag on a card to filter by tag
  • User can search among tags and click them to add them as filter

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/7 **Author:** [@zaaakher](https://github.com/zaaakher) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `feat/tags` --- ### 📝 Commits (3) - [`41f66e2`](https://github.com/Dokploy/templates/commit/41f66e23a44e709df930524d60a5c1c8014ae03c) feat: add tags ability to filter by tags - [`cf5195f`](https://github.com/Dokploy/templates/commit/cf5195f40c5390dac54a1dceff1a19640fbd5018) chore: ability to click tag in card - [`53359d8`](https://github.com/Dokploy/templates/commit/53359d81c5bd81fdd792d53531f4cc4ecd0ce4dd) Merge branch 'main' into feat/tags ### 📊 Changes **12 files changed** (+1133 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - User can click on a tag on a card to filter by tag - User can search among tags and click them to add them as filter --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:31:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#163