-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new inbox page, fixed actions in inbox (#1463)
* switched inbox to use custom scroll views and slivers, using tab bar instead of chips * switched mentions to use same layout as replies, improved fetching to only fetch necessary information * re-enable inbox comment actions * inbox actions are actionable * fixed private messages not showing * clean up logging * clean up comments * fixed issue with inbox reloading when switching accounts * fixed notification page * reached bottom styling matches feed reach bottom * fixed inbox not refreshing properly when switching accounts
- Loading branch information
Showing
11 changed files
with
706 additions
and
757 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
enum InboxType { replies, mentions, messages } |
Oops, something went wrong.