-
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.
* october bugfixes Change some icons to help adjust color themes (DeleteAccountView, Send button on the keyboard, etc.) Fix CSSInjector style by adding 100% width. Need for normal work at Handouts view. Add new logic for icons viewing in CourseVerticalView. Fix a bug where the discussion page does not appear in case there is only one on the page. Fix a bug with text trimming on ParentCommentView. Change button design on PostsView by Design code. Fix the issue with the English localization on DeleteAccountView. Fix error handling at DeleteAccountViewModel. * update xcode version for unit tests * Downgrade xcode version for unit tests * Update unit_tests.yml * Update Fastfile * Update unit_tests.yml * code style improvements
- Loading branch information
1 parent
d029734
commit b76d824
Showing
28 changed files
with
172 additions
and
84 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
12 changes: 0 additions & 12 deletions
12
Core/Core/Assets.xcassets/Discussions/send.imageset/Group 62-2.svg
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
Core/Core/Assets.xcassets/Discussions/send.imageset/Group 62.svg
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
Core/Core/Assets.xcassets/Discussions/send.imageset/send 1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
Core/Core/Assets.xcassets/Discussions/send.imageset/send.svg
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
7 changes: 7 additions & 0 deletions
7
Core/Core/Assets.xcassets/Profile/bg_delete.imageset/bg_delete 1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
Core/Core/Assets.xcassets/Profile/bg_delete.imageset/delete_bg_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions
13
Core/Core/Assets.xcassets/Profile/deleteAccount.imageset/Group-2.svg
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
Core/Core/Assets.xcassets/Profile/deleteAccount.imageset/Group.svg
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
Core/Core/Assets.xcassets/Profile/delete_char.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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "delete_char.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
Core/Core/Assets.xcassets/Profile/delete_char.imageset/delete_char.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
Core/Core/Assets.xcassets/Profile/delete_eyes.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "delete_eyes.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Oops, something went wrong.