From 22aa9bef7b1432b4cc0d3b5c26ae6314bccedaaf Mon Sep 17 00:00:00 2001 From: Tony Air Date: Mon, 9 Aug 2021 15:20:16 +0200 Subject: [PATCH] IMPR: reorganize files --- dist/icons/manifest.webapp | 2 +- dist/icons/yandex-browser-manifest.json | 2 +- dist/index.html | 2 +- dist/js/app.js | 2 +- dist/js/app_sw.js | 2 +- dist/records.json | 6 +-- dist/report.html | 4 +- .../{_apollo.cache.js => _apollo/_cache.js} | 0 src/js/_ajax/{_apollo.js => _apollo/_init.js} | 26 ++++++------ src/js/_ajax/_links.js | 42 +++++++++---------- src/js/_ajax/{models => _models}/_element.jsx | 2 +- src/js/_ajax/{models => _models}/_page.jsx | 4 +- 12 files changed, 47 insertions(+), 47 deletions(-) rename src/js/_ajax/{_apollo.cache.js => _apollo/_cache.js} (100%) rename src/js/_ajax/{_apollo.js => _apollo/_init.js} (82%) rename src/js/_ajax/{models => _models}/_element.jsx (99%) rename src/js/_ajax/{models => _models}/_page.jsx (99%) diff --git a/dist/icons/manifest.webapp b/dist/icons/manifest.webapp index c504251..327333a 100644 --- a/dist/icons/manifest.webapp +++ b/dist/icons/manifest.webapp @@ -1,5 +1,5 @@ { - "version": "4.1.1", + "version": "4.1.2", "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react", "description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "icons": { diff --git a/dist/icons/yandex-browser-manifest.json b/dist/icons/yandex-browser-manifest.json index 955c28d..2b77be1 100644 --- a/dist/icons/yandex-browser-manifest.json +++ b/dist/icons/yandex-browser-manifest.json @@ -1,5 +1,5 @@ { - "version": "4.1.1", + "version": "4.1.2", "api_version": 1, "layout": { "logo": "yandex-browser-50x50.png", diff --git a/dist/index.html b/dist/index.html index 84022bf..7ddd326 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,4 +1,4 @@ -Webpack Bootstrap 4 UI Demo


LOADING...
L O A D I N G . . .