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 4bffc85688204849b690222cc08503c0b77b8815
parent e0323e34bc7b395d02b6e97366c54441bbcd86f7
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}