-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Nouveau salon] Fix icons for salon type (#565)
- Loading branch information
Philippe Loriaux
committed
Jun 22, 2022
1 parent
1a88555
commit 36ff46d
Showing
22 changed files
with
39 additions
and
77 deletions.
There are no files selected for viewing
9 changes: 6 additions & 3 deletions
9
...rum_avatar_icon_hr.imageset/Contents.json → ...s/Room/Types/forum.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "forum_avatar_icon_hr.png", | ||
"filename" : "forum.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "forum_avatar_icon_hr@2x.png", | ||
"filename" : "forum@2x.png", | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "forum_avatar_icon_hr@3x.png", | ||
"filename" : "forum@3x.png", | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+486 Bytes
Tchap/Assets/Images.xcassets/Room/Types/forum.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+673 Bytes
Tchap/Assets/Images.xcassets/Room/Types/forum.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-823 Bytes
...ages.xcassets/Room/Types/forum_avatar_icon_hr.imageset/forum_avatar_icon_hr.png
Binary file not shown.
Binary file removed
BIN
-1.42 KB
...s.xcassets/Room/Types/forum_avatar_icon_hr.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-2.16 KB
...s.xcassets/Room/Types/forum_avatar_icon_hr.imageset/[email protected]
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
Tchap/Assets/Images.xcassets/Room/Types/forum_room.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-686 Bytes
Tchap/Assets/Images.xcassets/Room/Types/forum_room.imageset/forum_room.png
Binary file not shown.
Binary file removed
BIN
-1.25 KB
Tchap/Assets/Images.xcassets/Room/Types/forum_room.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-1.81 KB
Tchap/Assets/Images.xcassets/Room/Types/forum_room.imageset/[email protected]
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
Tchap/Assets/Images.xcassets/Room/Types/private_avatar_icon_hr.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-505 Bytes
....xcassets/Room/Types/private_avatar_icon_hr.imageset/private_avatar_icon_hr.png
Binary file not shown.
Binary file removed
BIN
-807 Bytes
...assets/Room/Types/private_avatar_icon_hr.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-1.16 KB
...assets/Room/Types/private_avatar_icon_hr.imageset/[email protected]
Binary file not shown.
Binary file modified
BIN
-121 Bytes
(65%)
Tchap/Assets/Images.xcassets/Room/Types/private_room.imageset/private_room.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-251 Bytes
(55%)
Tchap/Assets/Images.xcassets/Room/Types/private_room.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-340 Bytes
(53%)
Tchap/Assets/Images.xcassets/Room/Types/private_room.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[Nouveau salon] Fix icons for salon type |