Draft: app-grid: Fix the delay when loading applications
This is a solution of slow apps loading problem.
I have a few points that I would like to know:
- How do I get the
scale
of the currentMonitor
in theapp-grid
(this is necessary for icon rendering quality)? - Is it worth rewriting the library from Vala to C as a module (I relied on the fact that the problem is not only phosh and I would like to reuse the code in a couple of my applications)?
- Is it worth removing
SEARCH_DEBOUNCE
, since now it is not needed, following the comment?
closes #1084