modified src/base/registrations/New.svelte
@@ -23,6 +23,9 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -50,6 +50,8 @@ state.subscribe((s: Connection) => {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -96,6 +98,8 @@ export async function registerName(name: string, owner: string, config: Config):
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -120,6 +124,7 @@ async function commitAndRegister(name: string, owner: string, config: Config): P
|
|
|
|
|
|
| + | |
|
|
|
|
|