modified src/base/projects/Browser.svelte
@@ -27,9 +27,9 @@
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -61,7 +61,13 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -71,7 +77,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -244,16 +250,16 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/projects/Routes.svelte
@@ -31,3 +31,17 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src/base/projects/View.svelte
@@ -6,7 +6,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -14,6 +14,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -24,22 +25,24 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -111,9 +114,9 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -122,7 +125,9 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/projects/Widget.svelte
@@ -15,7 +15,8 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -36,6 +37,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/base/registrations/View.svelte
@@ -86,6 +86,9 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -20,6 +20,7 @@ export interface EnsProfile {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -74,11 +75,12 @@ export async function getRegistration(name: string, config: Config, resolver?: E
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,6 +91,7 @@ export async function getRegistration(name: string, config: Config, resolver?: E
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -126,6 +129,16 @@ export async function getSeedId(name: string, config: Config, resolver?: EnsReso
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/resolver.ts
@@ -36,6 +36,7 @@ export async function setRecords(name: string, records: EnsRecord[], resolver: E
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/base/users/View.svelte
@@ -104,8 +104,14 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -117,23 +123,25 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -84,6 +84,11 @@ export class Profile {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/project.ts
@@ -107,13 +107,15 @@ export async function getReadme(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/utils.ts
@@ -7,7 +7,7 @@ import type { Config } from '@app/config';
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -301,12 +301,13 @@ export async function resolveEnsProfile(addressOrName: string, profileType: Prof
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -315,6 +316,7 @@ export async function resolveEnsProfile(addressOrName: string, profileType: Prof
|
|
|
|
|
|
| + | |
|
|
|
|
|