mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #2] [MERGED] Feat nuqs integration #317
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#317
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/2
Author: @pavanbhaskardev
Created: 3/7/2025
Status: ✅ Merged
Merged: 3/7/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-nuqs-integration📝 Commits (3)
309c826chore: integrated tab-management using nuqs3028158chore: added nuqs to server tabs3504c36chore: added app restart, stop queue📊 Changes
36 files changed (+1010 additions, -459 deletions)
View changed files
📝
.vscode/settings.json(+1 -0)📝
package.json(+3 -1)📝
pnpm-lock.yaml(+64 -1)📝
src/actions/domain/index.ts(+2 -6)📝
src/actions/server/index.ts(+3 -2)📝
src/actions/service/index.ts(+73 -15)📝
src/actions/service/validator.ts(+1 -0)➖
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/deployments/page.tsx(+0 -39)➖
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/domains/page.tsx(+0 -39)➖
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/environment/page.tsx(+0 -41)➖
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/general/page.tsx(+0 -41)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx(+15 -11)➖
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/logs/page.tsx(+0 -7)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/page.tsx(+65 -4)📝
src/app/(frontend)/(dashboard)/layout.tsx(+13 -10)➖
src/app/(frontend)/(dashboard)/settings/servers/[id]/general/page.tsx(+0 -60)📝
src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx(+12 -8)📝
src/app/(frontend)/(dashboard)/settings/servers/[id]/page.tsx(+80 -3)📝
src/components/servers/PluginsList.tsx(+1 -1)📝
src/components/servers/ServerCard.tsx(+1 -1)...and 16 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.