[PR #2] [MERGED] Feat nuqs integration #317

Closed
opened 2026-03-03 11:29:22 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat-nuqs-integration


📝 Commits (3)

  • 309c826 chore: integrated tab-management using nuqs
  • 3028158 chore: added nuqs to server tabs
  • 3504c36 chore: 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

  1. Add nqus for handling tabs, instead of individual pages
  2. Added queue for updating environment-variables, restart-app, stop-app

🔄 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/dflow-sh/dflow/pull/2 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-nuqs-integration` --- ### 📝 Commits (3) - [`309c826`](https://github.com/dflow-sh/dflow/commit/309c82660acdff09a2c0e18d7e0df7edb72c4a18) chore: integrated tab-management using nuqs - [`3028158`](https://github.com/dflow-sh/dflow/commit/3028158dfbbc801c33b56ac26447774b2243c4bd) chore: added nuqs to server tabs - [`3504c36`](https://github.com/dflow-sh/dflow/commit/3504c362e494ed4e569da4b100ea19234293f23a) chore: added app restart, stop queue ### 📊 Changes **36 files changed** (+1010 additions, -459 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description 1. Add nqus for handling tabs, instead of individual pages 2. Added queue for updating environment-variables, restart-app, stop-app --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#317
No description provided.