unfoldedcircle / feature-and-bug-tracker

Feature and bug tracker repository for Unfolded Circle products
24 stars 0 forks source link

[bug] When opening an activity with a page containing multiple icons, the icons load slowly #306

Open loekf opened 7 months ago

loekf commented 7 months ago

Is there an existing issue for this?

Description

When you start an activity and a page contains many icons, the icons load slowly and bottom to top. This looks bad. After the page has been loaded and you swipe between pages, also with many icons, the pages appear instantly.

I think this is bad coding. I would load the icons in the background, preferably during sending commands happening at the start of the activity, keep the screen black, then when all datastructures etc. have been setup, then show the page.

How to Reproduce

Any activity with e.g. multiple icons on a page

Expected behavior

See above, think it can be improved.

System version

1.6.7

What part of the system affected by the problem?

UI

Additional context

No response

pr11me commented 6 months ago

I've noticed this, too, on H4V5 grid using 1.7.5. It's painful from a UX perspective, please prioritize ;) Probably just a quick and dirty impl to blame, so fix should be straightforward as OP suggests.