Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] web: show event date/duration on popover #166279

Commits on May 22, 2024

  1. [FIX] web: show event date/duration on popover

    Issue:
        - when you open a calendar event popover ,
        you can't see its time and duration
    
    Steps To Reproduce:
        - Go to calendar and create an event.
        - Click on the event and notice you can't
        see it's time and duration in popover.
    
    Solution:
        - We want to display the time in the popover for all
         modes. Therefore, I removed the scale === "month"
         condition from showTime. The showTime variable is used
         to set the isTimeHidden attribute, which is then checked
         in the computeDateTimeAndDuration function of the calendar
         popover.
    
    opw-3829004
    
    X-original-commit: c0017c2
    kawkb committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0ab910d View commit details
    Browse the repository at this point in the history