mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
[PR #5] [MERGED] chore: ui improvements + add github button #161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:chore/ui-1📝 Commits (2)
42302fdchore: ui improvements + add github button8a9bc2fchore: 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
After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.