-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix UI/UX Issues in Docker Compose and Helm Template Pages #134
Merged
Conversation
This file contains 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
…avior - Refactor the Docker Compose form to enhance UI/UX for better user experience. - Fix the `useDownload` hook to ensure the file downloads correctly after a page reload. - Clean up and improve the code on the Docker Compose page, addressing various issues.
- Fixes an incorrect shadow rendering on the select box when in light mode.
- Refactor the Helm template form to enhance user interface and user experience.
…ild fields - Ensure the image field is required only when the build option is disabled in Docker Compose. - When the build option is enabled, make the build-related fields required and allow the image field to be optional. - Prevent sending empty strings to the server; send null instead.
please fix there problems in docker compose route:
|
@abolfazl8131 Thanks for the feedback! I’ve made the necessary changes. |
@MiladSadeghi Thank you! The new changes are working well. However, there are a few adjustments that need to be made. As you know, our UI now has two types of networks: The non-custom network should be optional.
|
- Remove individual external network switch for each network. - Allow all networks to be marked as external or to have a driver, streamlining the configuration
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.
This PR addresses multiple UI/UX issues in the Docker Compose and Helm Template pages of the web app. The changes improve user experience and resolve layout inconsistencies.
Closes #133