feat(branding): update app icons and logo for improved visual consistency

This commit is contained in:
2026-05-02 19:28:47 +02:00
parent f626c9533e
commit fe1d449fe0
10 changed files with 81 additions and 53 deletions

View File

@@ -12,5 +12,5 @@ interface HomeRepository {
val nextUp: StateFlow<List<Media>>
val latestLibraryContent: StateFlow<Map<UUID, List<Media>>>
fun ensureReady()
fun refreshHomeData()
suspend fun refreshHomeData()
}