feat: add screen transitions and rebrand to MyIce
- AnimatedContent with fade transitions between screens (300ms) - Desktop window title 'MyIce' (dropped 'K' codename)
This commit is contained in:
@@ -22,7 +22,7 @@ import androidx.compose.ui.window.application
|
||||
import ch.parano.myicek.auth.DesktopOAuthClient
|
||||
|
||||
fun main() = application {
|
||||
Window(onCloseRequest = ::exitApplication, title = "MyIceK") {
|
||||
Window(onCloseRequest = ::exitApplication, title = "MyIce") {
|
||||
App(oauthClient = DesktopOAuthClient())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user