Skip to content

Commit

Permalink
add notifications for user acknowledge. (publiclab#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh570 authored Jul 25, 2019
1 parent 949511d commit 558b637
Show file tree
Hide file tree
Showing 16 changed files with 544 additions and 323 deletions.
405 changes: 263 additions & 142 deletions dist/community-toolbox.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@

<title>Community toolbox</title>
<link rel="shortcut icon" id="favicon" type="image/png" href="https://i.publiclab.org/system/images/photos/000/000/354/medium/Boots-ground-02.png"/>
<link rel="stylesheet" type="text/css" href="./node_modules/node-snackbar/dist/snackbar.min.css" />


<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="./node_modules/node-snackbar/dist/snackbar.min.js"></script>
<script src="node_modules/chart.js/dist/Chart.js"></script>
<script src="examples/urlHash.js"></script>
<script src="dist/community-toolbox.js" charset="utf-8"></script>
Expand Down
105 changes: 41 additions & 64 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"chart.js": "~2.8.0",
"font-awesome": "~4.7.0",
"jquery": "~3",
"node-snackbar": "^0.1.15",
"parse-link-header": "^1.0.1",
"urlhash": "~0.1.1"
},
Expand Down
Loading

0 comments on commit 558b637

Please sign in to comment.