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
Currently we fetch all of the apps every time a search occurs.
Instead we should check the /info.json and see if the sha changed when we last requested the apps.
If it has only then should we request the new apps, otherwise we should filter based on the cached apps.
The text was updated successfully, but these errors were encountered:
Description
Currently we fetch all of the apps every time a search occurs.
Instead we should check the
/info.json
and see if the sha changed when we last requested the apps.If it has only then should we request the new apps, otherwise we should filter based on the cached apps.
The text was updated successfully, but these errors were encountered: