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 files mobile view #3353

Merged
merged 1 commit into from
Feb 4, 2017
Merged

Fix files mobile view #3353

merged 1 commit into from
Feb 4, 2017

Conversation

skjnldsv
Copy link
Member

@skjnldsv skjnldsv commented Feb 1, 2017

Fix #3185
kazam_screencast_00001

Added two width settings for the mobile view activation
Mobile view: screen<688 AND 769<screen<938
Reasons: since the table has a min-width, there was a small transition where the table will be cut on the left (between the 688 min width and the 768px width when the app-navigation sidebar is hidden)

@nextcloud/designers

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
@skjnldsv skjnldsv added the 3. to review Waiting for reviews label Feb 1, 2017
@skjnldsv skjnldsv added this to the Nextcloud 12.0 milestone Feb 1, 2017
@mention-bot
Copy link

@skjnldsv, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jancborchardt, @MorrisJobke and @luckydonald to be potential reviewers.

Copy link
Member

@MorrisJobke MorrisJobke left a comment

Choose a reason for hiding this comment

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

Tested and works really nice 👍

@codecov-io
Copy link

Codecov Report

Merging #3353 into master will increase coverage by <.01%.

@@             Coverage Diff              @@
##             master    #3353      +/-   ##
============================================
+ Coverage     53.98%   53.99%   +<.01%     
============================================
  Files          1303     1303              
  Lines         80377    80377              
  Branches       1253     1253              
============================================
+ Hits          43394    43397       +3     
+ Misses        36983    36980       -3
Impacted Files Coverage Δ Complexity Δ
lib/private/Server.php 92.58% <ø> (-0.17%) 0% <ø> (ø)
lib/private/Security/CertificateManager.php 93.81% <ø> (+1.03%) 0% <ø> (ø)
lib/private/Files/Cache/Propagator.php 96.2% <ø> (+1.26%) 0% <ø> (ø)
apps/comments/lib/EventHandler.php 87.5% <ø> (+8.33%) 0% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1952560...e0e5b32. Read the comment docs.

Copy link
Member

@MariusBluem MariusBluem left a comment

Choose a reason for hiding this comment

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

👍

@MariusBluem MariusBluem merged commit 9ce8437 into master Feb 4, 2017
@MariusBluem MariusBluem deleted the mobile-view-files-fix branch February 4, 2017 20:00
@jancborchardt
Copy link
Member

Awesome work! (was on vacation last week hence the late reply :D)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc. feature: files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants