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

fix(devtools): Fix expand button styling #3544

Merged
merged 1 commit into from Apr 22, 2022

Conversation

Liam-Tait
Copy link
Contributor

@Liam-Tait Liam-Tait commented Apr 22, 2022

Adds ExpandButton component for styling the expand button correctly (removes browser default styles)

Before:
image

After:
image

closes #3538

@vercel
Copy link

vercel bot commented Apr 22, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-query ✅ Ready (Inspect) Visit Preview Apr 22, 2022 at 6:03AM (UTC)

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 88b1a38:

Sandbox Source
tannerlinsley/react-query: basic Configuration
tannerlinsley/react-query: basic-typescript Configuration
currying-star-iz28mx Issue #3538

@codecov
Copy link

codecov bot commented Apr 22, 2022

Codecov Report

Merging #3544 (88b1a38) into master (fab76e6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3544   +/-   ##
=======================================
  Coverage   96.35%   96.35%           
=======================================
  Files          45       45           
  Lines        2277     2278    +1     
  Branches      637      637           
=======================================
+ Hits         2194     2195    +1     
  Misses         80       80           
  Partials        3        3           
Impacted Files Coverage Δ
src/devtools/Explorer.tsx 77.21% <100.00%> (+0.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fab76e6...88b1a38. Read the comment docs.

@TkDodo TkDodo merged commit 48ec8cf into TanStack:master Apr 22, 2022
@tannerlinsley
Copy link
Collaborator

🎉 This PR is included in version 3.38.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

MMMikeM pushed a commit to MMMikeM/react-query that referenced this pull request May 23, 2022
@tannerlinsley
Copy link
Collaborator

🎉 This PR is included in version 4.0.0-beta.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

[Devtools]Missing button styles for buttons under Data Explorer and Query Explorer
3 participants