mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
cd7f78b9ca
* Add news and notifications * Add localization for news and notifications * Remove news caching * Add fetching news befor openning news page * Fix not updating news page * Delete debug output * Remove news and notificztions with only self-hosted servers * Add stack filters to fetching news request * Add fetching news with changing stack in the client * small refactoring * polishing * Rename newsModel files and fix naming in code * fix: remove custom signals; fetch news only on stack expansion * chore: delete unnecessary code * chore: code style fixes * fix: fixed memory leak in gateway controller --------- Co-authored-by: vkamn <vk@amnezia.org>
8 lines
410 B
XML
8 lines
410 B
XML
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="#CBCAC8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Основа газеты -->
|
|
<rect x="4" y="4" width="16" height="16" rx="2"/>
|
|
<!-- Линии текста -->
|
|
<line x1="7" y1="8" x2="17" y2="8"/>
|
|
<line x1="7" y1="12" x2="17" y2="12"/>
|
|
<line x1="7" y1="16" x2="13" y2="16"/>
|
|
</svg> |