Skip to content

Commit

Permalink
r0b08x [chore] 12/27/2024, 10:09:25 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Dec 27, 2024
1 parent d1228cf commit 67d486d
Show file tree
Hide file tree
Showing 10 changed files with 8,146 additions and 20,207 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.124
# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.10.126



Expand Down Expand Up @@ -87,7 +87,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.10.124
[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.10.126

[![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)

Expand Down
20,199 changes: 0 additions & 20,199 deletions package-lock.json

This file was deleted.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-redis-ui-material",
"version": "2024.10.124",
"version": "2024.10.126",
"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",
Expand Down Expand Up @@ -48,6 +48,7 @@
"@fontsource/roboto-mono": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@uirouter/angularjs": "^1.1.1",
"@uirouter/core": "^6.1.1",
"angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-aria": "^1.8.3",
Expand All @@ -63,7 +64,7 @@
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^9.1.0",
"copy-webpack-plugin": "^12.0.2",
"corifeus-builder": "^2024.10.111",
"corifeus-builder": "^2024.10.202",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"grunt-injector": "^1.1.0",
Expand Down Expand Up @@ -96,5 +97,6 @@
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/redis-ui-material"
"homepage": "https://corifeus.com/redis-ui-material",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
5 changes: 4 additions & 1 deletion src/angular/layout/p3xr-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,12 @@

<span flex></span>

<p3xr-button ng-click="$ctrl.openLink.corifeusNetwork()" p3xr-label="$root.p3xr.strings.title.corifeusNetwork" p3xr-fa-icon="fa-solid fa-network-wired"
p3xr-tooltip-direction="top"></p3xr-button>


<p3xr-button ng-click="$ctrl.openLink.donate()" p3xr-label="$root.p3xr.strings.title.donate" p3xr-fa-icon="fas fa-donate"
p3xr-tooltip-direction="top"></p3xr-button>
p3xr-tooltip-direction="top"></p3xr-button>


<md-menu ng-if="!$root.isElectron || ($root.isElectron && $ctrl.isElectronInitialized)">
Expand Down
4 changes: 3 additions & 1 deletion src/angular/layout/p3xr-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ p3xr.ng.component('p3xrLayout', {
donate: () => {
window.open(`https://www.paypal.me/patrikx3`, `p3x-redis-ui-donate`)
},

corifeusNetwork: () => {
window.open(`https://network.corifeus.com`, `corifeus-network`)
}
}

const camelCase = require('lodash/camelCase')
Expand Down
1 change: 1 addition & 0 deletions src/strings/en/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const strings = {
server_error: "Server error, please try again",
},
title: {
corifeusNetwork: "Corifeus Network",
donate: "Donate",
jsonRecursive: "Expanding all leafs",
name: "P3X Redis UI",
Expand Down
1 change: 1 addition & 0 deletions src/strings/ru/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const strings = {
server_error: "Серверная ошибка, пожалуйсто попробуйте снова",
},
title: {
corifeusNetwork: "Корифейс Сеть",
donate: "Донат",
jsonRecursive: "Расширяем все листья",
name: "P3X Redis UI",
Expand Down
1 change: 1 addition & 0 deletions src/strings/zn/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const strings = {
server_error: "服务器错误,请重试",
},
title: {
corifeusNetwork: "Corifeus Network",
donate: "捐赠",
jsonRecursive: "展开所有叶子",
name: "P3X Redis UI",
Expand Down
2 changes: 1 addition & 1 deletion src/vendor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import '~angular-material/angular-material.css';
@import '~angular-tree-control/css/tree-control.css';
@import '~angular-json-tree/dist/angular-json-tree.css';
@import '~@fortawesome/fontawesome-free/css/all.min.css';
@import '~@fortawesome/fontawesome-free/css/all.css';


@import '~@fontsource/roboto/300.css';
Expand Down
Loading

0 comments on commit 67d486d

Please sign in to comment.