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
The BitCircularTimePicker component currently uses an enum, BitCircularTimePickerDialMode, to switch between hour and minute modes. This approach can be simplified by using a boolean value instead.
The text was updated successfully, but these errors were encountered:
msynk
changed the title
Refactor BitCircularTimePicker to use boolean instead of enum
Remove the redundant BitCircularTimePickerDialMode enum in the BitCircularTimePickerApr 27, 2024
The
BitCircularTimePicker
component currently uses an enum,BitCircularTimePickerDialMode
, to switch between hour and minute modes. This approach can be simplified by using a boolean value instead.The text was updated successfully, but these errors were encountered: