Skip to content

Commit 0c94c40

Browse files
Rename diagnostics app to be more specific (#731)
Co-authored-by: stevensJourney <51082125+stevensJourney@users.noreply.github.com>
1 parent 86f3c1d commit 0c94c40

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/diagnostics-app': patch
3+
---
4+
5+
Rename Diagnostics App to Sync Diagnostics Client

tools/diagnostics-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Diagnostics app
1+
# Sync Diagnostics Client
22

3-
This diagnostics app presents data from the perspective of a specific user (no server-side stats) and can be used to:
3+
The Sync Diagnostics Client presents data from the perspective of a specific user (no server-side stats) and can be used to:
44

55
- See stats about the user's local database.
66
- Inspect tables and sync buckets on the device.

tools/diagnostics-app/src/components/widgets/LoginDetailsWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const LoginDetailsWidget: React.FC<LoginDetailsWidgetProps> = (props) =>
3434
return (
3535
<S.MainContainer>
3636
<S.LoginContainer elevation={1}>
37-
<S.LoginHeader variant="h4">Diagnostics Config</S.LoginHeader>
37+
<S.LoginHeader variant="h4">Sync Diagnostics Client</S.LoginHeader>
3838
<S.LogoBox>
3939
<S.Logo alt="PowerSync Logo" width={400} height={100} src="/powersync-logo.svg" />
4040
</S.LogoBox>

0 commit comments

Comments
 (0)