modified src/Form.svelte
@@ -25,6 +25,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/base/projects/View.svelte
@@ -131,7 +131,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/View.svelte
@@ -86,9 +86,10 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -20,7 +20,7 @@ export interface EnsProfile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -75,12 +75,12 @@ export async function getRegistration(name: string, config: Config, resolver?: E
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -91,7 +91,7 @@ export async function getRegistration(name: string, config: Config, resolver?: E
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,14 +129,14 @@ export async function getSeedId(name: string, config: Config, resolver?: EnsReso
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/resolver.ts
@@ -36,7 +36,7 @@ export async function setRecords(name: string, records: EnsRecord[], resolver: E
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/users/View.svelte
@@ -107,9 +107,9 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -123,8 +123,8 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -85,8 +86,20 @@ export class Profile {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/utils.ts
@@ -7,7 +7,7 @@ import type { Config } from '@app/config';
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -301,13 +301,13 @@ export async function resolveEnsProfile(addressOrName: string, profileType: Prof
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -316,7 +316,7 @@ export async function resolveEnsProfile(addressOrName: string, profileType: Prof
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|