mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #13] [MERGED] chore: Changed the sidebar to navbar layout #323
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#323
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/13
Author: @malla-lokesh
Created: 3/25/2025
Status: ✅ Merged
Merged: 3/25/2025
Merged by: @pavanbhaskardev
Base:
main← Head:new-ui📝 Commits (1)
384d4f9chore: 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.