Skip to content

Commit

Permalink
Merge branch 'release-1.0.66'
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Apr 4, 2022
2 parents f4fa5b0 + e7698cd commit d1995c5
Show file tree
Hide file tree
Showing 84 changed files with 1,805 additions and 2,516 deletions.
24 changes: 22 additions & 2 deletions client/package-lock.json

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

3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foodoasis-client",
"description": "React Client for Food Oasis",
"version": "1.0.65",
"version": "1.0.66",
"author": "Hack for LA",
"license": "GPL-2.0",
"private": true,
Expand Down Expand Up @@ -37,6 +37,7 @@
"i18next-xhr-backend": "^3.2.2",
"js-file-download": "^0.4.12",
"moment": "2.29.1",
"moment-timezone": "^0.5.34",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-data-grid": "^6.1.0",
Expand Down
17 changes: 17 additions & 0 deletions client/public/widget.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<html>
<body
style="margin: 1em; background-color: lightblue; font-family: sans-serif"
>
<h1>HTML Page Hosting Food Oasis</h1>
<div style="height: 80vh">
<iframe
src="http://devla.foodoasis.net/widget"
width="100%"
height="100%"
style="margin: 0; border: 2px solid #336699; box-sizing: border-box"
>
>
</iframe>
</div>
</body>
</html>
Loading

0 comments on commit d1995c5

Please sign in to comment.