add Claim view for details about a specific server record

This commit is contained in:
2023-12-08 11:40:09 -07:00
parent 6045975b79
commit 098ef3c644
12 changed files with 2727 additions and 56 deletions

View File

@@ -1,3 +1,5 @@
// many of these are also found in endorser-mobile utility.ts
export const isGlobalUri = (uri: string) => {
return uri && uri.match(new RegExp(/^[A-Za-z][A-Za-z0-9+.-]+:/));
};