From 378f0200a0d77004447e2ca9c6e5ceb97cf93871 Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Sat, 4 May 2024 16:37:01 +0200 Subject: [PATCH] r0b08x [chore] 5/4/2024, 4:37:01 PM --- README.md | 24 +++++++++++++++++------- package.json | 21 ++++++++++----------- src/angular/layout/p3xr-layout.scss | 6 +++--- src/angular/pages/p3xr-console.scss | 2 +- 4 files changed, 31 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 3d4fdba..034564e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://corifeus.com/redis-ui --- -# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.228 +# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.235 @@ -26,7 +26,7 @@ https://corifeus.com/redis-ui ### Built on NodeJs version ```txt -v20.12.2 +v22.1.0 ``` @@ -66,18 +66,28 @@ http://localhost:8080 --- -🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much! -Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up. +## Support Our Open-Source Project ❤️ +If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you! -All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable. +### Server Availability +Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding. -**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme. +### About My Domains +All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional. +### Versioning Policy +**Version Structure:** We follow a Major.Minor.Patch versioning scheme: +- **Major:** Corresponds to the current year. +- **Minor:** Set as 4 for releases from January to June, and 10 for July to December. +- **Patch:** Incremental, updated with each build. + +**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed. --- -[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.228 + +[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.235 [![NPM](https://img.shields.io/npm/v/p3x-redis-ui-material.svg)](https://www.npmjs.com/package/p3x-redis-ui-material) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/package.json b/package.json index 714161b..30d4159 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "p3x-redis-ui-material", - "version": "2024.4.228", + "version": "2024.4.235", "description": "💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io", "corifeus": { "icon": "fas fa-database", "code": "Fireball", "opencollective": false, "build": true, - "nodejs": "v20.12.2", + "nodejs": "v22.1.0", "reponame": "redis-ui-material", "publish": true, "prefix": "p3x-", @@ -42,8 +42,8 @@ "author": "Patrik Laszlo ", "license": "MIT", "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/preset-env": "^7.24.4", + "@babel/core": "^7.24.5", + "@babel/preset-env": "^7.24.5", "@fontsource/roboto": "^5.0.13", "@fontsource/roboto-mono": "^5.0.18", "@fortawesome/fontawesome-free": "^6.5.2", @@ -63,7 +63,7 @@ "clean-webpack-plugin": "^4.0.0", "concurrently": "^8.2.2", "copy-webpack-plugin": "^12.0.2", - "corifeus-builder": "^2024.4.131", + "corifeus-builder": "^2024.4.140", "css-loader": "^7.1.1", "css-minimizer-webpack-plugin": "^6.0.0", "grunt-injector": "^1.1.0", @@ -72,14 +72,15 @@ "humanize-duration": "^3.32.0", "jquery": "^3.7.1", "js-htmlencode": "^0.3.0", - "jsoneditor": "^10.0.2", + "jsoneditor": "^10.0.3", "lodash": "^4.17.21", "material-design-icons-iconfont": "^6.7.0", "mini-css-extract-plugin": "^2.9.0", "mobile-detect": "^1.4.5", - "node-sass": "^9.0.0", + "moment": "^2.30.1", "pretty-bytes": "^5.6.0", "raw-loader": "^4.0.2", + "sass": "^1.76.0", "sass-loader": "^14.2.1", "socket.io-client": "^4.7.5", "source-map-loader": "^5.0.0", @@ -90,12 +91,10 @@ "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4", - "webpack-remove-debug": "^0.1.0", - "moment": "^2.30.1" + "webpack-remove-debug": "^0.1.0" }, "engines": { "node": ">=12.13.0" }, - "homepage": "https://corifeus.com/redis-ui-material", - "dependencies": {} + "homepage": "https://corifeus.com/redis-ui-material" } \ No newline at end of file diff --git a/src/angular/layout/p3xr-layout.scss b/src/angular/layout/p3xr-layout.scss index fa3b5ca..5435e3d 100644 --- a/src/angular/layout/p3xr-layout.scss +++ b/src/angular/layout/p3xr-layout.scss @@ -62,11 +62,11 @@ text-align: center; padding-left: 5px; padding-right: 5px; - height: $toolbar-height / 2; - bottom: $toolbar-height + 5px; + height: calc($toolbar-height / 2); + bottom: calc(toolbar-height + 5px); font-weight: bold; text-transform: uppercase; - line-height: $toolbar-height / 2; + line-height: calc($toolbar-height / 2); border-style: solid; border-width: 5px; cursor: pointer; diff --git a/src/angular/pages/p3xr-console.scss b/src/angular/pages/p3xr-console.scss index a578388..bb8d085 100644 --- a/src/angular/pages/p3xr-console.scss +++ b/src/angular/pages/p3xr-console.scss @@ -71,7 +71,7 @@ p3xr-console { #p3xr-console-input:focus { - @extend .p3xr-input:focus; + @extend .p3xr-input, :focus; } #p3xr-console-autocomplete.p3xr-console-autocomplete-quick #p3xr-console-input {