garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.71k stars 603 forks source link

Show details by default #1519

Closed mikestreety closed 8 months ago

mikestreety commented 10 months ago

Hey, thanks for a great tool :)

I was wondering if you would consider showing all the information by default rather than having it hidden? I appreciate the clean interface, but I didn't notice that the information was hidden until I went to click to copy the file name.

I'm not so confident in getting this spun up to make an MR, but I think the changes would be:

Change this styling to

display: flex;
flex-wrap: wrap;

And then remove these lines and everything pertaining to settings.textInfo

dgrebb commented 8 months ago

@mikestreety are you looking for this?

2024-01-11 08 25 32

mikestreety commented 8 months ago

🤦 Yes. Apparently so. Is there anyway of having this on by default?

dgrebb commented 8 months ago

I'm not sure, but it's a great idea for a feature!

dgrebb commented 8 months ago

@mikestreety PR #1538 is open for this. If you'd like, have a peek by installing the branch:

npm install dgrebb/BackstopJS#feat/1519-suiteInfo-localStorage-hydration

Thanks again for the feedback!