-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[NEW] Filter system messages per room #1815
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
Merged
diegolmello
merged 14 commits into
RocketChat:develop
from
youssef-md:new.filter-system-messages
Mar 6, 2020
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
1c347f2
Improve styling to follow rc server
youssef-md f5c2c2f
Update SwitchContainer to handle a single label layout
youssef-md 2d954bb
Multiselect to hide system messages
djorkaeffalexandre 989826c
Merge branch 'develop' into new.filter-system-messages
djorkaeffalexandre 151be65
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.R…
djorkaeffalexandre c8d8497
[FIX] Switch code
djorkaeffalexandre 27ad83e
[IMPROVEMENT] MultiSelect style
djorkaeffalexandre 0ce7653
[I18n] Add PT-br
djorkaeffalexandre df9e4e8
[FIX] Inline Style
djorkaeffalexandre 73ba135
[FIX] Crash on Android
djorkaeffalexandre 65221fe
[IMPROVEMENT]Refactor SwitchContainer to a memoized functional component
youssef-md dc239ab
Merge branch 'develop' into new.filter-system-messages
diegolmello f0eb6e5
[FIX] Older servers
djorkaeffalexandre b897602
Merge branch 'develop' into new.filter-system-messages
diegolmello File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,42 @@ | ||
| export const MessageTypeValues = [ | ||
| { | ||
| value: 'uj', | ||
| text: 'Message_HideType_uj' | ||
| }, { | ||
| value: 'ul', | ||
| text: 'Message_HideType_ul' | ||
| }, { | ||
| value: 'ru', | ||
| text: 'Message_HideType_ru' | ||
| }, { | ||
| value: 'au', | ||
| text: 'Message_HideType_au' | ||
| }, { | ||
| value: 'mute_unmute', | ||
| text: 'Message_HideType_mute_unmute' | ||
| }, { | ||
| value: 'r', | ||
| text: 'Message_HideType_r' | ||
| }, { | ||
| value: 'ut', | ||
| text: 'Message_HideType_ut' | ||
| }, { | ||
| value: 'wm', | ||
| text: 'Message_HideType_wm' | ||
| }, { | ||
| value: 'rm', | ||
| text: 'Message_HideType_rm' | ||
| }, { | ||
| value: 'subscription_role_added', | ||
| text: 'Message_HideType_subscription_role_added' | ||
| }, { | ||
| value: 'subscription_role_removed', | ||
| text: 'Message_HideType_subscription_role_removed' | ||
| }, { | ||
| value: 'room_archived', | ||
| text: 'Message_HideType_room_archived' | ||
| }, { | ||
| value: 'room_unarchived', | ||
| text: 'Message_HideType_room_unarchived' | ||
| } | ||
| ]; |
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.