feat: add webchat pwa push subscription support

This commit is contained in:
William Valentin
2026-02-18 10:46:55 -08:00
parent 02fa604c7c
commit 8234cc93f3
17 changed files with 743 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" role="img" aria-label="Flynn icon">
<defs>
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#25c2a0"/>
<stop offset="100%" stop-color="#1877f2"/>
</linearGradient>
</defs>
<rect width="256" height="256" rx="48" fill="#0b0f14"/>
<path d="M58 72h140v28H90v28h90v28H90v52H58z" fill="url(#g)"/>
<circle cx="188" cy="188" r="16" fill="#25c2a0"/>
</svg>

After

Width:  |  Height:  |  Size: 473 B