+
+
+ Apply Customization?
+ A link is requesting to customize your app.
+
+
+
+
+ {#if errors.length === 0}
+ This link will apply the following changes:
+
+ {#if t}
+ - Set theme to "{t}"
+ {/if}
+ {#if relays.length > 0}
+ - Add {relays.length} relay{relays.length > 1 ? "s" : ""} to your settings
+ {/if}
+ {#if blossoms.length > 0}
+ - Add {blossoms.length} blossom server{blossoms.length > 1 ? "s" : ""}
+ {/if}
+ {#if follows.length > 0}
+ - Follow {follows.length} person{follows.length > 1 ? "s" : ""}
+ {/if}
+ {#if joins.length > 0}
+ - Join {joins.length} communit{joins.length > 1 ? "ies" : "y"}
+ {/if}
+ {#if hasProfile}
+ - Update your profile metadata
+ {/if}
+ {#if hasShare}
+ - Open a new post dialog in a specific room
+ {/if}
+
+ {:else}
+ Some actions failed. You can abort or continue with successful actions only.
+
+ {#each errors as error}
+ - {error}
+ {/each}
+
+ {/if}
+
+
+
+ {#if errors.length === 0}
+
+
+ {:else}
+
+
+ {/if}
+
+
+