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

Fix bad custom button alignments, sizings, etc. #5189

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

claucambra
Copy link
Collaborator

@claucambra claucambra commented Nov 18, 2022

Our custom buttons implementation has some bugs with alignments and sizings that makes our buttons sometimes look either weird or broken. This PR fixes these issues

With fix Before fix
Screenshot 2022-11-18 at 18 19 46 Screenshot 2022-11-18 at 18 21 53
Screenshot 2022-11-18 at 18 22 59 Screenshot 2022-11-18 at 18 22 16

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

@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #5189 (ac2eb63) into master (01f8003) will increase coverage by 0.20%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5189      +/-   ##
==========================================
+ Coverage   57.59%   57.80%   +0.20%     
==========================================
  Files         138      138              
  Lines       17399    17441      +42     
==========================================
+ Hits        10021    10081      +60     
+ Misses       7378     7360      -18     
Impacted Files Coverage Δ
src/libsync/propagatedownload.cpp 63.43% <0.00%> (-1.18%) ⬇️
src/libsync/discovery.cpp 88.24% <0.00%> (-0.09%) ⬇️
src/libsync/discoveryphase.h 25.00% <0.00%> (ø)
src/libsync/propagatorjobs.h 0.00% <0.00%> (ø)
src/libsync/syncengine.cpp 83.78% <0.00%> (+0.07%) ⬆️
src/common/syncjournaldb.cpp 77.93% <0.00%> (+0.29%) ⬆️
src/libsync/filesystem.cpp 74.19% <0.00%> (+1.07%) ⬆️
src/libsync/vfs/cfapi/cfapiwrapper.cpp 74.09% <0.00%> (+1.59%) ⬆️
src/libsync/propagatorjobs.cpp 75.00% <0.00%> (+1.76%) ⬆️
src/libsync/discovery.h 59.25% <0.00%> (+2.11%) ⬆️
... and 3 more

@claucambra claucambra force-pushed the bugfix/custom-buttons-alignments branch from 002911a to ac2eb63 Compare November 21, 2022 11:04
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
@claucambra claucambra force-pushed the bugfix/custom-buttons-alignments branch from ac2eb63 to d24a400 Compare November 24, 2022 16:46
@claucambra claucambra merged commit 4f21aa5 into master Nov 24, 2022
@claucambra claucambra deleted the bugfix/custom-buttons-alignments branch November 24, 2022 16:46
@sonarcloud
Copy link

sonarcloud bot commented Nov 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
No Duplication information No Duplication information

@nextcloud-desktop-bot
Copy link

AppImage file: nextcloud-PR-5189-d24a40012e9f98f35182cf59858df2eb3661c326-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.

@mgallien mgallien added this to the 3.7.0 milestone Jan 30, 2023
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.

4 participants