When there is a new timezone conflict, you will be able to ignore it with a checkbox.
Fix T15349
Preview:
Differential D25420
Improving UX for ignoring timezone conflicts roberto.urbani on Aug 24 2023, 15:37. Authored by Tags None Referenced Files
Details
When there is a new timezone conflict, you will be able to ignore it with a checkbox. Preview: Having a conflicting timezone, click the notification so the usual popup appears. There is a checkbox, leave it checked to ignore the current conflict, uncheck to manually resolve the conflict by selecting one of the available timezones.
Diff Detail
Event TimelineComment Actions Adding another notification will only make this more annoying. Why not just improve the current dialog to make it easier to ignore the conflict? Comment Actions It would be one more click if we do it in the current dialog. The new notification is just one click and everything work; I'm for sure not a UX expert but this flow seems better to me Comment Actions But it adds another notification, and now the user will have to pick between 2 buttons that say "solve conflict". Comment Actions Maybe we can improve the current popup from current:
To (underlined the changed stuff):
So, just a new button in the current popup Comment Actions I kindly mark this as "request changes" since the author said that it needs an update to reflect the screenshot. Feel free to update with arc diff --update D25420 Comment Actions Updating D25420: Added a checkbox to ignore timezone conflict in Adjust Timezone dialog window. Using the checkbox instead of a button because this way it's possible to reuse the existing form. Also, i still didn't find a way to capture the additional button click event. This way, if you check the checkbox, it will use the current setting timezone. Comment Actions
I don't understand what this means? Also, can you post a screenshot of the dialog?
Comment Actions Updating D25420:
Comment Actions I like this approach, and prefer it to my simpler attempt from D25426; but have some minor suggestions:
Comment Actions I like these! Premising that the last part (hiding stuff) at the moment may be "somehow super-difficult" since at the moment this dialog is completely rendered by the server, and not by JavaScript. So about this last part, maybe we can ignore at the moment, and create a sub-task for the future. But let's see other opinions. Comment Actions (I accepted but before landing please first review all not-done inline comments: https://we.phorge.it/differential/revision/inlines/25420/ and this comment: https://we.phorge.it/D25420#12264 )
|