~emersion/alps-dev

alps theme: add button to load remote content v1 APPLIED

Drew DeVault: 1
 alps theme: add button to load remote content

 2 files changed, 17 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/alps-dev/patches/10722/mbox | git am -3
Learn more about email & git

[PATCH] alps theme: add button to load remote content Export this patch

---
 themes/alps/assets/style.css |  7 +++++++
 themes/alps/message.html     | 10 ++++++++++
 2 files changed, 17 insertions(+)

diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css
index 9d51f45..f91a271 100644
--- a/themes/alps/assets/style.css
+++ b/themes/alps/assets/style.css
@@ -197,6 +197,13 @@ main.message th,
main.event th { width: 5%;}
main.message h1,
main.event h1 { font-size: 1.2rem; padding: 0.5rem;}
main.message .remote-content {
  background: #eeffee;
}

main.message .remote-content td {
  color: black;
}

main.message pre,
main.message iframe,
diff --git a/themes/alps/message.html b/themes/alps/message.html
index 6e88297..521e835 100644
--- a/themes/alps/message.html
+++ b/themes/alps/message.html
@@ -168,6 +168,16 @@
            <td>{{template "addr-list" .Message.Envelope.Bcc}}</td>
          </tr>
          {{ end }}
          {{if and .Extra.HasRemoteResources (not .Extra.RemoteResourcesAllowed)}}
          <tr class="remote-content">
            <td colspan="2">
              This message contains remote content, such as external images.
              <a href="?part={{.Part.PathString}}&allow-remote-resources=1">
                Load remote content ยป
              </a>
            </td>
          </tr>
          {{end}}
        </table>
        <section class="parts">
          {{template "message-part-tree" (tuple $ .Message.PartTree)}}
-- 
2.26.2
Pushed, thanks!