modified public/index.css
@@ -50,6 +50,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/api.ts
@@ -15,7 +15,7 @@ export async function get(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/projects/Browser.svelte
@@ -34,6 +34,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -119,6 +121,14 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -131,7 +141,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -143,18 +153,27 @@
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -245,16 +264,26 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/projects/View.svelte
@@ -28,8 +28,9 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/View.svelte
@@ -79,7 +79,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -106,7 +106,7 @@ export async function getAvatar(name: string, config: Config, resolver?: Resolve
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,6 +116,16 @@ export async function getSeed(name: string, config: Config, resolver?: Resolver)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/config.json
@@ -50,7 +50,13 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/config.ts
@@ -55,7 +55,12 @@ export class Config {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -125,11 +130,14 @@ export class Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -75,10 +75,15 @@ export class Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -87,8 +92,8 @@ export class Profile {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/utils.ts
@@ -7,7 +7,7 @@ import type { Config } from '@app/config';
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -282,13 +282,14 @@ export async function resolveEnsProfile(addressOrName: string, profileType: Prof
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -296,8 +297,8 @@ export async function resolveEnsProfile(addressOrName: string, profileType: Prof
|
|
|
|
|
|
| + | |
|
|
| - | |
|
|
|
|
|