You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Fix scrolling in bottom sheet and update select dialog
- Fixed issue where scrolling a LazyColumn inside a BottomSheet would cause the BottomSheet itself to scroll instead.
- Modified `SysttsSelectBottomSheet` to display a list of enabled TTS configurations using `LazyColumn`.
- Added `HtmlText` to display the description of the TTS configurations.
- Added padding to the LazyColumn items for better readability.
- Fixed issue where `SysttsSelectBottomSheet` in `ReplaceRuleEditScreen` was commented out.
Copy file name to clipboardExpand all lines: app/src/main/java/com/github/jing332/tts_server_android/compose/systts/replace/edit/ReplaceRuleEditScreen.kt
Copy file name to clipboardExpand all lines: app/src/main/java/com/github/jing332/tts_server_android/compose/systts/replace/edit/TtsConfigSelectDialog.kt
0 commit comments