Skip to content
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

[WebProfilerBundle] Move panel specific styles to each panel #48757

Merged
merged 0 commits into from
Jan 24, 2023

Conversation

javiereguiluz
Copy link
Member

Q A
Branch? 6.3
Bug fix? no
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

As suggested by @stof during the last profiler redesign, we should move specific panel styles to each panel, to ease the maintenance of the main CSS file.

margin-bottom: 0;
padding: 0;
}
#collector-content .sf-validator .trace li.selected {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those styles are almost a copy/paste of the serializer and messenger ones (except the panel selector). This makes me think it might deserve a reusable component in the main styles instead of re-creating this rendering for each panel that has such a structure (and third-party bundles might also have a similar panel btw and would benefit from it)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK; but let's do it in a separate PR, please. Thanks.

@fabpot
Copy link
Member

fabpot commented Jan 5, 2023

@javiereguiluz Can you resolve the conflicts?

@javiereguiluz
Copy link
Member Author

I've rebased this PR. Thanks.

@fabpot
Copy link
Member

fabpot commented Jan 24, 2023

Thank you @javiereguiluz.

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.

None yet

4 participants