feat(ux): Improve UX Based on Community Feedback#2244
Merged
Siumauricio merged 3 commits intoDokploy:canaryfrom Jul 28, 2025
Merged
feat(ux): Improve UX Based on Community Feedback#2244Siumauricio merged 3 commits intoDokploy:canaryfrom
Siumauricio merged 3 commits intoDokploy:canaryfrom
Conversation
Siumauricio
approved these changes
Jul 28, 2025
Contributor
|
Thank you for this improvements! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve UX Based on Community Feedback
A couple of days ago, I came across a YouTube video where the creator Dreams of Code highlighted some valid UI/UX concerns. I completely agreed with the points raised and decided to implement improvements directly addressing them.
🧭 Summary of the Complaints Addressed
Unnecessary Server Selection
The UI showed a server selection dropdown even when no servers were available (e.g., single-instance self-hosted setup), which could confuse users.
Unclear Git Provider Status
There was no obvious indication that a Git provider (e.g., GitHub, GitLab) required additional setup steps to be fully configured.
✅ Changes Made
Add conditional server selection functionality to application forms
AddApplicationAddComposeAddDatabaseAddTemplateStepOneShow "Action Required" badge for incomplete Git provider setup
🎬 Demo of Changes
Server selection [both scenarios]
Here’s a quick video showing the improvements made in this PR:
Dokploy.-.UX.1.mp4
Git Providers
These changes aim to make the user experience more intuitive, especially for first-time or self-hosted users.
Feedback welcome!