Improve initial setup screen:

📊 Add relay log visibility during startup
💼 Implement automatic wallet configuration
🧭 Add progress indicator showing current setup step
🧹 Fix minor linting issues throughout codebase
This commit is contained in:
Danny Morabito 2025-04-02 11:51:45 +02:00
parent 295137b313
commit 9fe777abd9
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
7 changed files with 217 additions and 72 deletions

View file

@ -211,6 +211,7 @@ export class StyledButton extends LitElement {
composed: true,
}),
);
return;
}
private _handleKeyDown(e: KeyboardEvent) {