Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0c17d2d

Browse files
author
vikasrohit
authored
Merge pull request #871 from appirio-tech/qa-integration
Promoting to prod
2 parents 43b5994 + 2f764e2 commit 0c17d2d

File tree

6 files changed

+74
-98
lines changed

6 files changed

+74
-98
lines changed

app/directives/tc-fp-file-input/tc-fp-file-input.directive.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import _ from 'lodash'
5454
}
5555

5656
// set default services
57-
scope.fpServices = scope.fpServices || 'COMPUTER,GOOGLE_DRIVE,BOX,DROPBOX'
57+
scope.fpServices = scope.fpServices || 'COMPUTER,GOOGLE_DRIVE,BOX,DROPBOX,SKYDRIVE'
5858
scope.fpContainer = CONSTANTS.FILE_PICKER_SUBMISSION_CONTAINER_NAME
5959

6060
// set max size
@@ -72,6 +72,7 @@ import _ from 'lodash'
7272

7373
var input = element.find('input')
7474
input = input.length ? input[0] : input
75+
scope.fpServices = _.split(scope.fpServices, ',')
7576
input.setAttribute('data-fp-maxSize', scope.maxSize)
7677
input.setAttribute('data-fp-services', scope.fpServices)
7778
input.setAttribute('data-fp-button-class', 'tc-btn')

app/my-dashboard/my-dashboard.jade

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77

88
//- .ttl
99
//- tc-banner(theme="black", banner-name="ttl")
10-
.one-million
11-
tc-banner(theme="black", banner-name="1million")
12-
.social-sharing
13-
span #TC1MILLION on
14-
//- hardcoded domain because we need the links to be shared only for prod
15-
//- and after some time we would remove this banner
16-
a.twitter(href="//twitter.com/home?status=Topcoder%20has%20reached%20an%20epic%20milestone%20and%20is%20now%20over%201%20Million%20Strong!%20https%3A//www.topcoder.com/blog/1-million-members-strong/%20%23TC1MILLION")
17-
img(src="//topcoder.com/wp-content/uploads/2016/05/btn-social-twitter.png")
18-
19-
a.facebook(href="http://www.facebook.com/sharer/sharer.php?s=100&p[url]=https://www.topcoder.com/blog/1-million-members-strong/&p[images][0]=https://www.topcoder.com/wp-content/uploads/2016/05/Blog_banner_1mil.png&p[title]=1 Million Members Strong&p[summary]=1+Million+Members+Strong%0A")
20-
img(src="//topcoder.com/wp-content/uploads/2016/05/btn-social-fb.png")
21-
2210
2311
.tco
2412
tc-banner(theme="black", banner-name="tco16")

app/submissions/submit-design-files/submit-design-files.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
field-id="SUBMISSION_ZIP",
3535
file-type="zip",
3636
button-text="Add File",
37-
services="COMPUTER,GOOGLE_DRIVE,BOX,DROPBOX",
37+
services="COMPUTER,GOOGLE_DRIVE,BOX,DROPBOX,SKYDRIVE",
3838
show-file-type="true",
3939
placeholder="Attach all visible files as a single .zip file",
4040
mandatory="true",

assets/css/my-dashboard/my-dashboard.scss

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
background-color: $white;
1212
}
1313

14-
.challenges, .srms, .programs, .tco, .ttl, .one-million, .community-updates {
14+
.challenges, .srms, .programs, .tco, .ttl, .community-updates {
1515
@include module-l;
1616
margin-top: 1px;
1717
width: 100%;
@@ -34,45 +34,7 @@
3434
}
3535
}
3636

37-
.one-million {
38-
.tc-banner-placeholder {
39-
background: none $tc-gray-90;
40-
41-
.image {
42-
img {
43-
width: auto;
44-
}
45-
}
46-
47-
.content {
48-
margin-top: 0px;
49-
}
50-
51-
.social-sharing {
52-
margin-bottom: 20px;
53-
span {
54-
color: $white;
55-
@include sofia-pro-bold;
56-
margin-right: 10px;
57-
}
58-
59-
img {
60-
height: 40px;
61-
padding: 0 10px 0 0px;
62-
vertical-align: middle;
63-
}
64-
}
65-
66-
.ctas {
67-
// specific css override to reduce the gap between image and ctas
68-
// ideally we should have separate title, image and description
69-
// however, here we have all 3 in single image
70-
margin-top: 0px;
71-
}
72-
}
73-
}
74-
75-
.challenges, .srms, .programs, .tco, .ttl, .one-million, .community-updates {
37+
.challenges, .srms, .programs, .tco, .ttl, .community-updates {
7638
padding-top: 0px;
7739
}
7840

assets/css/settings/edit-profile.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@
153153
margin-top: 5px;
154154
}
155155

156+
.skills .Select-menu-outer {
157+
z-index: 101;
158+
}
159+
156160
.links.settings-section {
157161
border-bottom: none;
158162
}

assets/images/nav/ico-tco16.svg

Lines changed: 65 additions & 44 deletions
Loading

0 commit comments

Comments
 (0)