Skip to content

Commit

Permalink
Add keyboard shortcuts (#43)
Browse files Browse the repository at this point in the history
* Use rf instead of re-frame

* Add bulma modal component

* Add option to toggle a modal

* Add rudimentary keyboard shortcuts; closes #41
  • Loading branch information
rrrnld authored Jan 30, 2019
1 parent a75cdca commit 149fd07
Show file tree
Hide file tree
Showing 17 changed files with 291 additions and 101 deletions.
96 changes: 58 additions & 38 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7",
"sass": "^1.15.1",
"shadow-cljs": "^2.7.6"
"shadow-cljs": "^2.7.21"
}
}
1 change: 1 addition & 0 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:dependencies
[[reagent "0.8.0"]
[re-frame "0.10.6"]
[re-pressed "0.3.0"]
[day8.re-frame/http-fx "0.1.6"]
[akiroz.re-frame/storage "0.1.2"]
[funcool/bide "1.6.0"]
Expand Down
Loading

0 comments on commit 149fd07

Please sign in to comment.