-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[WebProfilerBundle] Show relative path of the template and improving panel view #27978
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
@@ -0,0 +1,3 @@ | |||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> | |||
<path fill="#AAAAAA" d="m8.932327,22.491763c0.015209,-6.448229 -0.971579,-11.295129 -5.994828,-11.618392c4.689807,-0.35251 7.112354,2.633007 9.29714,6.906552c-0.030468,-11.426311 -2.352459,-16.227324 -7.433672,-16.482536c7.433365,0.069108 10.027703,5.898928 11.508208,14.292954c1.170879,-2.282766 3.560547,-5.553431 5.347074,-1.361535c-1.59464,-2.040144 -3.607126,-1.61697 -3.978662,8.261983l-8.744646,0.000107z"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating the icon sounds good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
Show resolved
Hide resolved
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig
Outdated
Show resolved
Hide resolved
506cd48
to
14f5953
Compare
(fabbot.io, AppVeyor and Travis failure aren't related to these changes) Status: Needs Review |
14f5953
to
bcd8058
Compare
Thank you @yceruto. |
… and improving panel view (yceruto) This PR was merged into the 4.2-dev branch. Discussion ---------- [WebProfilerBundle] Show relative path of the template and improving panel view | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27911 | License | MIT | Doc PR | - | Before | After | | --- | --- | |  |  | symfony/symfony#27978 (comment): | Before | After | | --- | --- | |  |  |  |  | In addition, I added some visual improvements. Commits ------- bcd8058478 Show relative path of the template and improving panel view
… and improving panel view (yceruto) This PR was merged into the 4.2-dev branch. Discussion ---------- [WebProfilerBundle] Show relative path of the template and improving panel view | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27911 | License | MIT | Doc PR | - | Before | After | | --- | --- | |  |  | symfony/symfony#27978 (comment): | Before | After | | --- | --- | |  |  |  |  | In addition, I added some visual improvements. Commits ------- bcd8058478 Show relative path of the template and improving panel view
… and improving panel view (yceruto) This PR was merged into the 4.2-dev branch. Discussion ---------- [WebProfilerBundle] Show relative path of the template and improving panel view | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27911 | License | MIT | Doc PR | - | Before | After | | --- | --- | |  |  | #27978 (comment): | Before | After | | --- | --- | |  |  |  |  | In addition, I added some visual improvements. Commits ------- bcd8058 Show relative path of the template and improving panel view
I missed here a failed test in AppVeyor https://ci.appveyor.com/project/fabpot/symfony/build/1.0.38700#L616 (fixing in #27986) |
This PR was merged into the 4.2-dev branch. Discussion ---------- Fix test file relative for AppVeyor | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Fix test for AppVeyor introduced in #27978 https://ci.appveyor.com/project/fabpot/symfony/build/1.0.38700#L616 Commits ------- 186a7a9 Fix test file relative for AppVeyor
#27978 (comment):
In addition, I added some visual improvements.