mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Implemented PSG-680 - Sessions overview security recommendations
- remove uppercased strings from localizables - moved inactivity computation to the service
This commit is contained in:
committed by
Stefan Ceriu
parent
6585aaf523
commit
7eee1cceab
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "user_sessions_inactive.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
Riot/Assets/Images.xcassets/DeviceManager/user_sessions_inactive.imageset/user_sessions_inactive.svg
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="32" height="32" rx="8" fill="#F4F6FA"/>
|
||||
<g clip-path="url(#clip0_1002_97918)">
|
||||
<path d="M13.3333 9.33301C12.6 9.33301 12 9.93301 12 10.6663L12.0067 12.7863C12.0067 13.1397 12.1467 13.473 12.3933 13.7263L14.6667 15.9997L12.3933 18.2863C12.1467 18.533 12.0067 18.873 12.0067 19.2263L12 21.333C12 22.0663 12.6 22.6663 13.3333 22.6663H18.6667C19.4 22.6663 20 22.0663 20 21.333V19.2263C20 18.873 19.86 18.533 19.6133 18.2863L17.3333 15.9997L19.6067 13.733C19.86 13.4797 20 13.1397 20 12.7863V10.6663C20 9.93301 19.4 9.33301 18.6667 9.33301H13.3333ZM18.6667 19.273V20.6663C18.6667 21.033 18.3667 21.333 18 21.333H14C13.6333 21.333 13.3333 21.033 13.3333 20.6663V19.273C13.3333 19.093 13.4067 18.9263 13.5267 18.7997L16 16.333L18.4733 18.8063C18.5933 18.9263 18.6667 19.0997 18.6667 19.273Z" fill="#737D8C"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1002_97918">
|
||||
<rect width="16" height="16" fill="white" transform="translate(8 8)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user