diff --git a/apps/ssb.json b/apps/ssb.json index 618bab32..34cfe2eb 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🐌", - "previous": "&zyNDG83KbSp1GmOhuS5CtxRLT8Lt7N7Agk8gpLSZhco=.sha256" + "previous": "&HrGonbL2IZBtoP3zh1glMUO16+PZ4/t0KFTpkNMYoPI=.sha256" } \ No newline at end of file diff --git a/apps/ssb/tf-profile.js b/apps/ssb/tf-profile.js index ea39fae9..5085686a 100644 --- a/apps/ssb/tf-profile.js +++ b/apps/ssb/tf-profile.js @@ -180,27 +180,27 @@ class TfProfileElement extends LitElement { html``; } let edit_profile = this.editing ? html` -
+
this.editing = Object.assign({}, this.editing, {name: event.srcElement.value})}>
-
-
- -
+
+
this.editing = Object.assign({}, this.editing, {publicWebHosting: event.srcElement.checked})}>
- +
+ +
` : null; let image = typeof(profile.image) == 'string' ? profile.image : profile.image?.link; image = this.editing?.image ?? image; let description = this.editing?.description ?? profile.description; return html`
(${tfutils.human_readable_size(this.size)}) -
+
${edit_profile}