diff --git a/.gitignore b/.gitignore index 4d29575..fc81720 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +.vscode \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 032bf20..815f23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added: + +- RS-47: New view in the console to manage replications, [PR-62](https://github.com/reductstore/web-console/pull/62) + ## [1.4.1] - 2024-20-01 ### Fixed: diff --git a/package-lock.json b/package-lock.json index 2ddb000..e72ef6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-dom": "^17.0.2", "react-router-dom": "^5.3.4", "react-scripts": "5.0.1", - "reduct-js": "^1.7.1", + "reduct-js": "1.8", "stream-browserify": "^3.0.0", "ts-jest": "^27.1.5", "typescript": "^4.9.5", @@ -16143,9 +16143,9 @@ } }, "node_modules/reduct-js": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/reduct-js/-/reduct-js-1.7.1.tgz", - "integrity": "sha512-55ExwOHC1bpp9yQlMGJiw8T0u0GWHwCxgIq+D/OGKuMpN/5UgUyxPPRYGIJ/MoMAwTtvWHSWWRIyPpmTJfztxQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/reduct-js/-/reduct-js-1.8.0.tgz", + "integrity": "sha512-h/oQ0tpMRkgOPveP1JV96dDU6EmB8vjo6y3q21ggsZ31r1DIQQgSjeOUO4bcuPf1bLrEPix4Ht7PkentAxyKxw==", "dev": true, "dependencies": { "axios": "^0.27.2", @@ -30946,9 +30946,9 @@ } }, "reduct-js": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/reduct-js/-/reduct-js-1.7.1.tgz", - "integrity": "sha512-55ExwOHC1bpp9yQlMGJiw8T0u0GWHwCxgIq+D/OGKuMpN/5UgUyxPPRYGIJ/MoMAwTtvWHSWWRIyPpmTJfztxQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/reduct-js/-/reduct-js-1.8.0.tgz", + "integrity": "sha512-h/oQ0tpMRkgOPveP1JV96dDU6EmB8vjo6y3q21ggsZ31r1DIQQgSjeOUO4bcuPf1bLrEPix4Ht7PkentAxyKxw==", "dev": true, "requires": { "axios": "^0.27.2", diff --git a/package.json b/package.json index 1052b97..37d381c 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "antd": "^4.24.14", "async-wait-until": "^2.0.12", "babel-jest": "^27.5.1", + "buffer": "^6.0.3", "enzyme": "^3.11.0", "humanize-duration": "^3.30.0", "jest": "^27.5.1", @@ -28,12 +29,11 @@ "react-dom": "^17.0.2", "react-router-dom": "^5.3.4", "react-scripts": "5.0.1", - "reduct-js": "^1.7.1", + "reduct-js": "1.8", + "stream-browserify": "^3.0.0", "ts-jest": "^27.1.5", "typescript": "^4.9.5", - "web-vitals": "^2.1.4", - "buffer": "^6.0.3", - "stream-browserify": "^3.0.0" + "web-vitals": "^2.1.4" }, "scripts": { "start": "REACT_APP_VERSION=$npm_package_version react-app-rewired start", @@ -42,6 +42,7 @@ "eject": "react-app-rewired eject", "lint": "eslint . --ext .ts" }, + "proxy": "https://play.reduct.store", "eslintConfig": { "extends": [ "react-app", @@ -60,4 +61,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..486328b Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index 5c33989..0000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/public/index.html b/public/index.html index 5b9ccc7..11a0182 100644 --- a/public/index.html +++ b/public/index.html @@ -2,10 +2,10 @@
- + - +