mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #329] [MERGED] Server settings configuration #435
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#435
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/329
Author: @malla-lokesh
Created: 7/10/2025
Status: ✅ Merged
Merged: 7/10/2025
Merged by: @malla-lokesh
Base:
main← Head:server-settings-configuration📝 Commits (3)
534c87cchore: add revalidation for server onboarding after update response6f07c75chore: update lucide-react to version 0.525.0 and replace Cog icon with BrushCleaning in Danger component27578edfeat: add update railpack functionality and integrate into server settings📊 Changes
8 files changed (+199 additions, -30 deletions)
View changed files
📝
package.json(+1 -1)📝
pnpm-lock.yaml(+5 -5)📝
src/actions/server/index.ts(+39 -0)📝
src/actions/server/validator.ts(+5 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx(+4 -1)📝
src/components/servers/Danger.tsx(+61 -23)➕
src/components/servers/Packages.tsx(+73 -0)➕
src/lib/axios/updateRailpack.ts(+11 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.