start with appearance screen

This commit is contained in:
Helium314 2025-01-30 21:38:13 +01:00
parent 0b4bbdfdc9
commit a92a5fd2c0
7 changed files with 207 additions and 9 deletions

View file

@ -18,9 +18,8 @@ import kotlinx.coroutines.flow.MutableStateFlow
// good way to measure startup time? e.g. sth in activity, or in composable, compared to settings button
// check if there are simple ways to improve it (try kicking out "everything" at start)
// more pref screens
// appearance
// colors
// personal dictionary
// personal dictionary (maybe separately)
// languages (maybe separately)
// consider IME insets when searching
// improve performance when loading screens with many settings (lazyColumn?)