Skip to content

Commit

Permalink
new gif
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua0308 committed Aug 14, 2019
1 parent 79b779e commit 5d06ce6
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 14 deletions.
Binary file removed demo.gif
Binary file not shown.
Binary file added demo2.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 22 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -42,6 +42,7 @@
"node-sass": "^4.12.0",
"sass": "^1.22.9",
"sass-loader": "^7.2.0",
"sinon-chrome": "^3.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.39.1",
"webpack-chrome-extension-reloader": "^1.3.0",
Expand All @@ -59,7 +60,6 @@
"react-html-parser": "^2.0.2",
"react-json-tree": "^0.11.2",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.4",
"sinon-chrome": "^3.0.1"
"react-select": "^3.0.4"
}
}
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -9,7 +9,7 @@
![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/oslabs-beta/reactime)

<p align="center">
<img src="demo.gif" alt="Demo of Reactime">
<img src="demo2.gif" alt="Demo of Reactime">
</p>

A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/ActionContainer.jsx
Expand Up @@ -29,7 +29,7 @@ function ActionContainer() {
<div className="action-container">
<div className="action-component exclude">
<button className="empty-button" onClick={() => dispatch(emptySnapshots())} type="button">
emptySnapshot
Empty
</button>
</div>
<div>{actionsArr}</div>
Expand Down

0 comments on commit 5d06ce6

Please sign in to comment.