[PR #482] [MERGED] Mobile view layout UI #493

Closed
opened 2026-03-03 11:30:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/482
Author: @jagadeesh507
Created: 10/16/2025
Status: Merged
Merged: 10/21/2025
Merged by: @jagadeesh507

Base: mainHead: mobile-view-layout-ui


📝 Commits (6)

  • 2a249d8 fix: scroll height based on form type
  • 67e1ccc chore: add scrollArea for templates dialog
  • 59ee079 fix: updated services UI for mobile compatibility
  • c594d85 fix: updated template UI for mobile compatibility
  • 42c759a fix: ensure consistent button colors and text in template creation
  • 80d4f02 chore: make project actions dropdown responsive on mobile

📊 Changes

21 files changed (+537 additions, -336 deletions)

View changed files

📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/layout.tsx (+37 -25)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/layout.client.tsx (+21 -19)
📝 src/app/(frontend)/globals.css (+38 -3)
📝 src/components/project/CreateTemplateFromProject.tsx (+5 -2)
src/components/project/ProjectOptionsDropdown.tsx (+69 -0)
📝 src/components/reactflow/reactflow.config.tsx (+0 -1)
📝 src/components/service/CreateService.tsx (+1 -1)
📝 src/components/service/VolumesForm.tsx (+1 -1)
📝 src/components/templates/DeployTemplate.tsx (+81 -83)
📝 src/components/templates/compose/AddDatabaseService.tsx (+0 -1)
📝 src/components/templates/compose/AddDockerService.tsx (+3 -3)
📝 src/components/templates/compose/AddVolumeToService.tsx (+78 -48)
📝 src/components/templates/compose/ChooseService.tsx (+1 -0)
📝 src/components/templates/compose/UpdateServiceDetails.tsx (+95 -48)
📝 src/components/templates/compose/git/AddAzureDevopsService.tsx (+4 -4)
📝 src/components/templates/compose/git/AddBitbucketService.tsx (+4 -4)
📝 src/components/templates/compose/git/AddGiteaService.tsx (+4 -4)
📝 src/components/templates/compose/git/AddGithubService.tsx (+4 -4)
📝 src/components/templates/compose/git/AddGitlabService.tsx (+4 -4)
📝 src/components/templates/compose/git/index.tsx (+82 -80)

...and 1 more files

📄 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/482 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `mobile-view-layout-ui` --- ### 📝 Commits (6) - [`2a249d8`](https://github.com/dflow-sh/dflow/commit/2a249d80868caca57c8559164785dc5bb170579d) fix: scroll height based on form type - [`67e1ccc`](https://github.com/dflow-sh/dflow/commit/67e1ccc026e96f6384f6c58306f9fc074caf01f7) chore: add scrollArea for templates dialog - [`59ee079`](https://github.com/dflow-sh/dflow/commit/59ee079610af4f8af93df6a650062e880c7ed396) fix: updated services UI for mobile compatibility - [`c594d85`](https://github.com/dflow-sh/dflow/commit/c594d855438cae0ea2d39a7bb78b7fda3d20c785) fix: updated template UI for mobile compatibility - [`42c759a`](https://github.com/dflow-sh/dflow/commit/42c759ae2d8c39e91460a512924f720f81f6c9d0) fix: ensure consistent button colors and text in template creation - [`80d4f02`](https://github.com/dflow-sh/dflow/commit/80d4f02ca8c4c80a2e0f4ff7fcf50592f30a8c47) chore: make project actions dropdown responsive on mobile ### 📊 Changes **21 files changed** (+537 additions, -336 deletions) <details> <summary>View changed files</summary> 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/layout.tsx` (+37 -25) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/layout.client.tsx` (+21 -19) 📝 `src/app/(frontend)/globals.css` (+38 -3) 📝 `src/components/project/CreateTemplateFromProject.tsx` (+5 -2) ➕ `src/components/project/ProjectOptionsDropdown.tsx` (+69 -0) 📝 `src/components/reactflow/reactflow.config.tsx` (+0 -1) 📝 `src/components/service/CreateService.tsx` (+1 -1) 📝 `src/components/service/VolumesForm.tsx` (+1 -1) 📝 `src/components/templates/DeployTemplate.tsx` (+81 -83) 📝 `src/components/templates/compose/AddDatabaseService.tsx` (+0 -1) 📝 `src/components/templates/compose/AddDockerService.tsx` (+3 -3) 📝 `src/components/templates/compose/AddVolumeToService.tsx` (+78 -48) 📝 `src/components/templates/compose/ChooseService.tsx` (+1 -0) 📝 `src/components/templates/compose/UpdateServiceDetails.tsx` (+95 -48) 📝 `src/components/templates/compose/git/AddAzureDevopsService.tsx` (+4 -4) 📝 `src/components/templates/compose/git/AddBitbucketService.tsx` (+4 -4) 📝 `src/components/templates/compose/git/AddGiteaService.tsx` (+4 -4) 📝 `src/components/templates/compose/git/AddGithubService.tsx` (+4 -4) 📝 `src/components/templates/compose/git/AddGitlabService.tsx` (+4 -4) 📝 `src/components/templates/compose/git/index.tsx` (+82 -80) _...and 1 more files_ </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:30:14 +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#493
No description provided.