Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit de590ee

Browse files
committed
Add screenshot to the readme. Update snapshots
1 parent b2b0c21 commit de590ee

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The project was originally developed for a MVP portfolio showcase, but there is
1111

1212
Thanks for using, or considering to use this project. I would love to hear some feedback as well as your suggestions and thoughts about what could be improved. If you have something to say, don't hesitate to [send me an email](mailto:redshape.app@gmail.com).
1313

14+
![Redshape Screenshot](https://user-images.githubusercontent.com/4171202/58926139-bbd6df00-8752-11e9-92bb-ddfdb5bce33d.png)
15+
1416
## Installation
1517

1618
### macOS

render/components/SummaryPage/IssuesTable.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ const ColorfulSpan = styled.span`
9191

9292
const colorMap = {
9393
'closed': 'red',
94-
'high': 'red',
94+
'high': 'yellow',
95+
'urgent': 'red',
9596
'immediate': 'red',
9697
'critical': 'red',
9798
'open': 'green',

render/components/SummaryPage/__tests__/__snapshots__/IssuesTable.spec.jsx.snap

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ exports[`SummaryPage => IssuesTable component should match the snapshot 1`] = `
7979
}
8080
8181
.c2 {
82-
padding-bottom: 2px;
83-
background: linear-gradient(to bottom,transparent 0,transparent 90%,#FF634D 90%,#FF634D 100%);
84-
}
85-
86-
.c4 {
8782
padding-bottom: 2px;
8883
background: linear-gradient(to bottom,transparent 0,transparent 90%,#FFDA77 90%,#FFDA77 100%);
8984
}
@@ -198,7 +193,7 @@ exports[`SummaryPage => IssuesTable component should match the snapshot 1`] = `
198193
>
199194
<span
200195
className="c2"
201-
color="#FF634D"
196+
color="#FFDA77"
202197
>
203198
High
204199
</span>
@@ -280,7 +275,7 @@ exports[`SummaryPage => IssuesTable component should match the snapshot 1`] = `
280275
className={false}
281276
>
282277
<span
283-
className="c4"
278+
className="c2"
284279
color="#FFDA77"
285280
>
286281
Normal

render/components/__tests__/__snapshots__/TimeEntryModal.spec.jsx.snap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,6 +1689,7 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
16891689
</ul>
16901690
<textarea
16911691
class="c12 c13"
1692+
maxlength="255"
16921693
rows="1"
16931694
style="height: 5px;"
16941695
>
@@ -3834,6 +3835,7 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
38343835
<MarkdownEditor
38353836
initialValue="Hello world"
38363837
isDisabled={false}
3838+
maxLength={255}
38373839
onBlur={[Function]}
38383840
onChange={[Function]}
38393841
preview={false}
@@ -5761,6 +5763,7 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
57615763
</MarkdownEditor__MarkdownOptionsList>
57625764
<MarkdownEditor__ModifiedTextArea
57635765
disabled={false}
5766+
maxLength={255}
57645767
onBlur={[Function]}
57655768
onChange={[Function]}
57665769
onKeyDown={[Function]}
@@ -5803,13 +5806,15 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
58035806
Object {
58045807
"current": <textarea
58055808
class="c12 c13"
5809+
maxlength="255"
58065810
rows="1"
58075811
style="height: 5px;"
58085812
>
58095813
Hello world
58105814
</textarea>,
58115815
}
58125816
}
5817+
maxLength={255}
58135818
onBlur={[Function]}
58145819
onChange={[Function]}
58155820
onKeyDown={[Function]}
@@ -5818,6 +5823,7 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
58185823
<ForwardRef
58195824
className="c12"
58205825
disabled={false}
5826+
maxLength={255}
58215827
onBlur={[Function]}
58225828
onChange={[Function]}
58235829
onKeyDown={[Function]}
@@ -5830,13 +5836,15 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
58305836
Object {
58315837
"current": <textarea
58325838
class="c12 c13"
5839+
maxlength="255"
58335840
rows="1"
58345841
style="height: 5px;"
58355842
>
58365843
Hello world
58375844
</textarea>,
58385845
}
58395846
}
5847+
maxLength={255}
58405848
onBlur={[Function]}
58415849
onChange={[Function]}
58425850
onKeyDown={[Function]}
@@ -5846,6 +5854,7 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
58465854
<TextArea__StyledTextArea
58475855
className="c12"
58485856
disabled={false}
5857+
maxLength={255}
58495858
onChange={[Function]}
58505859
onKeyDown={[Function]}
58515860
rows={1}
@@ -5883,13 +5892,15 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
58835892
Object {
58845893
"current": <textarea
58855894
class="c12 c13"
5895+
maxlength="255"
58865896
rows="1"
58875897
style="height: 5px;"
58885898
>
58895899
Hello world
58905900
</textarea>,
58915901
}
58925902
}
5903+
maxLength={255}
58935904
onChange={[Function]}
58945905
onKeyDown={[Function]}
58955906
rows={1}
@@ -5898,6 +5909,7 @@ exports[`TimeEntryModal Component it should match the snapshot 1`] = `
58985909
<textarea
58995910
className="c12 c13"
59005911
disabled={false}
5912+
maxLength={255}
59015913
onChange={[Function]}
59025914
onKeyDown={[Function]}
59035915
rows={1}

0 commit comments

Comments
 (0)