✨ 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:
parent
295137b313
commit
9fe777abd9
7 changed files with 217 additions and 72 deletions
|
@ -211,6 +211,7 @@ export class StyledButton extends LitElement {
|
|||
composed: true,
|
||||
}),
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
private _handleKeyDown(e: KeyboardEvent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue