LogicMachine Forum
Feature requests - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: Feature requests (/showthread.php?tid=5692)

Pages: 1 2 3 4 5 6 7


RE: Feature requests - Juande - 18.03.2026

Hello,

First of all, congratulations on the work done on the new display, both on smartphones and PCs.

I wanted to ask a question: previously it was possible to force the display format (PC or smartphone) using the URL. In this new version, is there or is there a plan to manually select the desired display format?

It would be very useful to be able to choose it regardless of the device.

Thank you.


RE: Feature requests - admin - 19.03.2026

It will be possible to do by adding ?mode=plan or ?mode=tile to the Visu app URL in the next beta version.


RE: Feature requests - KoBra - 29.03.2026

Borders on values in Plan view
Prefix (like suffix but before the value)


RE: Feature requests - admin - 30.03.2026

It can be done via Custom CSS.

Value border (additional class value-border):
Code:
.value-border .value {
  border: 1px red solid;
  border-radius: 4px;
  padding: 2px 4px;
  background: yellow;
}

Value prefix (additional class value-prefix):
Code:
.value-prefix .value-content:before {
  content: "Prefix ";
}



RE: Feature requests - KoBra - 01.04.2026

(30.03.2026, 07:47)admin Wrote: It can be done via Custom CSS.

Value border (additional class value-border):
Code:
.value-border .value {
  border: 1px red solid;
  border-radius: 4px;
  padding: 2px 4px;
  background: yellow;
}

Value prefix (additional class value-prefix):
Code:
.value-prefix .value-content:before {
  content: "Prefix ";
}

Thank you, it works but i sometimes like for visibility purposes to add also a border in the plan view to not only values but also icons so a selection box would be a great addition

Prefix works also but for every individual prefix you have to make a CSS. Having a box like suffix that you can fill with a prefix would be even better.


RE: Feature requests - admin - 01.04.2026

Quote:Thank you, it works but i sometimes like for visibility purposes to add also a border in the plan view to not only values but also icons so a selection box would be a great addition
Enable "Apply background/border to Plan view widgets (excluding widgets in Compact mode)" in Global appearance settings > Widgets


RE: Feature requests - KoBra - 01.04.2026

(01.04.2026, 09:30)admin Wrote:
Quote:Thank you, it works but i sometimes like for visibility purposes to add also a border in the plan view to not only values but also icons so a selection box would be a great addition
Enable "Apply background/border to Plan view widgets (excluding widgets in Compact mode)" in Global appearance settings > Widgets

Point is i would like to have it also for widgets in compact mode specially for disabled people that can only view in greyscale.


RE: Feature requests - admin - 02.04.2026

There are too many customization options already Smile
Some very specific cases like yours can be solved with custom CSS.


RE: Feature requests - Novodk - 09.04.2026

Would it be possible to add a PIN to open widgets?

[Image: H6M5RS5.png]