445 Commits

Author SHA1 Message Date
Hugo Alliaume
c927e11428 Merge pull request #35 from Kocal/tailwindcss-0-preparations-and-foundations 2026-03-23 23:58:10 +01:00
Hugo Alliaume
f2f3837072 Install TailwindCSS, setup configuration file and infrastructure 2026-03-23 23:41:16 +01:00
Hugo Alliaume
17de071c40 feature #33 [Toolkit][Shadcn] Add examples for combined *Dialog and Tooltip triggers (Kocal)
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
2026-03-23 22:42:22 +01:00
Hugo Alliaume
2f3869eefd [Toolkit][Shadcn] Add examples for combined *Dialog and Tooltip triggers
Related to https://github.com/symfony/ux/pull/3409
2026-03-23 22:38:24 +01:00
Hugo Alliaume
ae24196d02 [Native] Add OG image
Thanks @smnandre!
2026-03-20 08:11:18 +01:00
Hugo Alliaume
428d8730c0 Merge pull request #31 from Kocal/native 2026-03-18 08:48:01 +01:00
Hugo Alliaume
e0317a0309 [Native] Add package page 2026-03-18 01:45:15 +01:00
Hugo Alliaume
a1c524b9d3 Merge pull request #30 from MrYamous/alert-example-style 2026-03-16 22:01:58 +01:00
Matthieu Lempereur
f895b24290 display class as code in alert example 2026-03-16 18:03:56 +01:00
Hugo Alliaume
910e87490a Merge pull request #27 from DcgRG/toolkit-shadcn-tabs 2026-03-15 20:33:16 +01:00
DcgRG
63c5fa7d5b [Toolkit][Shadcn] Add Tabs component 2026-03-15 20:30:15 +01:00
Hugo Alliaume
f1d8ec400f Configure Twig-CS-Fixer for Toolkit documentation templates 2026-03-15 16:25:37 +01:00
Hugo Alliaume
0db7109d39 Merge pull request #29 from Kocal/toolkit-dialogs-opened 2026-03-15 16:19:14 +01:00
Hugo Alliaume
c567466cbb [Toolkit][*Dialog] Add example for opened by default state
Related to https://github.com/symfony/ux/pull/3376
2026-03-15 16:15:45 +01:00
Hugo Alliaume
2d51a36099 Merge pull request #26 from MrYamous/3352 2026-02-25 21:47:30 +01:00
MrYamous
d22e6af3be [LiveComponent] Fix uploading file demo 2026-02-24 20:42:29 +01:00
Hugo Alliaume
2d6ae0025b Merge pull request #24 from Kocal/changelog.md 2026-02-24 00:32:18 +01:00
Hugo Alliaume
152189be12 [Changelog] Add markdown version 2026-02-24 00:27:29 +01:00
Hugo Alliaume
567d0438d7 Merge pull request #22 from MrYamous/deprecate-togglepassword
[TogglePassword] Deprecate component
2026-02-23 07:48:50 +01:00
Hugo Alliaume
78fc7dea39 Merge pull request #23 from MrYamous/deprecate-swup
[Swup] Deprecate component
2026-02-23 07:48:40 +01:00
Hugo Alliaume
a965172bf9 Merge pull request #21 from MrYamous/deprecate-lazyimage
[LazyImage] Deprecate component
2026-02-23 07:48:32 +01:00
MrYamous
0716e936da [Swup] Deprecate component 2026-02-21 15:06:20 +01:00
MrYamous
0f56f0f03b [TogglePassword] Deprecate component 2026-02-21 15:06:03 +01:00
MrYamous
22db37e5fc [LazyImage] Deprecate component 2026-02-21 15:04:24 +01:00
Hugo Alliaume
c710536faf Merge pull request #18 from MrYamous/typed-deprecated
[Typed] Deprecate the component
2026-02-21 11:18:44 +01:00
Hugo Alliaume
4d8a8c5904 Merge pull request #20 from Kocal/markdown-headings-permalink
[Markdown] Add anchors on headings, close #11
2026-02-20 22:56:54 +01:00
Hugo Alliaume
2b2d61a918 [Markdown] Add anchors on headings, close #11 2026-02-20 22:55:09 +01:00
Hugo Alliaume
472158b9c6 Merge pull request #19 from seb-jean/patch-1
Add margin to Wysiwyg_Tabs when followed by a paragraph
2026-02-20 00:10:12 +01:00
seb-jean
ee0ce0e1bf Add margin to Wysiwyg_Tabs when followed by a paragraph 2026-02-19 16:06:55 +01:00
MrYamous
c10531ac72 deprecate typed component 2026-02-18 18:43:01 +01:00
Hugo Alliaume
5c1b5da941 Merge pull request #17 from Kocal/fix-theme-dark-sync-with-toolkit-examples
[Theme] Sync dark theme preference with local storage at first visit
2026-02-16 08:37:26 +01:00
Hugo Alliaume
41b35b34b8 [Theme] Sync dark theme preference with local storage at first visit
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.
2026-02-16 08:33:30 +01:00
Hugo Alliaume
28fdf04ea5 Upgrade Toolkit 2026-02-13 19:02:42 +01:00
Hugo Alliaume
7cb90d183d Merge pull request #14 from Kocal/phpstan-symfony-ux-1.1.1
Update phpstan-symfony-ux to version 1.1.1
2026-02-09 23:18:51 +01:00
Hugo Alliaume
d52e3a209f Update phpstan-symfony-ux to version 1.1.1 2026-02-09 23:15:24 +01:00
Hugo Alliaume
d67bb69e2e Merge pull request #13 from Kocal/toolkit-avatar-upgrade
[Toolkit] Update examples of Avatar recipe
2026-02-08 17:47:05 +01:00
Hugo Alliaume
07d5992f92 [Toolkit] Update examples of Avatar recipe 2026-02-08 17:44:55 +01:00
Hugo Alliaume
d6ea691fc1 feature #10 [Toolkit][Shadcn] Update documentation for Alert component (ker0x)
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
2026-01-31 08:12:21 +01:00
Romain Monteil
d52b891bfe [Toolkit][Shadcn] Update documentation for Alert component 2026-01-31 07:56:32 +01:00
Hugo Alliaume
8b878dd913 minor #9 [Toolkit][Shadcn] Add documentation for Toolkit recipe (Kocal)
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
2026-01-29 23:34:53 +01:00
Hugo Alliaume
b1b5ccad68 [Toolkit][Shadcn] Add documentation for Toolkit recipe 2026-01-29 23:12:10 +01:00
Hugo Alliaume
fdd4768c77 minor #8 [Toolkit][Shadcn] Add documentation for Accordion recipe (Kocal)
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
2026-01-27 07:56:08 +01:00
Hugo Alliaume
8271ae75b3 [Toolkit][Shadcn] Add documentation for Accordion recipe 2026-01-27 07:47:03 +01:00
Hugo Alliaume
724038120d minor #7 Add PHPStan (Kocal)
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
2026-01-24 09:09:42 +01:00
Hugo Alliaume
1d73c40173 Add PHPStan 2026-01-24 09:09:38 +01:00
Hugo Alliaume
7126e70a0d bug #6 Replace _em by getEntityManager(), close #5 (Kocal)
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
2026-01-20 22:08:28 +01:00
Hugo Alliaume
4ed0f88f5e Replace _em by getEntityManager(), close #5 2026-01-20 21:36:30 +01:00
Hugo Alliaume
fe0326789d bug #4 Remove $packageRepository from code examples (MrYamous)
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
2026-01-18 18:35:07 +01:00
MrYamous
272b260bf7 Remove $packageRepository from code examples 2026-01-18 18:35:02 +01:00
Hugo Alliaume
2b9dc45801 bug #2 [Site] Update github base url (MrYamous)
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
2026-01-17 12:17:35 +01:00