feat: кастомные обои чата (SVG-паттерны, темы, глобальный фон, прозрачные панели)

This commit is contained in:
klockky
2026-07-10 21:18:38 +03:00
parent 8ab74739b5
commit e16c51d2f0
27 changed files with 1266 additions and 138 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none">
<g fill="#ffffff">
<path d="M28 12h4v7h7v4h-7v7h-4v-7h-7v-4h7z"/>
<circle cx="0" cy="0" r="2"/>
<circle cx="60" cy="0" r="2"/>
<circle cx="0" cy="60" r="2"/>
<circle cx="60" cy="60" r="2"/>
<circle cx="30" cy="0" r="2"/>
<circle cx="0" cy="30" r="2"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 392 B