Many Many updates and fixes!

Update to Tachidesk 0.3.7
Update to compose build198
State persistence for the sources menu!
Update setup scripts for using a specific version of Tachidesk
Backup support
Context menu now half works
Server service fixes
Chapter context menu to mark as read and other features
Start screen customization
Extension update and obsolete support
This commit is contained in:
Syer10
2021-05-19 17:27:48 -04:00
parent f92e7baeb8
commit c06ea33112
34 changed files with 885 additions and 208 deletions

View File

@@ -7,7 +7,6 @@
package ca.gosyer.ui.settings
import androidx.compose.foundation.border
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.PaddingValues
@@ -137,6 +136,7 @@ private fun ThemeItem(
Color.White.copy(alpha = 0.15f)
}
Surface(
onClick = { onClick(theme) },
elevation = 4.dp,
color = theme.colors.background,
shape = borders,
@@ -144,7 +144,6 @@ private fun ThemeItem(
.size(100.dp, 160.dp)
.padding(8.dp)
.border(1.dp, borderColor, borders)
.clickable(onClick = { onClick(theme) })
) {
Column {
Box(