Session + message pagination, SVG favicon, load-more buttons

This commit is contained in:
Hermes
2026-04-09 21:34:50 -05:00
parent 0b0881074a
commit 2550f4c4a7
5 changed files with 35 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="8" fill="#111113"/>
<circle cx="16" cy="14" r="6" fill="none" stroke="#7c6ef0" stroke-width="2"/>
<path d="M12 22 L16 26 L20 22" fill="none" stroke="#7c6ef0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="16" cy="14" r="2" fill="#7c6ef0"/>
</svg>

After

Width:  |  Height:  |  Size: 380 B