-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddeac1f
commit 3b7280e
Showing
3 changed files
with
12 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
## Changes | ||
- Set maxHeight on note attachments; | ||
- Implement onFocusSelectAll text in SaveFeedBottomSheet; | ||
- Improve feed title and description resolving from feed spec; | ||
- Update ContentAppearance text size and line spacing; | ||
- Update generic square skeleton loaders; | ||
- Fix embedded notes missing cdn resources; | ||
- Update tweet mode threshold to 21 chars; | ||
- Update line height by 2.dp for note text; | ||
- Set 500.dp max note attachment height; | ||
- Fix generic skeleton loaders lottie files; | ||
- Fix nested coroutines when fetching dvm feeds; |
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,6 +1,5 @@ | ||
- Set maxHeight on note attachments; | ||
- Implement onFocusSelectAll text in SaveFeedBottomSheet; | ||
- Improve feed title and description resolving from feed spec; | ||
- Update ContentAppearance text size and line spacing; | ||
- Update generic square skeleton loaders; | ||
- Fix embedded notes missing cdn resources; | ||
- Update tweet mode threshold to 21 chars; | ||
- Update line height by 2.dp for note text; | ||
- Set 500.dp max note attachment height; | ||
- Fix generic skeleton loaders lottie files; | ||
- Fix nested coroutines when fetching dvm feeds; |