[PR #8] [MERGED] chore(ui): improve search UI #6567

Closed
opened 2026-05-18 18:55:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/8
Author: @zaaakher
Created: 3/11/2025
Status: Merged
Merged: 3/12/2025
Merged by: @Siumauricio

Base: mainHead: ui/loading


📝 Commits (4)

  • df2ddfd chore(ui): improve search UI
  • 8edfd65 fix: clicking on tag in card
  • f84929a chore: minor ui fixes
  • 523d12e Merge branch 'main' into ui/loading

📊 Changes

8 files changed (+314 additions, -236 deletions)

View changed files

📝 app/package.json (+2 -1)
📝 app/src/App.tsx (+4 -1)
📝 app/src/components/Search.tsx (+41 -45)
app/src/components/SelectedTags.tsx (+30 -0)
📝 app/src/components/TemplateGrid.tsx (+52 -17)
📝 app/src/components/ui/code-editor.tsx (+139 -139)
📝 app/src/components/ui/dialog.tsx (+16 -16)
📝 app/src/store.ts (+30 -17)

📄 Description

  • Added (List/Grid) view
  • Added skeleton for each during loading
  • other ui improvements
Screenshot 2025-03-11 at 5 42 57 PM

🔄 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/8 **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:** `ui/loading` --- ### 📝 Commits (4) - [`df2ddfd`](https://github.com/Dokploy/templates/commit/df2ddfdab000e364df9020934a24e89edbe0d0ac) chore(ui): improve search UI - [`8edfd65`](https://github.com/Dokploy/templates/commit/8edfd658f6784349b093d62b676f7ea8a8e509d1) fix: clicking on tag in card - [`f84929a`](https://github.com/Dokploy/templates/commit/f84929af356d0a31e2b0c7f62232b7008b7f8c11) chore: minor ui fixes - [`523d12e`](https://github.com/Dokploy/templates/commit/523d12e6f33416ee848485ac2f8f912176972e4f) Merge branch 'main' into ui/loading ### 📊 Changes **8 files changed** (+314 additions, -236 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+2 -1) 📝 `app/src/App.tsx` (+4 -1) 📝 `app/src/components/Search.tsx` (+41 -45) ➕ `app/src/components/SelectedTags.tsx` (+30 -0) 📝 `app/src/components/TemplateGrid.tsx` (+52 -17) 📝 `app/src/components/ui/code-editor.tsx` (+139 -139) 📝 `app/src/components/ui/dialog.tsx` (+16 -16) 📝 `app/src/store.ts` (+30 -17) </details> ### 📄 Description - Added (List/Grid) view - Added skeleton for each during loading - other ui improvements <img width="1074" alt="Screenshot 2025-03-11 at 5 42 57 PM" src="https://github.com/user-attachments/assets/bb8f1e68-0fbe-4211-b105-3b20fecc4237" /> --- <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 2026-05-18 18:55:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#6567