Convert load callbacks to async/await (#3050)

Another one of these PRs....
This commit is contained in:
Veeck
2023-02-22 20:03:05 +01:00
committed by GitHub
parent 498b440174
commit b5b61246e6
3 changed files with 56 additions and 66 deletions

View File

@@ -37,6 +37,7 @@ _This release is scheduled to be released on 2023-04-01._
- Update dates in Calendar widgets every minute
- Cleanup jest coverage for patches
- Update `stylelint` dependencies, switch to `stylelint-config-standard` and handle `stylelint` issues
- Convert load callbacks to async/await
- Convert module start to async/await
- Convert translator callbacks to async/await
- Convert app-start/-stop callbacks to async/awaits