Skip to content
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

Custom server UX enhancement #3470

Merged
merged 2 commits into from
May 28, 2024
Merged

Custom server UX enhancement #3470

merged 2 commits into from
May 28, 2024

Conversation

VitorVieiraZ
Copy link
Contributor

@VitorVieiraZ VitorVieiraZ commented May 27, 2024

Default Server Placeholder Text After Deleting Default Server
Server Name Without "/" Then "Confirm" Auto-Fixed Path With "/" At The End

Fixes #3437

Copy link

github-actions bot commented May 27, 2024

Pull Request Test Coverage Report for Build 9268794375

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.02%) to 59.944%

Files with Coverage Reduction New Missed Lines %
input/core/merginuserinfo.cpp 1 75.18%
Totals Coverage Status
Change from base Build 9256965663: 0.02%
Covered Lines: 7671
Relevant Lines: 12797

💛 - Coveralls

@VitorVieiraZ VitorVieiraZ changed the title WIP - Custom server UX enhancement Custom server UX enhancement May 27, 2024
Copy link
Collaborator

@tomasMizera tomasMizera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, just one change please :)

@@ -204,6 +204,7 @@ MMPage {
textFieldBackground.color: __style.lightGreenColor

text: root.apiRoot
placeholderText: qsTr( "https://my-server-app.com/" )
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need of qsTr, we do not want this string translated :)

Suggested change
placeholderText: qsTr( "https://my-server-app.com/" )
placeholderText: "https://my-server-app.com/"

@tomasMizera tomasMizera merged commit c5f123c into master May 28, 2024
12 checks passed
@tomasMizera tomasMizera deleted the enhancement/customServerUX branch May 28, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better UX for custom server - URL validation
3 participants