Skip to content

[profiler][request toolbar] Removed route name from the toolbar #14903

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

Merged
merged 1 commit into from
Jun 8, 2015

Conversation

jbgomond
Copy link
Contributor

@jbgomond jbgomond commented Jun 7, 2015

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #14744
License MIT
Doc PR

The action block takes nearly 1/3 of the bar width which is not good.
The controller + action names are useful but the route name less important.

Before
capture_before

After
capture_after

The route name is shown by hovering the action block
capture_tooltip

@jbgomond jbgomond changed the title [profiler][request toolbar] Removed route name from the debugbar. [profiler][request toolbar] Removed route name from the toolbar Jun 7, 2015
@fabpot
Copy link
Member

fabpot commented Jun 7, 2015

👍

3 similar comments
@mykiwi
Copy link
Contributor

mykiwi commented Jun 7, 2015

👍

@Tobion
Copy link
Contributor

Tobion commented Jun 7, 2015

👍

@tadcka
Copy link
Contributor

tadcka commented Jun 7, 2015

👍

@aitboudad
Copy link
Contributor

👍 we can remove Controller and Action word too ? see bellow how it's look
selection_014

@fabpot
Copy link
Member

fabpot commented Jun 8, 2015

I'm against removing the Controller and Action suffixes as they are not required, just conventions people can follow.

@xabbuh
Copy link
Member

xabbuh commented Jun 8, 2015

👍

@fabpot
Copy link
Member

fabpot commented Jun 8, 2015

Thank you @MJBGO.

@fabpot fabpot merged commit 9004e29 into symfony:2.8 Jun 8, 2015
fabpot added a commit that referenced this pull request Jun 8, 2015
…e toolbar (MJBGO)

This PR was merged into the 2.8 branch.

Discussion
----------

[profiler][request toolbar] Removed route name from the toolbar

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #14744
| License       | MIT
| Doc PR        |

The action block takes nearly 1/3 of the bar width which is not good.
The controller + action names are useful but the route name less important.

Before
![capture_before](https://cloud.githubusercontent.com/assets/8344487/8023606/325acb00-0d13-11e5-86db-ab2a08242227.PNG)

After
![capture_after](https://cloud.githubusercontent.com/assets/8344487/8023580/908edc22-0d11-11e5-92bd-37b380cc3433.PNG)

The route name is shown by hovering the action block
![capture_tooltip](https://cloud.githubusercontent.com/assets/8344487/8023584/a5ae08f8-0d11-11e5-97a5-ffec6d3e41cc.PNG)

Commits
-------

9004e29 Removed route name from the debugbar.
@jbgomond jbgomond deleted the issue-14744 branch June 20, 2015 14:44
@fabpot fabpot mentioned this pull request Nov 16, 2015
ostrolucky pushed a commit to ostrolucky/symfony that referenced this pull request Mar 25, 2018
…from the toolbar (MJBGO)

This PR was merged into the 2.8 branch.

Discussion
----------

[profiler][request toolbar] Removed route name from the toolbar

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | symfony#14744
| License       | MIT
| Doc PR        |

The action block takes nearly 1/3 of the bar width which is not good.
The controller + action names are useful but the route name less important.

Before
![capture_before](https://cloud.githubusercontent.com/assets/8344487/8023606/325acb00-0d13-11e5-86db-ab2a08242227.PNG)

After
![capture_after](https://cloud.githubusercontent.com/assets/8344487/8023580/908edc22-0d11-11e5-92bd-37b380cc3433.PNG)

The route name is shown by hovering the action block
![capture_tooltip](https://cloud.githubusercontent.com/assets/8344487/8023584/a5ae08f8-0d11-11e5-97a5-ffec6d3e41cc.PNG)

Commits
-------

9004e29 Removed route name from the debugbar.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants