diff --git a/.changeset/olive-donkeys-exercise.md b/.changeset/olive-donkeys-exercise.md new file mode 100644 index 00000000..2437b1ce --- /dev/null +++ b/.changeset/olive-donkeys-exercise.md @@ -0,0 +1,5 @@ +--- +'@powersync/diagnostics-app': patch +--- + +Rename Diagnostics App to Sync Diagnostics Client diff --git a/tools/diagnostics-app/README.md b/tools/diagnostics-app/README.md index 3c008822..fc1342b2 100644 --- a/tools/diagnostics-app/README.md +++ b/tools/diagnostics-app/README.md @@ -1,6 +1,6 @@ -# Diagnostics app +# Sync Diagnostics Client -This diagnostics app presents data from the perspective of a specific user (no server-side stats) and can be used to: +The Sync Diagnostics Client presents data from the perspective of a specific user (no server-side stats) and can be used to: - See stats about the user's local database. - Inspect tables and sync buckets on the device. diff --git a/tools/diagnostics-app/src/components/widgets/LoginDetailsWidget.tsx b/tools/diagnostics-app/src/components/widgets/LoginDetailsWidget.tsx index df8030f5..5f58fd7f 100644 --- a/tools/diagnostics-app/src/components/widgets/LoginDetailsWidget.tsx +++ b/tools/diagnostics-app/src/components/widgets/LoginDetailsWidget.tsx @@ -34,7 +34,7 @@ export const LoginDetailsWidget: React.FC = (props) => return ( - Diagnostics Config + Sync Diagnostics Client