-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add system warnings, delivery notifications, general unread messages #5318
Conversation
branch PR-5318: |
@@ -3,6 +3,7 @@ | |||
(:require [re-frame.core :as re-frame] | |||
[reagent.core :as reagent] | |||
[status-im.ui.components.react :as react] | |||
[taoensso.timbre :as log] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused import?
90% of end-end tests have passed
Failed tests (5)Click to expand
Passed tests (46)Click to expand
|
branch PR-5318: |
#5200 is fixed. #5018 - for all messages can see "Not sent, tap for options" state |
43bef7a
to
12a1db2
Compare
branch PR-5318: |
branch PR-5318: |
branch PR-5318: |
Desktop Jenkins build job started at https://ci.status.im/job/status-react/job/desktop/job/pull-requests/job/PR-5318/6/ |
Desktop Jenkins build was failed or cancelled. More details at https://ci.status.im/job/status-react/job/desktop/job/pull-requests/job/PR-5318/6/ |
acc60b9
to
c9952fb
Compare
Desktop Jenkins build job started at https://ci.status.im/job/status-react/job/desktop/job/pull-requests/job/PR-5318/8/ |
Desktop Jenkins build was failed or cancelled. More details at https://ci.status.im/job/status-react/job/desktop/job/pull-requests/job/PR-5318/8/ |
Desktop Jenkins build job started at https://ci.status.im/job/status-react/job/desktop/job/pull-requests/job/PR-5318/9/ |
Desktop Jenkins build was failed or cancelled. More details at https://ci.status.im/job/status-react/job/desktop/job/pull-requests/job/PR-5318/9/ |
7c3c244
to
59c1eb1
Compare
95% of end-end tests have passed
Failed tests (3)Click to expand
Passed tests (56)Click to expand
|
Tested on desktop build (OS: Mac OSx High Sierra 10.13.6):
Tested on IOS:
|
I ran into some issues with offline. Message was reported as sent. |
Fixes #5018
Duplicate of #5241 created in order to circumvent Jenkins build issues (branch base changed from
desktop
todevelop
).