SwiftUI NavigationController and UserNotificationControllers (#309)

* Fixes #286 - Adopted the new SwiftUI NavigationStack based NavigationController throughout the application
* Fixes #315 - Implemented new user notification components on top of SwiftUI and the new navigation flows
* Add home screen fade animation between skeletons and real rooms
* Bump the danger-swift version used on the CI and swiftlint with it
* Renamed Splash to Onboarding, Empty to Splash
This commit is contained in:
Stefan Ceriu
2022-11-16 15:37:34 +02:00
committed by GitHub
parent d2bc816b14
commit 8d2e30c0b6
108 changed files with 1627 additions and 3720 deletions

View File

@@ -16,6 +16,6 @@ jobs:
key: danger-swift-cache-key
- name: Danger
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.12.3
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.14.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}