mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #482] [MERGED] Mobile view layout UI #493
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#493
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/482
Author: @jagadeesh507
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @jagadeesh507
Base:
main← Head:mobile-view-layout-ui📝 Commits (6)
2a249d8fix: scroll height based on form type67e1cccchore: add scrollArea for templates dialog59ee079fix: updated services UI for mobile compatibilityc594d85fix: updated template UI for mobile compatibility42c759afix: ensure consistent button colors and text in template creation80d4f02chore: 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.