mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
(almost) complete toolbar screen
This commit is contained in:
parent
724b292edb
commit
52e0e891fe
5 changed files with 134 additions and 43 deletions
|
@ -14,11 +14,11 @@ import helium314.keyboard.latin.utils.DeviceProtectedUtils
|
|||
import kotlinx.coroutines.flow.MutableStateFlow
|
||||
|
||||
// todo
|
||||
// add reorder / enable dialog
|
||||
// maybe a more generic / reusable wrapper dialog
|
||||
// need to adjust icons, because compose refuses to work with rotated drawables (arrows)
|
||||
// drag handle should have "dimmed" color, iirc there are some theme defaults with the localCompositionProvider?
|
||||
// more pref screens, and other super-custom things
|
||||
// need to adjust icons, because compose refuses to work with rotated drawables (arrows on toolbar keys)
|
||||
// more pref screens
|
||||
// other super-custom things
|
||||
// toolbar key customizer (missing from toolbar screen)
|
||||
// icon selector
|
||||
// consider IME insets when searching
|
||||
// improve performance when loading screens with many settings (lazyColumn?)
|
||||
// screens could have a lazy column of preferences and category separators, and the list has an if-setting-then-null for hiding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue