Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add icons to comment reply, discard and save buttons
Rūdolfs Ošiņš committed 1 year ago
commit c6c7f312c1a0caa43122a92b28093d5bda1ef1c3
parent d90dc0735c8f2502c565aad206e60212b306540c
1 file changed +2 -1
modified src/components/ExtendedTextarea.svelte
@@ -118,7 +118,7 @@
        preview = false;
        dispatch("close");
      }}>
-
      Discard
+
      <Icon name="cross" />Discard
    </OutlineButton>
    {#if !preview}
      <div class="caption">
@@ -139,6 +139,7 @@
          submitInProgress ||
          (disallowEmptyBody && body.trim() === "")}
        onclick={submit}>
+
        <Icon name="checkmark" />
        {#if submitInProgress}
          Loading...
        {:else}