sheets-compose-dialogs icon indicating copy to clipboard operation
sheets-compose-dialogs copied to clipboard

✨ Enhancing Android UIs: A Jetpack Compose Library supporting a wide range of common use-cases with Material Design 3 Dialogs, Popups, and Bottom Sheets. ✨

Results 15 sheets-compose-dialogs issues
Sort by recently updated
recently updated
newest added

Right now the datetime dialog supports only min year and max year, however a common use case is for example select a date in the future only or set boundaries...

feature

We need to react to the user selecting different days on the calendar, is that possible?

enhancement

If the “local” is in China, com.maxkeppeler.sheets.date_time.utils.getLocalizedPattern() result is ”pattern=y年M月d日“ then com.maxkeppeler.sheets.date_time.utils.getLocalizedValues() ![image](https://github.com/maxkeppeler/sheets-compose-dialogs/assets/14539415/7be324c1-ae63-4f57-b807-794c86e77692) Unable to obtain correct results

bug

We are not satisfied with the UX/UI of the datetime dialog. While we are using a custom implementation, you may want to address the following issue: The dialog has no...

After updating to 1.1.0, we noticed that on landscape, dialogs are sometimes unnecessarily small (depends on target device dpi) Is this intended? The button sizes and paddings do not follow...

enhancement