repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
239c30e
parent
e956960
author
Eric Bower (aider)
date
2025-08-28 21:50:13 -0400 EDT
feat: Add size limit warning banner
1 files changed,  +6, -0
M pkg/apps/feeds/html/digest.page.tmpl
+6, -0
 1@@ -9,6 +9,12 @@ img {
 2 }
 3 </style>
 4 
 5+{{if .SizeWarning}}
 6+<blockquote style="color: #ff0000; background-color: #ffe6e6; padding: 10px; border-left: 3px solid #ff0000;">
 7+    WARNING: This email is over the size limit. Inline content has been enabled to avoid email delivery issues.
 8+</blockquote>
 9+{{end}}
10+
11 {{if .ShowBanner}}
12 <blockquote>
13   In order to keep this digest email active you must <a href="{{.KeepAliveURL}}">click this link</a>.