[PR #9] [MERGED] chore: minor ui fixes #165

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

📋 Pull Request Information

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

Base: mainHead: ui/minor-fixes


📝 Commits (2)

  • 3866b6b chore: minor ui fixes
  • 6b81286 fix: bottom padding in dialog header

📊 Changes

12 files changed (+410 additions, -325 deletions)

View changed files

📝 app/package.json (+0 -1)
📝 app/pnpm-lock.yaml (+1 -1)
📝 app/src/App.tsx (+1 -1)
📝 app/src/components/Navigation.tsx (+13 -1)
📝 app/src/components/Search.tsx (+19 -8)
📝 app/src/components/SelectedTags.tsx (+1 -1)
📝 app/src/components/Tags.tsx (+1 -1)
app/src/components/TemplateDialog.tsx (+266 -0)
📝 app/src/components/TemplateGrid.tsx (+51 -242)
📝 app/src/components/ui/dialog.tsx (+9 -6)
app/src/store.ts (+0 -56)
📝 app/src/store/index.ts (+48 -7)

📄 Description

Before

Screenshot 2025-03-12 at 6 52 37 AM

After

Screenshot 2025-03-12 at 6 51 37 AM
  • other minor changes

🔄 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/9 **Author:** [@zaaakher](https://github.com/zaaakher) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `ui/minor-fixes` --- ### 📝 Commits (2) - [`3866b6b`](https://github.com/Dokploy/templates/commit/3866b6b38292712a1a4a7bc5d56ca573d8e12c69) chore: minor ui fixes - [`6b81286`](https://github.com/Dokploy/templates/commit/6b812866bde5967c6217c3ee316a107fc1e82673) fix: bottom padding in dialog header ### 📊 Changes **12 files changed** (+410 additions, -325 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+0 -1) 📝 `app/pnpm-lock.yaml` (+1 -1) 📝 `app/src/App.tsx` (+1 -1) 📝 `app/src/components/Navigation.tsx` (+13 -1) 📝 `app/src/components/Search.tsx` (+19 -8) 📝 `app/src/components/SelectedTags.tsx` (+1 -1) 📝 `app/src/components/Tags.tsx` (+1 -1) ➕ `app/src/components/TemplateDialog.tsx` (+266 -0) 📝 `app/src/components/TemplateGrid.tsx` (+51 -242) 📝 `app/src/components/ui/dialog.tsx` (+9 -6) ➖ `app/src/store.ts` (+0 -56) 📝 `app/src/store/index.ts` (+48 -7) </details> ### 📄 Description # Before <img width="488" alt="Screenshot 2025-03-12 at 6 52 37 AM" src="https://github.com/user-attachments/assets/68eab9d2-963e-4fea-9e8a-3caa169c833d" /> # After <img width="616" alt="Screenshot 2025-03-12 at 6 51 37 AM" src="https://github.com/user-attachments/assets/8019e3d0-2170-4618-8dd2-61d1430aa0bc" /> + other minor changes --- <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:34 -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#165