-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improve Image Download and add a placeholderimage - Fix dark mode colors - calculate header/footer-size based on the width of the table view (TIL!) - Remove some old assets
- Loading branch information
1 parent
1192b76
commit e5b1303
Showing
18 changed files
with
31 additions
and
72 deletions.
There are no files selected for viewing
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
4 changes: 1 addition & 3 deletions
4
...sets/Settings/dark.imageset/Contents.json → ...stance_placeholder.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,17 +1,15 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "dark.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "dark@2x.png", | ||
"filename" : "about_instance_placeholder@2x.png", | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 0 additions & 23 deletions
23
MastodonSDK/Sources/MastodonAsset/Assets.xcassets/Settings/automatic.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-15 KB
...Sources/MastodonAsset/Assets.xcassets/Settings/automatic.imageset/automatic.png
Binary file not shown.
Binary file removed
BIN
-48.7 KB
...rces/MastodonAsset/Assets.xcassets/Settings/automatic.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-96.7 KB
...rces/MastodonAsset/Assets.xcassets/Settings/automatic.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-14.6 KB
MastodonSDK/Sources/MastodonAsset/Assets.xcassets/Settings/dark.imageset/dark.png
Binary file not shown.
Binary file removed
BIN
-47.7 KB
...donSDK/Sources/MastodonAsset/Assets.xcassets/Settings/dark.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-95.2 KB
...donSDK/Sources/MastodonAsset/Assets.xcassets/Settings/dark.imageset/[email protected]
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
MastodonSDK/Sources/MastodonAsset/Assets.xcassets/Settings/light.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-14.7 KB
...odonSDK/Sources/MastodonAsset/Assets.xcassets/Settings/light.imageset/light.png
Binary file not shown.
Binary file removed
BIN
-47.7 KB
...nSDK/Sources/MastodonAsset/Assets.xcassets/Settings/light.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-95.5 KB
...nSDK/Sources/MastodonAsset/Assets.xcassets/Settings/light.imageset/[email protected]
Binary file not shown.
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