diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-10 08:21:04 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-10 08:21:04 +0000 |
commit | 19fd34d9ef741ae6128ce1cf841a21c9b19f1fe8 (patch) | |
tree | 7dcccc6040f5b3a060fe251d5d1242ca501add20 /CHANGELOG | |
parent | 468c355910195dd243e8e40d6b62d41346b65d29 (diff) | |
parent | b5d9a613d98dc5ae629bdc004f19be7c8e5fcd8e (diff) | |
download | gitlab-ce-19fd34d9ef741ae6128ce1cf841a21c9b19f1fe8.tar.gz |
Merge branch 'make-diff-css-better-for-mobile' into 'master'
Make diff file view easier to use on mobile screens
Viewing diffs on a mobile screen is a bit of an awkward experience at the moment. Here are a few issues (by no means complete):
## Before
### Tabs are scrunched
![image](https://gitlab.com/stanhu/gitlab-ce/uploads/45924e36cfb107dc56795a7dcdfbc5b5/image.png)
### Filenames take too much room, buttons cluttered
![image](https://gitlab.com/stanhu/gitlab-ce/uploads/a5e5611271fe26dfd3922aa0b8780458/image.png)
## After
This MR makes a few tweaks to make this a bit better. It just addresses a few issues, but there is plenty of room for improvement (e.g. shrink fonts, etc.):
### Eliminate padding to make tabs fit
![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/fbcf128d1f221b9b9e53df274238dc62/image.png)
### Make filenames, buttons more readable
This screenshot allows the filename to use the whole row, omits the file mode changes, and puts the buttons centered in the view:
![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d2e5b9424f058827ba2552056c516e18/image.png)
Towards a better mobile experience: #2787
See merge request !1449
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 416ec54b132..f9a4d17fa16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.1.0 (unreleased) + - Make diff file view easier to use on mobile screens (Stan Hu) - Add support for creating directories from Files page (Stan Hu) - Allow removing of project without confirmation when JavaScript is disabled (Stan Hu) - Support filtering by "Any" milestone or issue and fix "No Milestone" and "No Label" filters (Stan Hu) |