From 93dfa6a2fb28f191bff5fb5d2ec0d4609f6e75b4 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Mon, 12 Sep 2022 23:04:30 +0200 Subject: [PATCH] UI: password show/hide --- 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/report.html | 4 +- package.json | 2 +- src/js/ui/password.js | 54 +++++++++++++++++++++++++ 8 files changed, 62 insertions(+), 8 deletions(-) create mode 100644 src/js/ui/password.js diff --git a/dist/icons/manifest.webapp b/dist/icons/manifest.webapp index a367d52..4ac792c 100644 --- a/dist/icons/manifest.webapp +++ b/dist/icons/manifest.webapp @@ -1,5 +1,5 @@ { - "version": "4.7.4", + "version": "4.7.5", "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 755a289..8f70dec 100644 --- a/dist/icons/yandex-browser-manifest.json +++ b/dist/icons/yandex-browser-manifest.json @@ -1,5 +1,5 @@ { - "version": "4.7.4", + "version": "4.7.5", "api_version": 1, "layout": { "logo": "yandex-browser-50x50.png", diff --git a/dist/index.html b/dist/index.html index fdbc084..d960ab1 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 . . .