add page for user profile view and update endpoints; rename any "rowid" to "rowId"

This commit is contained in:
2025-01-20 12:43:05 -07:00
parent f3f8aeefc3
commit 5763fe4e49
7 changed files with 356 additions and 76 deletions

View File

@@ -3,5 +3,5 @@ export interface UserProfile {
locLat?: number;
locLon?: number;
issuerDid: string;
rowid?: string;
rowId?: string; // set on profile retrieved from server
}