saleor-apps-redis_apl/.changeset/dirty-olives-search.md
Lukasz Ostrowski 639dfc33ad
Improve invoices app loading strategy (#253)
* Invoices: Remove initial loading spinner and postpone NotifyReady event

* Remove graphql provider

* Remove unused Loader component
2023-03-09 13:06:45 +01:00

5 lines
252 B
Markdown

---
"saleor-app-invoices": minor
---
App no longer shows initial loading spinner. It renders nothing until initial required data (channels) are fetched. When this happens, AppBridge informs Dashboard (via NotifyReady action) that it can be displayed.