sapcc / juno

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

[supernova] UI bug in Scheduled Silences >>> DatePicker #610

Open TilmanHaupt opened 1 month ago

TilmanHaupt commented 1 month 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. This just happens if the modal get very small. I dont know how to solve the issue. Thanks. 👍

Image Image Image

edda commented 1 month ago

@TilmanHaupt can you try to change this that instead of having two separate datepicker instances to use one with the range feature?

TilmanHaupt commented 3 weeks ago

The Layout of the range mode makes it not possible for me to define a start and endtime. Just the endtime is flexible in this case. Also in terms of understanding the UI I am in favor to split this information up in 2 DateTimePicker. So even if you would have the possibility of setting both dates with a time it would be a IMO a confusing interface

Image