WIP UI framework
Signed-off-by: Dmitriy Zaporozhets dmitriy.zaporozhets@gmail.com
Merge request reports
Activity
Added 1 commit:
- 092e093b - Small css cleanup and ui dev kit improvements
@skyruler please proceed implementing framework docs in this merge request
Added 135 commits:
-
092e093b...abf54f23 - 134 commits from branch
master
- 2d736de4 - Merge branch 'ui-dev-kit' of https://gitlab.com/gitlab-org/gitlab-ce into ui-dev-kit
-
092e093b...abf54f23 - 134 commits from branch
Added 1 commit:
- 3f3d7af2 - LOL
Added 1 commit:
- 34750251 - update
Added 1 commit:
- dd9af322 - update
Added 1 commit:
- 02712d9d - update
18 18 19 19 @mixin btn-middle { 20 20 @include btn-default; 21 @include border-radius(2px); 21 @include border-radius(3px); 22 22 padding: 11px 24px; 23 23 } 24 24 25 25 @mixin btn-color($light, $border-light, $normal, $border-normal, $dark, $border-dark, $color) { 26 26 background-color: $light; 27 background-image: linear-gradient(#fff, $gray-light); @skyruler why every button should have gray gradient on background?
@dzaporozhets it was a test never mind
Added 1 commit:
- 1383a891 - update
Added 1 commit:
- 099934b1 - update
Added 1 commit:
- c231ca28 - update
Added 1 commit:
- b63c1b08 - update
Added 1 commit:
- ae4a54e9 - update
Added 1 commit:
- f5db3792 - update
Added 1 commit:
- 0d21743e - update
Added 1 commit:
- 64ad0413 - update
Added 1 commit:
- ab951d4f - update
Added 1 commit:
- 3ad568cc - update
Added 635 commits:
-
3ad568cc...d60047bb - 634 commits from branch
master
- 27370297 - Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ui-dev-kit
-
3ad568cc...d60047bb - 634 commits from branch
Added 1 commit:
- b90def7d - update issue page
Added 1 commit:
- 537b2cdb - update issue page
@skyruler this merge request is open for 14 days. Its too much. Please prepare it to some ready state tomorrow so I can merge it. Next time changes should be split in smaller parts and submitted as separate merge requests.
@skyruler For example this could be few different merge requests:
- new buttons merge request
- base color changes
- typography changes
Edited by username-removed-444@skyruler also please address my comments when preparing this merge request
1 1 @mixin btn-default { 2 @include border-radius(2px); 2 @include border-radius(3px); 3 3 border-width: 1px; 4 4 border-style: solid; 5 text-transform: uppercase; 6 font-size: 13px; 7 font-weight: 600; 5 font-size: 15px; 6 font-weight: 500; 8 7 line-height: 18px; 9 padding: 11px $gl-padding; 8 padding: 7px $gl-padding; 21 21 - if can?(current_user, :admin_project, @project) 22 22 = link_to edit_project_path(@project), class: 'btn btn-gray' do 23 23 = icon('pencil') 24 - if current_user 25 26 = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), class: 'btn btn-gray' do 27 = icon('rss') 28 Added 1 commit:
- b5411b5a - Revert db changes
Added 61 commits:
-
b5411b5a...110a5f9c - 57 commits from branch
master
- 0e8ec789 - update issue page
- e0ab881b - update issue page
- 22cf8d11 - update issue page
- b4434bd5 - update issue page
Toggle commit list-
b5411b5a...110a5f9c - 57 commits from branch
@skyruler I am closing this one since its not going to be merged anyway. We split it on smaller requests
mentioned in commit 33a483e7