Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Aug 15, 2021
1 parent e2eea5f commit 7630031
Show file tree
Hide file tree
Showing 24 changed files with 416 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
Expand Down
30 changes: 30 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"files": {
"main.js": "/static/js/main.03501f4a.chunk.js",
"main.js.map": "/static/js/main.03501f4a.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.c8b5e785.js",
"runtime-main.js.map": "/static/js/runtime-main.c8b5e785.js.map",
"static/js/2.3c86400b.chunk.js": "/static/js/2.3c86400b.chunk.js",
"static/js/2.3c86400b.chunk.js.map": "/static/js/2.3c86400b.chunk.js.map",
"index.html": "/index.html",
"static/js/2.3c86400b.chunk.js.LICENSE.txt": "/static/js/2.3c86400b.chunk.js.LICENSE.txt",
"static/media/calendar-placeholder.3ca33692.svg": "/static/media/calendar-placeholder.3ca33692.svg",
"static/media/car.0f828968.svg": "/static/media/car.0f828968.svg",
"static/media/chemistry.37831714.svg": "/static/media/chemistry.37831714.svg",
"static/media/close.16d17dbe.svg": "/static/media/close.16d17dbe.svg",
"static/media/computer.16e15d56.svg": "/static/media/computer.16e15d56.svg",
"static/media/heart.034ab291.svg": "/static/media/heart.034ab291.svg",
"static/media/list-placeholder.07f1dcca.svg": "/static/media/list-placeholder.07f1dcca.svg",
"static/media/logo.8a5a1cd3.svg": "/static/media/logo.8a5a1cd3.svg",
"static/media/paint.849956e0.svg": "/static/media/paint.849956e0.svg",
"static/media/shopping.0415469d.svg": "/static/media/shopping.0415469d.svg",
"static/media/tick.9844bb96.svg": "/static/media/tick.9844bb96.svg",
"static/media/trash.667f51f1.svg": "/static/media/trash.667f51f1.svg",
"static/media/tshirt.af272425.svg": "/static/media/tshirt.af272425.svg"
},
"entrypoints": [
"static/js/runtime-main.c8b5e785.js",
"static/js/2.3c86400b.chunk.js",
"static/js/main.03501f4a.chunk.js"
]
}
Binary file added build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap" rel="stylesheet"/><title>My Expenses</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,l,p=r[0],f=r[1],i=r[2],c=0,s=[];c<p.length;c++)l=p[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(a&&a(r);s.length;)s.shift()();return u.push.apply(u,i||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,p=1;p<t.length;p++){var f=t[p];0!==o[f]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var p=this.webpackJsonpexpenses=this.webpackJsonpexpenses||[],f=p.push.bind(p);p.push=r,p=p.slice();for(var i=0;i<p.length;i++)r(p[i]);var a=f;t()}([])</script><script src="/static/js/2.3c86400b.chunk.js"></script><script src="/static/js/main.03501f4a.chunk.js"></script></body></html>
3 changes: 3 additions & 0 deletions build/static/js/2.3c86400b.chunk.js

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions build/static/js/2.3c86400b.chunk.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
* Chart.js v3.5.0
* https://www.chartjs.org
* (c) 2021 Chart.js Contributors
* Released under the MIT License
*/

/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions build/static/js/2.3c86400b.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/static/js/main.03501f4a.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.03501f4a.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/static/js/runtime-main.c8b5e785.js

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

1 change: 1 addition & 0 deletions build/static/js/runtime-main.c8b5e785.js.map

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

37 changes: 37 additions & 0 deletions build/static/media/calendar-placeholder.3ca33692.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/static/media/car.0f828968.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7630031

Please sign in to comment.