From 6cf2352240b42d44f8fc75dbf47c6fc620a53cbc Mon Sep 17 00:00:00 2001 From: Whitewater Date: Sat, 31 Aug 2024 14:29:50 +0800 Subject: [PATCH] chore: rename to yjs inspector (#28) --- README.md | 10 +++++----- index.html | 2 +- package.json | 2 +- src/components/site-header.tsx | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 631d5e9..be08309 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# 🛝 Yjs Playground +# 🛝 Yjs Inspector -[![Build](https://github.com/yjs/yjs-playground/actions/workflows/build.yml/badge.svg)](https://github.com/yjs/yjs-playground/actions/workflows/build.yml) +[![Build](https://github.com/yjs/yjs-inspector/actions/workflows/build.yml/badge.svg)](https://github.com/yjs/yjs-inspector/actions/workflows/build.yml) The playground of [Yjs](https://docs.yjs.dev/). ## ✨ Features - Connect to a Yjs demo.
- ![image](https://github.com/yjs/yjs-playground/assets/18554747/144810a2-4da1-4fd3-822d-1f4a015af29f) + ![image](https://github.com/yjs/yjs-inspector/assets/18554747/144810a2-4da1-4fd3-822d-1f4a015af29f) - Inspect the Yjs document model
- ![image](https://github.com/yjs/yjs-playground/assets/18554747/edb040f2-6bdd-4c2a-b9cf-43f7eaef08d2) + ![image](https://github.com/yjs/yjs-inspector/assets/18554747/edb040f2-6bdd-4c2a-b9cf-43f7eaef08d2) - Advanced Filters
![image](https://github.com/user-attachments/assets/ecadd716-0163-462e-8762-daf08d964370) - Edit the Yjs document model.
- ![image](https://github.com/yjs/yjs-playground/assets/18554747/46a061e9-3466-46bd-91cc-80e80476de37) + ![image](https://github.com/yjs/yjs-inspector/assets/18554747/46a061e9-3466-46bd-91cc-80e80476de37) - Export the YDoc snapshot - Dark mode diff --git a/index.html b/index.html index c9bf2c8..d0d80a0 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Yjs Playground + Yjs Inspector
diff --git a/package.json b/package.json index abc96de..319b6a1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "yjs-playground", + "name": "yjs-inspector", "version": "0.1.0", "license": "MIT", "type": "module", diff --git a/src/components/site-header.tsx b/src/components/site-header.tsx index cc9618c..4ac41d9 100644 --- a/src/components/site-header.tsx +++ b/src/components/site-header.tsx @@ -15,7 +15,7 @@ export function Header() { - Yjs Playground + Yjs Inspector {/* Placeholder for right side of header */} @@ -31,7 +31,7 @@ export function Header() {