Coffee journaling on ATProto (alpha) alpha.arabica.social
coffee
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: traceparent fix

+5
+5
internal/web/components/layout.templ
··· 218 218 } 219 219 }); 220 220 221 + // Clear traceparent on history restore so cached pages don't reuse a stale trace 222 + document.body.addEventListener('htmx:historyRestore', function() { 223 + document.body.removeAttribute('hx-headers'); 224 + }); 225 + 221 226 // Clean up styles before taking history snapshot 222 227 document.body.addEventListener('htmx:beforeHistorySave', function(evt) { 223 228 // Remove all transition classes and styles from elements being cached