diff --git a/core/client.js b/core/client.js index e4d83a84..50a5db88 100644 --- a/core/client.js +++ b/core/client.js @@ -154,6 +154,10 @@ class TfNavigationElement extends LitElement { this.renderRoot.getElementById('id_dropdown').classList.toggle('w3-show'); } + edit_profile() { + window.location.href = '/~core/ssb/#' + this.identity; + } + render_identity() { let self = this; if (this.identities?.length) { @@ -169,6 +173,7 @@ class TfNavigationElement extends LitElement {
+ ${this.identities.map( (x) => html`