[PR #5] [MERGED] chore: ui improvements + add github button #161

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

📋 Pull Request Information

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

Base: mainHead: chore/ui-1


📝 Commits (2)

  • 42302fd chore: ui improvements + add github button
  • 8a9bc2f chore: Add Zustand state management library

📊 Changes

12 files changed (+304 additions, -86 deletions)

View changed files

📝 app/package.json (+1 -0)
📝 app/pnpm-lock.yaml (+26 -0)
app/public/logo.svg (+10 -0)
📝 app/src/App.tsx (+6 -2)
app/src/components/Navigation.tsx (+63 -0)
📝 app/src/components/TemplateGrid.tsx (+114 -79)
📝 app/src/components/ui/button.tsx (+1 -1)
app/src/components/ui/dokploy-logo.tsx (+25 -0)
📝 app/src/index.css (+2 -2)
📝 app/src/mode-toggle.tsx (+2 -2)
app/src/store.ts (+25 -0)
app/src/store/index.ts (+29 -0)

📄 Description

Before

Screenshot 2025-03-11 at 4 04 19 PM

After

Screenshot 2025-03-11 at 4 04 05 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/5 **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-1` --- ### 📝 Commits (2) - [`42302fd`](https://github.com/Dokploy/templates/commit/42302fd53dc8b84a44e2484f0b9810f8eb8c97fc) chore: ui improvements + add github button - [`8a9bc2f`](https://github.com/Dokploy/templates/commit/8a9bc2f02d92d60bb76fd506a0ff4c87539bdaa6) chore: Add Zustand state management library ### 📊 Changes **12 files changed** (+304 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+1 -0) 📝 `app/pnpm-lock.yaml` (+26 -0) ➕ `app/public/logo.svg` (+10 -0) 📝 `app/src/App.tsx` (+6 -2) ➕ `app/src/components/Navigation.tsx` (+63 -0) 📝 `app/src/components/TemplateGrid.tsx` (+114 -79) 📝 `app/src/components/ui/button.tsx` (+1 -1) ➕ `app/src/components/ui/dokploy-logo.tsx` (+25 -0) 📝 `app/src/index.css` (+2 -2) 📝 `app/src/mode-toggle.tsx` (+2 -2) ➕ `app/src/store.ts` (+25 -0) ➕ `app/src/store/index.ts` (+29 -0) </details> ### 📄 Description # Before <img width="1059" alt="Screenshot 2025-03-11 at 4 04 19 PM" src="https://github.com/user-attachments/assets/424d1616-032a-4c63-89df-0b1cda91b055" /> # After <img width="1071" alt="Screenshot 2025-03-11 at 4 04 05 PM" src="https://github.com/user-attachments/assets/8b5c4348-3d8c-471e-ad11-51e35b195f89" /> --- <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:29 -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#161