-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[WebProfilerBundle] Replace last "old" icon + delete ICONS_LICENCE.txt #51621
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
Conversation
|
Simon, thanks for this improvement. I like it! About the removal of the previous icon license, I'd say there's no problem. While reviewing this, I found two other occurrences of symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig Lines 408 to 410 in d8a4b3c
symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig Lines 500 to 502 in d8a4b3c
Would you have some time to try to update those too? If you can't, we can tackle that in another PR. Thanks. |
That's not the same icon: it uses a "Tabler icon but in base64" .. would you like to change it for a "chevron" ? (i rather ask if you did not see) |
|
@smnandre I didn't realize they were different icons. Sorry. In any case, we should probably be consistent and use a chevron in all examples related to expand/collapse elements. Another thing; the current icon in form seem to NOT be working because I always see the |
Don't be @javiereguiluz , i missed it entirely so .. :) Works for me to leave the rest for another PR.. i'm feeling we may raise other questions / needs. |
|
Thank you @smnandre. |
999087a to
584c512
Compare
This PR was merged into the 6.4 branch. Discussion ---------- [WebProfilerBundle] Fix Form profiler toggles | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix | License | MIT Following: #51621 * Reuse the chervron in the filetree * Remove the not-togglin-toggle present on the error zone | before | after | - | - |  |  | Commits ------- 0dbab84 Fix Form profiler toggles
Two (related) things in this PR
ICONS_LICENCE.txtfile (as there is no concerned icons remaining, and there is now a LICENCE.txt file in theResources/views/Icon/directory)I targeted the 6.4 branch as there is no BC in code.. but i don't know how to handle a licence change 🤷🏻♂️