-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[NEW] Custom Status #1811
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
Merged
[NEW] Custom Status #1811
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8c44d9c
[NEW] Custom Status
djorkaeffalexandre cd25daa
[FIX] Subscribe to changes
djorkaeffalexandre 3d4a818
[FIX] Improve code using Banner component
djorkaeffalexandre 4557279
[IMPROVEMENT] Toggle modal
djorkaeffalexandre 062c4a3
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.R…
djorkaeffalexandre a15492f
[NEW] Edit custom status from Sidebar
djorkaeffalexandre ed9472c
[FIX] Modal when tablet
djorkaeffalexandre 055ca50
[FIX] Styles
djorkaeffalexandre 85900f5
[FIX] Switch to react-native-promp-android
djorkaeffalexandre f88614a
Merge develop
djorkaeffalexandre 572dac1
Merge develop
djorkaeffalexandre 5d09b91
[FIX] Custom Status UI
djorkaeffalexandre 712e3c3
[TESTS] E2E Custom Status
djorkaeffalexandre c2d7b68
Merge branch 'develop' into new.custom-status-ui
diegolmello 7a80e70
Fix banner
diegolmello 83ff1d0
Fix banner
diegolmello 527bdcc
Fix subtitle
diegolmello ede6ffd
status text
diegolmello 0d1c787
Fix topic header
diegolmello 1e61167
Fix RoomActionsView topic
diegolmello 033bcbf
Merge branch 'develop' into new.custom-status-ui
diegolmello f57d6f9
Fix header alignment on Android
diegolmello 19423a1
[FIX] RoomInfo crashes when without statusText
djorkaeffalexandre fc41723
[FIX] Use users.setStatus
djorkaeffalexandre 059e45a
[FIX] Remove customStatus of ProfileView
djorkaeffalexandre 07b2b32
[FIX] Room View Thread Header
djorkaeffalexandre 4456495
Merge branch 'develop' into new.custom-status-ui
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
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,17 @@ | ||
| import { schemaMigrations, addColumns } from '@nozbe/watermelondb/Schema/migrations'; | ||
|
|
||
| export default schemaMigrations({ | ||
| migrations: [ | ||
| { | ||
| toVersion: 3, | ||
| steps: [ | ||
| addColumns({ | ||
| table: 'users', | ||
| columns: [ | ||
| { name: 'statusText', type: 'string', isOptional: true } | ||
| ] | ||
| }) | ||
| ] | ||
| } | ||
| ] | ||
| }); |
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
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.