You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy! I apologize for not reviewing the contributing guidelines more
carefully and built this feature without first soliciting feedback from
the team on the desire to implement this. I hope this request is
received well.
This PR adds support for specifying a trigger image via the config
object or via the UI. We are interested in using the devtools package
for more than just the tanstack ecosystem, and would like to consider
replacing it with our engineering/dev logo (even though we're using
tanstack for all the things!) If no logo is provided, it will default to
the tanstack logo in the package.
<img width="112" height="105" alt="image"
src="https://github.com/user-attachments/assets/10a0728e-61cc-4eea-b076-e065a17651fb"
/>
**Via UI**
<img width="430" alt="image"
src="https://github.com/user-attachments/assets/42b7f024-114c-4cfb-879a-7a0a30b5892b"
/>
**Via Configuragion**
```tsx
<TanStackDevtools
config={{
triggerImage: "https://avatars.githubusercontent.com/u/1041792?v=4",
}}
/>
```
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments