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

Add pseudo-classes to CalendarView header #205

Merged
merged 2 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. Add pseudo-classes to CalendarView header

    Implemented pseudo-classes for the CalendarView header to indicate its layout position (left, center, or right). This change enhances the visual differentiation of header layouts by applying corresponding CSS styles.
    leewyatt committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f202c6b View commit details
    Browse the repository at this point in the history
  2. Switch to reactive header layout update

    Replaced the header layout listener mechanism with a reactive subscription to enhance responsiveness and maintain consistency. This change ensures that updates to the header layout are handled more efficiently, accommodating dynamic adjustments in the view.
    leewyatt committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    eaf96ca View commit details
    Browse the repository at this point in the history