You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic UI uses the default font size defined by Material Design Lite which is 14px for texts like sitemap element label and sitemap element value in particular.
On a phone with high resolution screen, texts could appear a little small. Users (not all of course) would appreciate a bigger font size. We need a setting to choose between the default font size and a bigger font size.
Your suggestion
Now that I have implemented local device settings for Basic UI (PR in review), my proposal is to add a new device setting to enable or disable a bigger font size. The default value will be "disabled" meaning the rendering will be unchanged (backward compatibility).
The text was updated successfully, but these errors were encountered:
Closesopenhab#1832Closesopenhab#1930Closesopenhab#2342
A new page is available to show and update all per-device settings. This page is accessible through the sitemap list page or the home page of any sitemap.
Basic UI theme now matches the dark mode of Main UI. It can be updated either in Main UI or in the new page of Baisc UI.
Web Audio can also be enabled either in Main UI or Basic UI.
The iconify setting is now enabled by default. The script to handle iconify icons is now loaded in sitemap pages only if the iconify setting is enabled.
New settings are also available to control the size of the chart and the size of content (text, line) in the chart.
A new setting is also available to enable a bigger font size.
Signed-off-by: Laurent Garnier <[email protected]>
Closesopenhab#1832Closesopenhab#1930Closesopenhab#2342
A new page is available to show and update all per-device settings. This page is accessible through the sitemap list page or the home page of any sitemap.
Basic UI theme now matches the dark mode of Main UI. It can be updated either in Main UI or in the new page of Baisc UI.
Web Audio can also be enabled either in Main UI or Basic UI.
The iconify setting is now enabled by default. The script to handle iconify icons is now loaded in sitemap pages only if the iconify setting is enabled.
New settings are also available to control the size of the chart and the size of content (text, line) in the chart.
A new setting is also available to enable a bigger font size.
Signed-off-by: Laurent Garnier <[email protected]>
Which UI are you reporting an issue for?
The problem
Basic UI uses the default font size defined by Material Design Lite which is 14px for texts like sitemap element label and sitemap element value in particular.
On a phone with high resolution screen, texts could appear a little small. Users (not all of course) would appreciate a bigger font size. We need a setting to choose between the default font size and a bigger font size.
Your suggestion
Now that I have implemented local device settings for Basic UI (PR in review), my proposal is to add a new device setting to enable or disable a bigger font size. The default value will be "disabled" meaning the rendering will be unchanged (backward compatibility).
The text was updated successfully, but these errors were encountered: