components icon indicating copy to clipboard operation
components copied to clipboard

Feature/1862 calendar development

Open Diaan opened this issue 4 months ago • 3 comments

Diaan avatar Sep 16 '25 09:09 Diaan

🦋 Changeset detected

Latest commit: 637254e2b347ff19a71b6edb0fe1adb2574eaeea

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 37 packages
Name Type
@sl-design-system/shared Minor
@sl-design-system/calendar Patch
@sl-design-system/date-field Patch
@sl-design-system/accordion Patch
@sl-design-system/announcer Patch
@sl-design-system/avatar Patch
@sl-design-system/button Patch
@sl-design-system/callout Patch
@sl-design-system/checkbox Patch
@sl-design-system/data-source Patch
@sl-design-system/dialog Patch
@sl-design-system/editor Patch
@sl-design-system/emoji Patch
@sl-design-system/form Patch
@sl-design-system/format-date Patch
@sl-design-system/format-number Patch
@sl-design-system/grid Patch
@sl-design-system/inline-message Patch
@sl-design-system/menu Patch
@sl-design-system/number-field Patch
@sl-design-system/paginator Patch
@sl-design-system/panel Patch
@sl-design-system/popover Patch
@sl-design-system/radio-group Patch
@sl-design-system/search-field Patch
@sl-design-system/select Patch
@sl-design-system/switch Patch
@sl-design-system/tabs Patch
@sl-design-system/tag Patch
@sl-design-system/text-area Patch
@sl-design-system/text-field Patch
@sl-design-system/toggle-button Patch
@sl-design-system/toggle-group Patch
@sl-design-system/tooltip Patch
@sl-design-system/tree Patch
@sl-design-system/virtual-list Patch
@sl-design-system/tool-bar Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Sep 16 '25 09:09 changeset-bot[bot]

🕸 Website preview

You can view a preview here (commit 637254e2b347ff19a71b6edb0fe1adb2574eaeea).

github-actions[bot] avatar Sep 16 '25 09:09 github-actions[bot]

🕸 Storybook preview

You can view a preview here (commit 637254e2b347ff19a71b6edb0fe1adb2574eaeea).

github-actions[bot] avatar Sep 16 '25 09:09 github-actions[bot]

When you hover over an indicator dot and then move on to the date the tooltip doesn't disappear. Could be that it's the same issue as #2836 Or maybe the tooltip is not on the right element?

https://github.com/user-attachments/assets/1c1579a0-3c0e-40e2-965b-9f27813cf8c1

Diaan avatar Nov 27 '25 15:11 Diaan

There is something weird happening in the day view "all" story: https://jolly-stone-0f7fffc03-2636.westeurope.6.azurestaticapps.net/?path=/story/date-time-calendar-select-day--all

In safari and firefox only one of the calendars is shown on the correct month: image It doesn't happen always, sometimes it occurs after a page refresh.

For the calendars that are shown on an incorrect month the arrows to navigate to a different month don't work.

Anna suggested that this might be due to something with the scroll-end event.

Also (if indeed scroll-end is the issue, this is probably related) there is a tiny flicker of another month that is visible just at the end of the scroll animation. It's so fast that I can't capture it on video, but it's there :D

Diaan avatar Nov 28 '25 10:11 Diaan