[PR #13] [MERGED] chore: Changed the sidebar to navbar layout #323

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/13
Author: @malla-lokesh
Created: 3/25/2025
Status: Merged
Merged: 3/25/2025
Merged by: @pavanbhaskardev

Base: mainHead: new-ui


📝 Commits (1)

  • 384d4f9 chore: Changed the sidebar to navbar layout

📊 Changes

14 files changed (+286 additions, -182 deletions)

View changed files

📝 src/app/(frontend)/(dashboard)/dashboard/page.tsx (+4 -4)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx (+43 -51)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx (+62 -15)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx (+23 -43)
src/app/(frontend)/(dashboard)/layout.client.tsx (+57 -0)
📝 src/app/(frontend)/(dashboard)/layout.tsx (+25 -8)
📝 src/app/(frontend)/(dashboard)/settings/git/page.tsx (+9 -11)
📝 src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx (+22 -17)
📝 src/app/(frontend)/(dashboard)/settings/servers/page.tsx (+10 -6)
📝 src/app/(frontend)/(dashboard)/settings/ssh-keys/page.tsx (+8 -4)
📝 src/components/ServerTerminal.tsx (+3 -3)
📝 src/components/Tabs.tsx (+1 -1)
📝 src/components/project/ProjectTerminal.tsx (+3 -3)
📝 src/components/ui/card.tsx (+16 -16)

📄 Description

No description provided


🔄 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/13 **Author:** [@malla-lokesh](https://github.com/malla-lokesh) **Created:** 3/25/2025 **Status:** ✅ Merged **Merged:** 3/25/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `new-ui` --- ### 📝 Commits (1) - [`384d4f9`](https://github.com/dflow-sh/dflow/commit/384d4f976a305d92d91f464668592c73817e2442) chore: Changed the sidebar to navbar layout ### 📊 Changes **14 files changed** (+286 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `src/app/(frontend)/(dashboard)/dashboard/page.tsx` (+4 -4) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx` (+43 -51) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx` (+62 -15) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx` (+23 -43) ➕ `src/app/(frontend)/(dashboard)/layout.client.tsx` (+57 -0) 📝 `src/app/(frontend)/(dashboard)/layout.tsx` (+25 -8) 📝 `src/app/(frontend)/(dashboard)/settings/git/page.tsx` (+9 -11) 📝 `src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx` (+22 -17) 📝 `src/app/(frontend)/(dashboard)/settings/servers/page.tsx` (+10 -6) 📝 `src/app/(frontend)/(dashboard)/settings/ssh-keys/page.tsx` (+8 -4) 📝 `src/components/ServerTerminal.tsx` (+3 -3) 📝 `src/components/Tabs.tsx` (+1 -1) 📝 `src/components/project/ProjectTerminal.tsx` (+3 -3) 📝 `src/components/ui/card.tsx` (+16 -16) </details> ### 📄 Description _No description provided_ --- <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:23 +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#323
No description provided.