Tweak categories view

- Remove Compose top app bar behaviour since it's kind of jank -- we'll probably just remove the scrolling behaviour everywhere
- Tap title to rename
- Focus in textfield when opening dialogs
This commit is contained in:
arkon
2022-07-16 17:28:12 -04:00
parent 46ac9fe970
commit 0b78028cf6
8 changed files with 48 additions and 27 deletions

View File

@@ -57,7 +57,7 @@ fun LibraryGridCover(
) {
if (isLocal) {
Badge(
text = stringResource(id = R.string.local_source_badge),
text = stringResource(R.string.local_source_badge),
color = MaterialTheme.colorScheme.tertiary,
textColor = MaterialTheme.colorScheme.onTertiary,
)

View File

@@ -103,7 +103,7 @@ fun LibraryListItem(
}
if (item.isLocal) {
Badge(
text = stringResource(id = R.string.local_source_badge),
text = stringResource(R.string.local_source_badge),
color = MaterialTheme.colorScheme.tertiary,
textColor = MaterialTheme.colorScheme.onTertiary,
)