ProtonMail / proton-calendar

Proton Calendar built with React.
143 stars 18 forks source link

Event end time formatting #14

Open petrsiegl opened 3 years ago

petrsiegl commented 3 years ago

Hello - low priority UI request.

Problem: When choosing end time for an event the formatting is a bit weird. Because of the end time having also length of the event appended the center alignment doesn't work that well. The times are all over the place. Also longer ones break to two lines.

Proposed solution: Align the options to the side so the times align and you can quickly scan them.

date-end

Thanks for considering!

valentinbonneaud commented 3 years ago

Hi @petrsiegl, thanks for opening this issue. I agree with your solution, the start time is not affected by the center alignment as the text width is constant, which is not the case for the end time. We will left-align the dropdowns in an upcoming release.

We will let you know when the fix will be deployed.

Thanks!