cloudoperators / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
2 stars 0 forks source link

bug(ui): DateTimePicker issues #68

Open edda opened 3 weeks ago

edda commented 3 weeks ago
TilmanHaupt commented 2 weeks ago

The DatePicker has a problem in the Scheduled Silence Modal inside greenhouse. The DatePicker opens outside the shown parts of the Modal so you need to scroll to the right to actually use the modal. This bug is just appearing if the window / modal get very small.

Image

The Layout of the range mode as possible workaround makes it not possible for me to define a start and end time. Just the end time is possible to set to a certain time in this case. I am also not sure if setting both dates with a time it would be confusing in the interface anyway.

Image