mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #296] [MERGED] feat: implement server details population and refresh functionality #420
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#420
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/296
Author: @manikanta9176
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @manikanta9176
Base:
main← Head:enhance/refresh-server-details📝 Commits (3)
840e961feat: implement server details population and refresh functionality, enhancing server management with new schema and context parameters3267799refactor: improve type definitions and enhance IP extraction logic in populateServerDetails hook for better clarity and maintainability19e2509refactor: simplify boolean conversion for refreshServerDetails in populateServerDetails hook for improved readability📊 Changes
8 files changed (+146 additions, -48 deletions)
View changed files
📝
src/actions/pages/server/index.ts(+17 -5)📝
src/actions/pages/server/validator.ts(+10 -1)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx(+18 -6)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx(+20 -4)📝
src/components/RefreshButton.tsx(+21 -3)📝
src/components/servers/ServerCard.tsx(+3 -1)📝
src/payload/collections/Servers/hooks/populateServerDetails.ts(+55 -26)📝
src/payload/collections/Servers/index.ts(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.