-
Notifications
You must be signed in to change notification settings - Fork 986
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 syncing notification to System Tab #21314
Conversation
Jenkins BuildsClick to see older builds (8)
|
@@ -28,7 +28,8 @@ | |||
|
|||
;; TODO: Replace with correct enum values once status-go implements them. | |||
(def ^:const tx 66612) | |||
(def ^:const system 66614) |
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.
Could you tell me why it was 66614 before? 🤔
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.
Seems like a temporary placeholder.
Replace with correct enum values once status-go implements them.
@Parveshdhull Hi! |
c72ea3c
to
4e8abfa
Compare
4e8abfa
to
1c45a7a
Compare
@Parveshdhull Thank you for your fix! All work is correct. I only have doubts about the fact that notifications disappear after confirming Pair and Sync and are not saved in the activity history. I couldn't find this point in Notion. |
100% of end-end tests have passed
Passed tests (7)Click to expandClass TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Class TestWalletMultipleDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestWalletOneDevice:
|
@Parveshdhull We resolved this issue in the chat. Everything is fine, the PR is ready for merge. |
1c45a7a
to
fa794de
Compare
fixes #21288
Summary
Installation-related notification doesn't have their own tab. In the meeting with Alisher and QA, we agreed that for the time being show them in the System tab.
More information in the #21090 (comment) and in Issue description.
status: ready