feat(search): wire full-screen search with genre browsing

This commit is contained in:
2026-05-02 15:15:20 +02:00
parent c6fe84654f
commit 672d8e1d64
9 changed files with 301 additions and 234 deletions

View File

@@ -0,0 +1,5 @@
package hu.bbara.purefin.model
data class Genre(
val name: String
)