Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/olive-donkeys-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@powersync/diagnostics-app': patch
---

Rename Diagnostics App to Sync Diagnostics Client
4 changes: 2 additions & 2 deletions tools/diagnostics-app/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const LoginDetailsWidget: React.FC<LoginDetailsWidgetProps> = (props) =>
return (
<S.MainContainer>
<S.LoginContainer elevation={1}>
<S.LoginHeader variant="h4">Diagnostics Config</S.LoginHeader>
<S.LoginHeader variant="h4">Sync Diagnostics Client</S.LoginHeader>
<S.LogoBox>
<S.Logo alt="PowerSync Logo" width={400} height={100} src="/powersync-logo.svg" />
</S.LogoBox>
Expand Down