feat: web UI library views — artists / artist detail / album detail #18
@@ -105,6 +105,8 @@ fun SettingsScreen(
|
||||
onClick = { navController.navigate(Admin) },
|
||||
)
|
||||
}
|
||||
ProfileCard()
|
||||
PasswordCard()
|
||||
AppearanceCard(themeMode = themeMode, onPick = themeVm::setThemeMode)
|
||||
StorageCard()
|
||||
AboutCard()
|
||||
|
||||
Reference in New Issue
Block a user