Skip to content

Commit c4ded3c

Browse files
authored
Merge pull request #1287 from maxceem/community-fixes-02
Community fixes 02
2 parents 1c6ca3a + d49db49 commit c4ded3c

File tree

8 files changed

+19
-14
lines changed

8 files changed

+19
-14
lines changed

src/config/projectQuestions/app_dev.v1.0.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const sections = [
160160
required: false,
161161
fieldName: 'details.designSpecification.notes',
162162
title: 'Notes',
163-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
163+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
164164
type: 'notes'
165165
}
166166
]
@@ -221,7 +221,7 @@ const sections = [
221221
required: false,
222222
fieldName: 'details.devSpecification.notes',
223223
title: 'Notes',
224-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
224+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
225225
type: 'notes'
226226
}
227227
]

src/config/projectQuestions/avd.v1.0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const sections = [
136136
fieldName: 'details.appScreens.screens',
137137
title: 'Screens',
138138
hideTitle: true,
139-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
139+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
140140
type: 'screens',
141141
questions: [
142142
{

src/config/projectQuestions/real_world_testing.v1.0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ const sections = [
348348
required: false,
349349
fieldName: 'details.devSpecification.notes',
350350
title: 'Notes',
351-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
351+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
352352
type: 'notes'
353353
}
354354
]

src/config/projectQuestions/topcoder.v1.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const sections = [
134134
required: false,
135135
fieldName: 'details.designSpecification.notes',
136136
title: 'Notes',
137-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
137+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
138138
type: 'notes'
139139
}
140140
]
@@ -195,7 +195,7 @@ const sections = [
195195
required: false,
196196
fieldName: 'details.devSpecification.notes',
197197
title: 'Notes',
198-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
198+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
199199
type: 'notes'
200200
}
201201
]

src/config/projectQuestions/visual_design.v1.0.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const sections = [
138138
fieldName: 'details.appScreens.screens',
139139
title: 'Screens',
140140
hideTitle: true,
141-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
141+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
142142
type: 'screens',
143143
questions: [
144144
{
@@ -236,7 +236,7 @@ const sections = [
236236
required: false,
237237
fieldName: 'details.designSpecification.notes',
238238
title: 'Notes',
239-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
239+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
240240
type: 'notes'
241241
}
242242
]

src/config/projectQuestions/wireframes.v1.0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const sections = [
136136
fieldName: 'details.appScreens.screens',
137137
title: 'Screens',
138138
hideTitle: true,
139-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
139+
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timing constraints)',
140140
type: 'screens',
141141
questions: [
142142
{

src/projects/create/components/ProjectTypeCard.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
}
3434

3535
.icon-wrapper {
36-
height: 87px;
36+
height: 32px;
3737
display: flex;
38+
margin: 6 * $base_unit 0 4 * $base_unit;
3839

3940
.Icon {
40-
margin: 4 * $base_unit 0 2 * $base_unit;
41-
41+
/* TODO .Icon is svg, so style to svg is never applied, probably we should remove it */
4242
svg {
4343
fill: $tc-gray-70;
4444
}

src/projects/detail/containers/Specification.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ $sideBarMaxWidth: 360px;
196196
border-radius: 4px;
197197
position: relative;
198198

199-
form > div {
199+
/* this selector is too common and it's applied to .spec-question-list thought it shouldn't
200+
if also has big priority so we have to fix it here */
201+
form > div:not(.spec-question-list) {
200202
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
201203
}
202204

@@ -843,9 +845,12 @@ $sideBarMaxWidth: 360px;
843845
align-items: flex-start;
844846
margin-bottom: 20px;
845847

846-
.dashed-bottom-border,
847848
.editable-project-name {
848849
flex: 1;
850+
}
851+
852+
.dashed-bottom-border {
853+
flex: 1;
849854
height: 40px;
850855
border-bottom: 1px dashed $tc-gray-20;
851856

0 commit comments

Comments
 (0)