Marek Czernek
2020-05-26 2bcf3ee6dab7f9fff7c603bf32c8adceb70c626b
refs
author Marek Czernek <mczernek@redhat.com>
Tuesday, May 26, 2020 10:06 +0200
committer GitHub <noreply@github.com>
Tuesday, May 26, 2020 10:06 +0200
commit2bcf3ee6dab7f9fff7c603bf32c8adceb70c626b
tree f1d960798fb38ce2bf76d58091d3570e8ac713c7 tree | zip | gz
parent 4bad1b8a60654a8f1fdcf7b301d1c22f6d7391fa view | diff
feat(exchange app): Update frontend for graceful network handling (#19)

45 files copied
8 files added
2 files modified
26 files renamed
649 ■■■■■ changed files
exchange-application/README.md 7 ●●●● diff | view | raw | blame | history
exchange-application/frontend/v1/Dockerfile diff | view | raw | blame | history
exchange-application/frontend/v1/README.md diff | view | raw | blame | history
exchange-application/frontend/v1/package-lock.json diff | view | raw | blame | history
exchange-application/frontend/v1/package.json diff | view | raw | blame | history
exchange-application/frontend/v1/public/favicon.ico diff | view | raw | blame | history
exchange-application/frontend/v1/public/index.html diff | view | raw | blame | history
exchange-application/frontend/v1/public/logo192.png diff | view | raw | blame | history
exchange-application/frontend/v1/public/logo512.png diff | view | raw | blame | history
exchange-application/frontend/v1/public/manifest.json diff | view | raw | blame | history
exchange-application/frontend/v1/public/robots.txt diff | view | raw | blame | history
exchange-application/frontend/v1/src/App.css diff | view | raw | blame | history
exchange-application/frontend/v1/src/App.js 36 ●●●●● diff | view | raw | blame | history
exchange-application/frontend/v1/src/Graph.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/HistoricalDataForm.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/Loading.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/MainStructure.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/NavList.js 32 ●●●●● diff | view | raw | blame | history
exchange-application/frontend/v1/src/NewsBoard.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/SingleCurrencyExchange.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/Welcome.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/index.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/serviceWorker.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/setupTests.js diff | view | raw | blame | history
exchange-application/frontend/v1/src/training_black.png diff | view | raw | blame | history
exchange-application/frontend/v1/src/training_white.png diff | view | raw | blame | history
exchange-application/frontend/v1/yarn.lock diff | view | raw | blame | history
exchange-application/frontend/v2/Dockerfile diff | view | raw | blame | history
exchange-application/frontend/v2/README.md diff | view | raw | blame | history
exchange-application/frontend/v2/package-lock.json diff | view | raw | blame | history
exchange-application/frontend/v2/package.json diff | view | raw | blame | history
exchange-application/frontend/v2/public/favicon.ico diff | view | raw | blame | history
exchange-application/frontend/v2/public/index.html diff | view | raw | blame | history
exchange-application/frontend/v2/public/logo192.png diff | view | raw | blame | history
exchange-application/frontend/v2/public/logo512.png diff | view | raw | blame | history
exchange-application/frontend/v2/public/manifest.json diff | view | raw | blame | history
exchange-application/frontend/v2/public/robots.txt diff | view | raw | blame | history
exchange-application/frontend/v2/src/App.css diff | view | raw | blame | history
exchange-application/frontend/v2/src/App.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/Graph.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/HistoricalDataForm.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/Loading.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/MainStructure.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/NavList.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/NewsBoard.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/SingleCurrencyExchange.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/Welcome.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/index.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/serviceWorker.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/setupTests.js diff | view | raw | blame | history
exchange-application/frontend/v2/src/training_black.png diff | view | raw | blame | history
exchange-application/frontend/v2/src/training_white.png diff | view | raw | blame | history
exchange-application/frontend/v2/yarn.lock diff | view | raw | blame | history
exchange-application/frontend/v3/Dockerfile diff | view | raw | blame | history
exchange-application/frontend/v3/README.md diff | view | raw | blame | history
exchange-application/frontend/v3/package-lock.json diff | view | raw | blame | history
exchange-application/frontend/v3/package.json diff | view | raw | blame | history
exchange-application/frontend/v3/public/favicon.ico diff | view | raw | blame | history
exchange-application/frontend/v3/public/index.html diff | view | raw | blame | history
exchange-application/frontend/v3/public/logo192.png diff | view | raw | blame | history
exchange-application/frontend/v3/public/logo512.png diff | view | raw | blame | history
exchange-application/frontend/v3/public/manifest.json diff | view | raw | blame | history
exchange-application/frontend/v3/public/robots.txt diff | view | raw | blame | history
exchange-application/frontend/v3/src/App.css 37 ●●●●● diff | view | raw | blame | history
exchange-application/frontend/v3/src/App.js 43 ●●●●● diff | view | raw | blame | history
exchange-application/frontend/v3/src/FetchUtils.js 22 ●●●●● diff | view | raw | blame | history
exchange-application/frontend/v3/src/Graph.js diff | view | raw | blame | history
exchange-application/frontend/v3/src/HistoricalDataForm.js 195 ●●●●● diff | view | raw | blame | history
exchange-application/frontend/v3/src/Loading.js diff | view | raw | blame | history
exchange-application/frontend/v3/src/MainStructure.js diff | view | raw | blame | history
exchange-application/frontend/v3/src/NavList.js 37 ●●●●● diff | view | raw | blame | history
exchange-application/frontend/v3/src/NewsBoard.js diff | view | raw | blame | history
exchange-application/frontend/v3/src/SingleCurrencyExchange.js 234 ●●●●● diff | view | raw | blame | history
exchange-application/frontend/v3/src/Welcome.js diff | view | raw | blame | history
exchange-application/frontend/v3/src/index.js diff | view | raw | blame | history
exchange-application/frontend/v3/src/serviceWorker.js diff | view | raw | blame | history
exchange-application/frontend/v3/src/setupTests.js diff | view | raw | blame | history
exchange-application/frontend/v3/src/training_black.png diff | view | raw | blame | history
exchange-application/frontend/v3/src/training_white.png diff | view | raw | blame | history
exchange-application/frontend/v3/yarn.lock diff | view | raw | blame | history
exchange-application/kubefiles/app-template.yml 6 ●●●●● diff | view | raw | blame | history