mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #267] [MERGED] Update UI #404
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#404
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dflow-sh/dflow/pull/267
Author: @charanm927
Created: 6/24/2025
Status: ✅ Merged
Merged: 6/24/2025
Merged by: @charanm927
Base:
main← Head:update-ui📝 Commits (9)
5bd180cchore: add name generation logic in SSH key handlers04cbc78fix: adjust alert styles for destructive variantd83e3e4feat: implement auto-selection of newly created SSH keys in server form26040b1feat: add action to fetch VPS orders by instance ID and integrate into ServerCard component92b4dc8feat: auto-select first account in SyncDFlow when dialog opens06efc7cfix: add padding to main content area in LayoutClient component6fefc3cfeat: enhance DomainList component with improved no domains message and stylinge61bcc6feat: improve no deployments message with enhanced styling and icona1c46d7refactor: move handleNameChange and handleFieldChange functions to top for better readability📊 Changes
11 files changed (+219 additions, -55 deletions)
View changed files
📝
src/actions/cloud/index.ts(+26 -0)📝
src/actions/cloud/validator.ts(+4 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/layout.client.tsx(+1 -1)📝
src/components/security/CreateSSHKeyForm.tsx(+30 -7)📝
src/components/servers/AttachCustomServerForm.tsx(+29 -13)📝
src/components/servers/ServerCard.tsx(+74 -20)📝
src/components/servers/ServerForm.tsx(+1 -1)📝
src/components/servers/SyncDFlow.tsx(+9 -1)📝
src/components/service/DeploymentList.tsx(+19 -1)📝
src/components/service/DomainList.tsx(+25 -10)📝
src/components/ui/alert.tsx(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.