Skip to content

Commit 5d06ce6

Browse files
committed
new gif
1 parent 79b779e commit 5d06ce6

File tree

6 files changed

+26
-14
lines changed

6 files changed

+26
-14
lines changed

demo.gif

-3.65 MB
Binary file not shown.

demo2.gif

6.97 MB
Loading

package-lock.json

Lines changed: 22 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"node-sass": "^4.12.0",
4343
"sass": "^1.22.9",
4444
"sass-loader": "^7.2.0",
45+
"sinon-chrome": "^3.0.1",
4546
"style-loader": "^0.23.1",
4647
"webpack": "^4.39.1",
4748
"webpack-chrome-extension-reloader": "^1.3.0",
@@ -59,7 +60,6 @@
5960
"react-html-parser": "^2.0.2",
6061
"react-json-tree": "^0.11.2",
6162
"react-router-dom": "^5.0.1",
62-
"react-select": "^3.0.4",
63-
"sinon-chrome": "^3.0.1"
63+
"react-select": "^3.0.4"
6464
}
6565
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/oslabs-beta/reactime)
1010

1111
<p align="center">
12-
<img src="demo.gif" alt="Demo of Reactime">
12+
<img src="demo2.gif" alt="Demo of Reactime">
1313
</p>
1414

1515
A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.

src/app/containers/ActionContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function ActionContainer() {
2929
<div className="action-container">
3030
<div className="action-component exclude">
3131
<button className="empty-button" onClick={() => dispatch(emptySnapshots())} type="button">
32-
emptySnapshot
32+
Empty
3333
</button>
3434
</div>
3535
<div>{actionsArr}</div>

0 commit comments

Comments
 (0)