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
I have an issue with viewing dashboards in PE app 1.3.0. The target path does not seem to be handled correctly when trying to navigate, see attached screenshots.
|
A breakpoint on row 150 in dashboard_widget.dart renders
That path will then fail in the if statement on row 80 in dashboard_controller.dart
Am I missing something here, or how can I get the dashboard widget to work?
Also, the widget renders quite poorly at the moment.
The text was updated successfully, but these errors were encountered:
Thanks and sorry for the late reply. I'm away and haven't had the possibility to check this yet. I'm back in next week and will be able to try it then.
I had a problem with the branch, primarily errors with alarm handling, but instead of trying to understand that I just took your lines from the commit (this).
It works as expected, except that "all" never renders for me. If I try to go there I get stuck with the loading blobs/circles. But the direct links to dashboards work nicely.
To get the widget to render better on mobile, I made a change in Widget CSS to hide the "Add dashboard" button.
Hi,
I have an issue with viewing dashboards in PE app 1.3.0. The target path does not seem to be handled correctly when trying to navigate, see attached screenshots.
|
A breakpoint on row 150 in dashboard_widget.dart renders
That path will then fail in the if statement on row 80 in dashboard_controller.dart
Am I missing something here, or how can I get the dashboard widget to work?
Also, the widget renders quite poorly at the moment.
The text was updated successfully, but these errors were encountered: