Open Cramsden opened 3 days ago
Messages | |
---|---|
:book: | Project coverage: 33.28% |
:book: | Edited 10 files |
:book: | Created 6 files |
File | Coverage | |
---|---|---|
HomepageState.swift | 92.31% | ✅ |
WallpaperStorageUtility.swift | 41.86% | ⚠️ |
WallpaperAction.swift | 100.0% | ✅ |
Wallpaper.swift | 89.43% | ✅ |
WallpaperBackgroundView.swift | 94.55% | ✅ |
AppState.swift | 95.89% | ✅ |
LegacyHomepageViewController.swift | 35.94% | ⚠️ |
WallpaperManager.swift | 21.68% | ⚠️ |
WallpaperMiddleware.swift | 97.83% | ✅ |
HomepageViewController.swift | 37.64% | ⚠️ |
LegacyWallpaperBackgroundView.swift | 90.63% | ✅ |
WallpaperState.swift | 97.3% | ✅ |
Generated by :no_entry_sign: Danger Swift against ce7a6aee59e30d6a2e01516ae9a441ebbb79ecf9
:scroll: Tickets
Jira ticket Github issue
:bulb: Description
Move wallpaper to new homescreen
WallpaperView
and move existingWallpaperView
toLegacyWallpaperView
wallpaperDidChange
as this will be handled by reduxAdd redux for wallpaper actions like initial load and changing the wallpaper
WallpaperAction
WallpaperMiddleware
as interface forWallpaperManager
WallpaperManager
is still being interacted directly everywhere other than the new home screenWallpaperState
as as sub-state forHomepageState
TODO:
:pencil: Checklist
You have to check all boxes before merging
@Mergifyio backport release/v120
)