-
Notifications
You must be signed in to change notification settings - Fork 414
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
Muted Words Settings Page #5934
Merged
Merged
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7108878 - Browse repository at this point
Copy the full SHA 7108878View commit details -
TagsSearch: tweaks to allow re-use beyond tags
- Allow 'followed' and 'unfollowed' list to be overridden via props. - Allow labels to be overridden via props. - Add ability to disable "Suggestions"
Configuration menu - View commit details
-
Copy full SHA for a0448a2 - Browse repository at this point
Copy the full SHA a0448a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929fb82 - Browse repository at this point
Copy the full SHA 929fb82View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26c49a - Browse repository at this point
Copy the full SHA c26c49aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ffc4f - Browse repository at this point
Copy the full SHA f6ffc4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbea138 - Browse repository at this point
Copy the full SHA bbea138View commit details -
Hide "control tags" except when creating/editing claims.
## Changes: 1) TagSearch: hide the "control tags" in the Creator Settings page (irrelevant). 2) TagSearch: show the "control tags" when creating/editing Channel (let's use `setting.CommentsEnabled` instead). 3) TagSearch: show the "control tags" when creating/editing Content (`disable-comments` can be used to block comments at the per-claim level, e.g. allow comments in general but block only for specific claims). ## Missing pieces: For (2) and (3), some work is needed to hide the comment GUI when `setting.CommentsEnabled` is disabled for a particular channel. That flag is not ready in Commentron yet, so I'm not sure how this will be done at the moment. In other words, the checkbox does nothing at the moment. ## Potential flaw: This change will hide all control tags. If we have more tags in the future and would like to selectively disable some, we'll have to change this parameter to an array instead. Since the usage is not widespread at the moment, a single `disableControlFlag` seems cleaner (don't over-think it yet).
Configuration menu - View commit details
-
Copy full SHA for 088ef71 - Browse repository at this point
Copy the full SHA 088ef71View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb36c70 - Browse repository at this point
Copy the full SHA fb36c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e72e9 - Browse repository at this point
Copy the full SHA c2e72e9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.