Skip to content

Commit 08e126f

Browse files
committed
feat: new panel ui with search and more information
1 parent b2807d0 commit 08e126f

File tree

5 files changed

+314
-389
lines changed

5 files changed

+314
-389
lines changed

bun.lock

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"devDependencies": {
2727
"@rozenite/vite-plugin": "1.0.0-alpha.6",
2828
"@types/react": "~18.3.12",
29+
"lucide-react": "^0.534.0",
2930
"react": "18.3.1",
3031
"react-dom": "18.3.0",
3132
"react-native": "0.76.0",

src/shared/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export interface Preview {
22
component: React.ComponentType;
33
name: string;
4+
path?: string; // TODO: Path to the component file
45
}
56

67
export type DevToolsActionType =

0 commit comments

Comments
 (0)