Skip to content

Commit

Permalink
r0b08x [chore] 3/10/2024, 8:05:07 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 10, 2024
1 parent 4427a51 commit fa25f33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.4.137
# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.138



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

---

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

[![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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-redis-ui-material",
"version": "2024.4.137",
"version": "2024.4.138",
"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
6 changes: 6 additions & 0 deletions src/angular/provider/p3xr-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ body[md-theme="p3xrThemeEnterpriseLayout"] md-toolbar.md-hue-1 .md-button-dark-h
background-color: rgba(0, 0, 0, 0.1) !important; /* Lighten on hover for example */
}
[data-p3xr-tree-key]:hover {
background-color: ${this.isDark() ? $mdColors.getThemeColor(p3xr.state.themeCommon + '-accent-300') : $mdColors.getThemeColor(p3xr.state.themeCommon + '-accent-800') } !important;
color: ${this.isDark() ? 'black' : 'white' } !important;
padding: 2px;
}
.p3xr-theme-dark .p3xr-content-border {
border-left: 1px solid ${borderColor};
border-right: 1px solid ${borderColor};
Expand Down
2 changes: 1 addition & 1 deletion src/core/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ p3xr.settings = {
timeout: 5000,
position: 'bottom right',
},
debounce: 250,
debounce: 100,
debounceSearch: 2000,
cookieExpiry: cookieExpiry,
connection: {
Expand Down

0 comments on commit fa25f33

Please sign in to comment.