[PR #6] [MERGED] UI-VPN-bugs-Fixes #7

Closed
opened 2026-04-10 16:02:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hhftechnology/Dock-Dploy/pull/6
Author: @hhftechnology
Created: 11/21/2025
Status: Merged
Merged: 11/21/2025
Merged by: @hhftechnology

Base: mainHead: vpn


📝 Commits (1)

📊 Changes

31 files changed (+5124 additions, -2088 deletions)

View changed files

📝 package-lock.json (+7 -0)
📝 package.json (+1 -0)
📝 src/components/CodeEditor.tsx (+76 -37)
src/components/ConversionDialog.tsx (+135 -0)
src/components/templates/TemplateCard.tsx (+85 -0)
src/components/templates/TemplateDetailModal.tsx (+309 -0)
src/components/templates/TemplateStoreModal.tsx (+204 -0)
src/components/ui/empty-state.tsx (+49 -0)
src/components/ui/progress.tsx (+64 -0)
src/components/ui/tabs.tsx (+91 -0)
src/components/ui/toast.tsx (+108 -0)
src/hooks/useConversionDialog.ts (+86 -0)
src/hooks/useEditorSize.ts (+47 -0)
src/hooks/useNetworkVolumeManager.ts (+181 -0)
src/hooks/useServiceManager.ts (+563 -0)
src/hooks/useYamlValidation.ts (+69 -0)
📝 src/routes/__root.tsx (+14 -8)
📝 src/routes/docker/compose-builder.tsx (+779 -2043)
src/types/compose.ts (+130 -0)
src/types/template.ts (+80 -0)

...and 11 more files

📄 Description

No description provided


🔄 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/hhftechnology/Dock-Dploy/pull/6 **Author:** [@hhftechnology](https://github.com/hhftechnology) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@hhftechnology](https://github.com/hhftechnology) **Base:** `main` ← **Head:** `vpn` --- ### 📝 Commits (1) - [`826e6d1`](https://github.com/hhftechnology/Dock-Dploy/commit/826e6d1a2d522528f5f51b161d614ab18729c467) UI-VPN-bugs-Fixes ### 📊 Changes **31 files changed** (+5124 additions, -2088 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -0) 📝 `package.json` (+1 -0) 📝 `src/components/CodeEditor.tsx` (+76 -37) ➕ `src/components/ConversionDialog.tsx` (+135 -0) ➕ `src/components/templates/TemplateCard.tsx` (+85 -0) ➕ `src/components/templates/TemplateDetailModal.tsx` (+309 -0) ➕ `src/components/templates/TemplateStoreModal.tsx` (+204 -0) ➕ `src/components/ui/empty-state.tsx` (+49 -0) ➕ `src/components/ui/progress.tsx` (+64 -0) ➕ `src/components/ui/tabs.tsx` (+91 -0) ➕ `src/components/ui/toast.tsx` (+108 -0) ➕ `src/hooks/useConversionDialog.ts` (+86 -0) ➕ `src/hooks/useEditorSize.ts` (+47 -0) ➕ `src/hooks/useNetworkVolumeManager.ts` (+181 -0) ➕ `src/hooks/useServiceManager.ts` (+563 -0) ➕ `src/hooks/useYamlValidation.ts` (+69 -0) 📝 `src/routes/__root.tsx` (+14 -8) 📝 `src/routes/docker/compose-builder.tsx` (+779 -2043) ➕ `src/types/compose.ts` (+130 -0) ➕ `src/types/template.ts` (+80 -0) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <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-10 16:02:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Dock-Dploy#7