@sagarshiroya_x Github p jo notes create kara hai usse se bohat kuch sikha...thanks for sharing and create a visual notes of the sessions. One again thanks โจ.
@theo Why do people use third-party state management libraries instead of the `useSyncExternalStore` hook, even though libraries like "Redux" and "Zustand" use it under the hood? Is it mainly for features like time-travel debugging?
@mannupaaji In `#mood-details-popover {}`
When using `position-area: block-start`, trying `position-area: block-start center` didnโt behave as expected.
Instead of positioning at the top-center of the anchor element, it triggered
`position-try-fallbacks: --try-center`.
@mannupaaji You can try it here: https://t.co/3xUT7qnEhy
At first, set a mood. Then go to the weekly view or calendar view. At the bottom, youโll see an emoji representing the mood you set. When you click on it, a popover opens.
For positioning this popover, I used CSS Anchor Positioning.
@mannupaaji About `inset-inline-start: anchor(--dynamicPosition right)`
This behaves similarly to `position-area: inline-end`, but there are subtle differences.
Try commenting one and enabling the otherโyouโll notice the difference clearly.