This PR was merged into the main branch.
Discussion
----------
[Toolkit][Shadcn] Add examples for combined `*Dialog` and `Tooltip` triggers
| Q | A
| -------------- | ---
| Bug fix? | no
| New feature? | yes
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
<!--
Replace this notice by a description of your feature/bugfix.
-->
Related to https://github.com/symfony/ux/pull/3409
Commits
-------
2f3869ee [Toolkit][Shadcn] Add examples for combined `*Dialog` and `Tooltip` triggers
Forgotten in edd15a54cc.
When a visitor visit the site for the first time, `const theme = localStorage.getItem('user-theme') || (window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');` can gives `dark` if `user-theme` is not present in the local storage and is matching the user's dark color scheme.
But the Toolkit `<iframe>` previews needs to have access to `user-theme` key from local storage, without this fix, the site can be dark but the Toolkit preview light.
This PR was merged into the main branch.
Discussion
----------
[Toolkit][Shadcn] Update documentation for Alert component
| Q | A
| -------------- | ---
| Bug fix? | no
| New feature? | no
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
Related to https://github.com/symfony/ux/pull/3318
Commits
-------
d52b891b [Toolkit][Shadcn] Update documentation for Alert component
This PR was merged into the main branch.
Discussion
----------
[Toolkit][Shadcn] Add documentation for Toolkit recipe
| Q | A
| -------------- | ---
| Bug fix? | no
| New feature? | no
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
Related to https://github.com/symfony/ux/pull/3321
Commits
-------
b1b5ccad [Toolkit][Shadcn] Add documentation for Toolkit recipe
This PR was merged into the main branch.
Discussion
----------
[Toolkit][Shadcn] Add documentation for Accordion recipe
| Q | A
| -------------- | ---
| Bug fix? | no
| New feature? | no
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
Related to https://github.com/symfony/ux/pull/3292
Commits
-------
8271ae7 [Toolkit][Shadcn] Add documentation for Accordion recipe
This PR was squashed before being merged into the main branch.
Discussion
----------
Add PHPStan
| Q | A
| -------------- | ---
| Bug fix? | no
| New feature? | no
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
<!--
Replace this notice by a description of your feature/bugfix.
-->
Commits
-------
1d73c40 Add PHPStan
This PR was merged into the main branch.
Discussion
----------
Replace `_em` by `getEntityManager()`, close#5
| Q | A
| -------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | Fix#5 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
<!--
Replace this notice by a description of your feature/bugfix.
-->
<img width="1388" height="610" alt="image" src="https://github.com/user-attachments/assets/de9f39b4-3a95-4951-91c7-3fbb661e0167" />
Commits
-------
4ed0f88f Replace `_em` by `getEntityManager()`, close#5
This PR was squashed before being merged into the main branch.
Discussion
----------
Remove `$packageRepository` from code examples
| Q | A
| -------------- | ---
| Bug fix? | no
| New feature? | no
| Issues |
| License | MIT
This code example on the website looks weird to me as it not working if we copy/paste it and this repository is not used anywhere
I suggest to remove this part for a more "beginner friendly" code example
Commits
-------
272b260b Remove `$packageRepository` from code examples
This PR was merged into the main branch.
Discussion
----------
[Site] Update github base url
| Q | A
| -------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | Fix [issue on code repo](https://github.com/symfony/ux/issues/3297)
| License | MIT
Update github link to follow the repo change
Commits
-------
07ffb038 [Site] Update github base url