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

Make account setup wizard's adjustWizardSize resize to current page size instead of largest wizard page #4911

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

claucambra
Copy link
Collaborator

This PR prevents the account setup wizard from being overly large for its first view. It can resize as needed as the pages are progressed

Screenshot 2022-09-07 at 18 04 38

Compared to master:

Screenshot 2022-09-07 at 18 14 41

Addresses point 2 in #4896

Signed-off-by: Claudio Cambra claudio.cambra@gmail.com

@codecov
Copy link

codecov bot commented Sep 7, 2022

Codecov Report

Merging #4911 (14303d0) into master (20c5f8e) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4911   +/-   ##
=======================================
  Coverage   57.20%   57.20%           
=======================================
  Files         138      138           
  Lines       17138    17138           
=======================================
  Hits         9804     9804           
  Misses       7334     7334           
Impacted Files Coverage Δ
src/libsync/vfs/cfapi/cfapiwrapper.cpp 74.20% <0.00%> (-0.46%) ⬇️
src/libsync/propagatedownload.cpp 65.03% <0.00%> (-0.15%) ⬇️
src/libsync/discovery.cpp 84.86% <0.00%> (+0.29%) ⬆️

@claucambra claucambra linked an issue Sep 13, 2022 that may be closed by this pull request
@jancborchardt
Copy link
Member

Nice! The height could still be a bit less @claucambra?

@claucambra
Copy link
Collaborator Author

Nice! The height could still be a bit less @claucambra?

I can't make it any smaller without risking breakages at different font sizes/DPIs as this seems to be the implicit height of the internal component... :(

Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

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

Good to go then! :)

…ize instead of largest wizard page

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
@claucambra claucambra force-pushed the bugfix/account-wizard-size branch from 5e94b4a to 14303d0 Compare September 13, 2022 21:00
@nextcloud-desktop-bot
Copy link

AppImage file: nextcloud-PR-4911-14303d0eb60063fba8b9563d95402d82f925a15f-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

@sonarcloud
Copy link

sonarcloud bot commented Sep 13, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@claucambra claucambra merged commit 52a6254 into master Sep 14, 2022
@claucambra claucambra deleted the bugfix/account-wizard-size branch September 14, 2022 00:38
@mgallien mgallien added this to the 3.7.0 milestone Oct 3, 2022
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.

Review & fix "add account" screen
4 participants