[PR #6] [MERGED] chore(ui): improve template dialog #3686

Closed
opened 2026-04-30 06:32:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: chore/ui-2


📝 Commits (3)

  • 0028fcf chore(ui): improve template dialog
  • 41e6f00 fix: dialog close button z index
  • f9ba3ad Merge branch 'main' into chore/ui-2

📊 Changes

8 files changed (+281 additions, -107 deletions)

View changed files

📝 app/index.html (+1 -1)
📝 app/package.json (+11 -9)
📝 app/pnpm-lock.yaml (+57 -0)
📝 app/src/components/TemplateGrid.tsx (+122 -93)
📝 app/src/components/ui/dialog.tsx (+2 -2)
app/src/components/ui/label.tsx (+22 -0)
app/src/components/ui/tabs.tsx (+64 -0)
📝 app/src/store/index.ts (+2 -2)

📄 Description

Before

Screenshot 2025-03-11 at 4 41 28 PM

After

Screenshot 2025-03-11 at 4 41 08 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/6 **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:** `chore/ui-2` --- ### 📝 Commits (3) - [`0028fcf`](https://github.com/Dokploy/templates/commit/0028fcffc73454e1f8ec0e695dfb75703a682a02) chore(ui): improve template dialog - [`41e6f00`](https://github.com/Dokploy/templates/commit/41e6f0068522bcfed187d39df9dc2bcbd53d234d) fix: dialog close button z index - [`f9ba3ad`](https://github.com/Dokploy/templates/commit/f9ba3adf8f4d98b416ba624a051b477cabd4c299) Merge branch 'main' into chore/ui-2 ### 📊 Changes **8 files changed** (+281 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `app/index.html` (+1 -1) 📝 `app/package.json` (+11 -9) 📝 `app/pnpm-lock.yaml` (+57 -0) 📝 `app/src/components/TemplateGrid.tsx` (+122 -93) 📝 `app/src/components/ui/dialog.tsx` (+2 -2) ➕ `app/src/components/ui/label.tsx` (+22 -0) ➕ `app/src/components/ui/tabs.tsx` (+64 -0) 📝 `app/src/store/index.ts` (+2 -2) </details> ### 📄 Description # Before <img width="1073" alt="Screenshot 2025-03-11 at 4 41 28 PM" src="https://github.com/user-attachments/assets/11839b95-0c5a-45eb-9c61-67f270f40d35" /> # After <img width="1063" alt="Screenshot 2025-03-11 at 4 41 08 PM" src="https://github.com/user-attachments/assets/5aa9c70e-1936-4983-bd54-c1b10ef4e4dc" /> --- <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-04-30 06:32:10 -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#3686