Skip to content

Commit 7e28731

Browse files
chore(plugin): add inertia 3 plugin
1 parent f1844a2 commit 7e28731

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.changeset/wild-papayas-judge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/devtools': patch
3+
---
4+
5+
Add inertia 3 devtool to registry

packages/devtools/src/tabs/plugin-registry.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,27 @@ const PLUGIN_REGISTRY: Record<string, PluginMetadata> = {
259259
isNew: true,
260260
tags: ['Router', 'Prefetch', 'Analytics', 'Overlay', 'TanStack'],
261261
},
262+
263+
// Santos Vilanculos — Inertia 3 Devtools for React
264+
'@santosvilanculos/bevor-react': {
265+
packageName: '@santosvilanculos/bevor-react',
266+
title: 'Inertia 3 Devtools',
267+
description: 'Inertia 3 devtools built on top of TanStack DevTools',
268+
pluginImport: {
269+
importName: 'inertiaDevtoolsPlugin',
270+
type: 'function',
271+
},
272+
pluginId: 'inertia-devtools',
273+
logoUrl:
274+
'https://raw.githubusercontent.com/santosvilanculos/bevor/main/logo.png',
275+
docsUrl:
276+
'https://github.com/SantosVilanculos/bevor/tree/main/packages/react',
277+
repoUrl: 'https://github.com/SantosVilanculos/bevor',
278+
author: 'Santos Vilanculos (santosvilanculos@yahoo.com)',
279+
framework: 'react',
280+
isNew: true,
281+
tags: ['TanStack', 'React', 'Inertia', 'Laravel'],
282+
},
262283
}
263284

264285
/**

0 commit comments

Comments
 (0)