nystudio107 / craft-webperf

Webperf helps you build & maintain high quality websites through Real User Measurement of your website's performance
https://nystudio107.com/plugins/webperf
Other
25 stars 2 forks source link

Sidebar UI has been a bit of a mess for a while #51

Closed corneliusio closed 10 months ago

corneliusio commented 10 months ago

Describe the bug

Screenshot 2024-01-30 at 4 10 03 PM

I'm assuming I don't need to breakdown how to reproduce and what is expected.

Versions

Also is the same for Chrome, Firefox, and Safari.

khalwat commented 10 months ago

I'm assuming you mean the cropping of the "Page loaded" graph, and the lack of padding around the rest of it?

Anything I missed?

corneliusio commented 10 months ago

Yes, sorry. Rereading my post realized it probably came across pretty short. Was working very quickly that day and just wanted to submit the issue real quick.

Only things I've notice are the SVG clipping and the text padding.

khalwat commented 10 months ago
Screenshot 2024-02-03 at 12 03 37 PM

There, that's a bit better.

Addressed in:

Craft CMS 3:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-webperf": "dev-develop as 1.0.29”,

Then do a composer clear-cache && composer update

…..

Craft CMS 4:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-webperf": "dev-develop-v4 as 4.0.1”,

Then do a composer clear-cache && composer update