Skip to content

Feat/theme toggle#96

Merged
AlemTuzlak merged 6 commits intomainfrom
feat/theme-toggle
Sep 3, 2025
Merged

Feat/theme toggle#96
AlemTuzlak merged 6 commits intomainfrom
feat/theme-toggle

Conversation

@AlemTuzlak
Copy link
Copy Markdown
Collaborator

No description provided.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Sep 2, 2025

More templates

@tanstack/devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools@96

@tanstack/devtools-ui

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-ui@96

@tanstack/devtools-vite

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-vite@96

@tanstack/devtools-event-bus

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-event-bus@96

@tanstack/devtools-event-client

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-event-client@96

@tanstack/react-devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/react-devtools@96

@tanstack/solid-devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/solid-devtools@96

commit: 1e6463e

Comment on lines -363 to +381
border-right: 1px solid ${colors.gray[700]};
border-right: 1px solid ${t(colors.gray[300], colors.gray[700])};
`,
pluginsTabDrawTransition: (mSeconds: number) => {
return css`
transition: width ${mSecondsToCssSeconds(mSeconds)} ease;
`
},

pluginsTabSidebar: css`
pluginsTabSidebar: (isExpanded: boolean) => css`
width: ${size[48]};
overflow-y: auto;
transform: translateX(-100%);
`,
pluginsTabSidebarExpanded: css`
transform: translateX(0);
transform: ${isExpanded ? 'translateX(0)' : 'translateX(-100%)'};
`,

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@harry-whorlow FYI had to change to this, but this might've broken something so please check!

@AlemTuzlak AlemTuzlak merged commit 59ecdb6 into main Sep 3, 2025
4 checks passed
@github-actions github-actions bot mentioned this pull request Sep 3, 2025
AlemTuzlak pushed a commit that referenced this pull request Sep 3, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @tanstack/react-devtools@0.6.0

### Minor Changes

- added support for dark/light mode
([#96](#96))

### Patch Changes

- Updated dependencies
\[[`59ecdb6`](59ecdb6)]:
    -   @tanstack/devtools@0.6.4

## @tanstack/solid-devtools@0.6.0

### Minor Changes

- added support for dark/light mode
([#96](#96))

### Patch Changes

- Updated dependencies
\[[`59ecdb6`](59ecdb6)]:
    -   @tanstack/devtools@0.6.4

## @tanstack/devtools@0.6.4

### Patch Changes

- added support for dark/light mode
([#96](#96))

- Updated dependencies
\[[`59ecdb6`](59ecdb6)]:
    -   @tanstack/devtools-ui@0.3.4

## @tanstack/devtools-ui@0.3.4

### Patch Changes

- added support for dark/light mode
([#96](#96))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant