-
-
Notifications
You must be signed in to change notification settings - Fork 665
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
Added Muted Topic screen in Setting Detail Screen. #982
Conversation
jainkuniya
commented
Aug 4, 2017
a30621b
to
f797ed7
Compare
Updated. |
f797ed7
to
b2ce334
Compare
Heads up @vishwesh3, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the |
b2ce334
to
652ddff
Compare
rebased 👍 |
Heads up @vishwesh3, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the |
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.
Will look good after a rebase 👍
@borisyankov LGTM after a rebase?
src/types.js
Outdated
@@ -356,6 +356,8 @@ export type ReactionType = { | |||
|
|||
export type LocalizableText = string | { text: string, values: Object }; | |||
|
|||
export type MutedTopic = []; |
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.
We can specify this at more detail
export type MutedTopic = [string, string]
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.
Done 👍
652ddff
to
a7b3dfc
Compare
Rebased 👍 |
Closing this, but feel free to move some of the work to the new topic screen. |