Skip to content

fix: UI Responsiveness for both mobile, Tab and desktop Screens#4358

Open
nhridoy wants to merge 9 commits intoDokploy:canaryfrom
nhridoy:fix/layout
Open

fix: UI Responsiveness for both mobile, Tab and desktop Screens#4358
nhridoy wants to merge 9 commits intoDokploy:canaryfrom
nhridoy:fix/layout

Conversation

@nhridoy
Copy link
Copy Markdown

@nhridoy nhridoy commented May 7, 2026

What is this PR about?

There are 2 fixes here:

First Fix:

Changed files:

  1. project/[projectId]/environment/[environmentId].tsx
  2. components/dashboard/settings/web-domain.tsx
  3. components/dashboard/application/general/show.tsx
  4. components/dashboard/application/general/generic/save-git-provider.tsx
  5. components/shared/advance-breadcrumb.tsx

Second Fix:

Updated node-pty package.

Reason: Installation failed:

$ pnpm install
Scope: all 5 workspace projects
Lockfile is up to date, resolution step is skipped
Packages: +1506
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 1506, reused 1496, downloaded 0, added 1506, done
node_modules/.pnpm/cpu-features@0.0.10/node_modules/cpu-features: Running install script...
node_modules/.pnpm/node-pty@1.0.0/node_modules/node-pty: Running install script, failed in 510ms
.../node-pty@1.0.0/node_modules/node-pty install$ node-gyp rebuild
│ 'node-gyp' is not recognized as an internal or external command,
│ operable program or batch file.
└─ Failed in 510ms at C:\Users\hrido\Desktop\dokploy\node_modules\.pnpm\node-pty@1.0.0\node_modules\node-pty
 ELIFECYCLE  Command failed with exit code 1.

System Information:

OS: Windows 11
Node: v24.4.0
pnpm: 10.22.0

Changes:

- "node-pty": "1.0.0",
+ "node-pty": "1.1.0",

Checklist

Before submitting this PR, please make sure that:

  • You created a dedicated branch based on the canary branch.
  • You have read the suggestions in the CONTRIBUTING.md file https://github.com/Dokploy/dokploy/blob/canary/CONTRIBUTING.md#pull-request
  • You have tested this PR in your local instance. If you have not tested it yet, please do so before submitting. This helps avoid wasting maintainers' time reviewing code that has not been verified by you.

Issues related (if applicable)

#4359

Screenshots (if applicable)

Before Fix:

image

After Fix:

image

Before Fix:

Screenshot 2026-05-07 133319

After Fix:

image

Before Fix:

Screenshot 2026-05-07 173941

After Fix:

Screenshot 2026-05-07 173830

Before Fix:

Screenshot 2026-05-07 174037 Screenshot 2026-05-07 174133

After Fix:

Screenshot 2026-05-07 173525

Before Fix:

Screenshot 2026-05-07 174250

After Fix:

Screenshot 2026-05-07 173658

nhridoy added 5 commits May 6, 2026 22:23
….tsx

Signed-off-by: Nahidujjaman Hridoy <hridoyboss12@gmail.com>
….tsx

Signed-off-by: Nahidujjaman Hridoy <hridoyboss12@gmail.com>
….tsx

Signed-off-by: Nahidujjaman Hridoy <hridoyboss12@gmail.com>
….tsx

Signed-off-by: Nahidujjaman Hridoy <hridoyboss12@gmail.com>
….tsx

Signed-off-by: Nahidujjaman Hridoy <hridoyboss12@gmail.com>
@nhridoy nhridoy requested a review from Siumauricio as a code owner May 7, 2026 06:30
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels May 7, 2026
Signed-off-by: Nahidujjaman Hridoy <hridoyboss12@gmail.com>
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels May 7, 2026
Signed-off-by: Nahidujjaman Hridoy <hridoyboss12@gmail.com>
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels May 7, 2026
Signed-off-by: Nahidujjaman Hridoy <hridoyboss12@gmail.com>
@nhridoy nhridoy changed the title fix: Responsiveness for both mobile and desktop fix: UI Responsiveness for both mobile, Tab and desktop Screens May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant