This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Feature requests
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.
Reply
It will be possible to do by adding ?mode=plan or ?mode=tile to the Visu app URL in the next beta version.
Reply
Borders on values in Plan view
Prefix (like suffix but before the value)
Reply
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 ";
}
Reply
(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.
Reply
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
Reply
(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.
Reply
There are too many customization options already Smile
Some very specific cases like yours can be solved with custom CSS.
Reply
Would it be possible to add a PIN to open widgets?

[Image: H6M5RS5.png]
Reply


Forum Jump: