mattermost-mobile/app/screens
Chris Duarte f5d77fcebc Add Channel Info Edit options to ChannelInfo screen (#1189)
* Add Channel Info Edit options to ChannelInfo screen

Refactor CreateChannel to CreateChannel and ChannelInfo

Add EditChannel screen

add updateChannelRequest

display header option only if channel is DM or GM

Add editing prop to ChannelInfo

Add saving state to ChannelInfo

Clean up EditChannel and change saving to updating

Add channel name (url) field in EditChannel

Clean up enableRightButton logic for EditChannel

Add error handling for EditChannel fields

Remove leftButton declaration from EditChannel

Add wrapWithPreventDoubleTap to click handlers in ChannelInfo

Move channel info to parent component (CreateChannel)

Add editing support for channel info in parent component

Remove ownProps from connected components

Remove passing parent props using the spread operator

* Strip out channel url field from EditChannel

* Comment out channelUrl textInput ref

Make eslint happy

* Remove injectIntl in favor of intl context props

* Add mobile prefix to json string

* Remove unnecessary actions declaration in ChannelInfo

* Refactor creating | editing to saving

* Safe check refs when blurring in ChannelInfo

* pass channelType for displayingHeaderOnly in EditChannelInfo

* Refactor ChannelInfo component to EditChannelInfo

* pass 1to1 props instead of object

* Add required to certain props in EditChannelInfo

* Use Stylesheet for container styles

* Add InvalidPermission method when updating channel

* Clean up onDisplayNameChangeText and safe check scrollToEnd

* Add {deviceWidth, deviceHeight} from redux

* Remove style.navTitle

* Add wrapper methods for delete and leave channel

* remove alertErrorIfInvalidPermissions

* Fix mobile localization strings to use prefix mobile.-

* Add TODO for channel URL
2017-11-28 19:48:51 -03:00
..
about White label about modal. Move strings to config. (#943) 2017-10-25 15:24:22 -04:00
add_reaction RN-223 Emoji picker for adding new emoji reactions (#854) 2017-08-23 15:29:09 -03:00
channel Track analytics for start time, channel and team switching (#1192) 2017-11-28 10:33:46 -03:00
channel_add_members Add general util to handle actions that are forbidden (#1206) 2017-11-27 17:30:26 -03:00
channel_info Add Channel Info Edit options to ChannelInfo screen (#1189) 2017-11-28 19:48:51 -03:00
channel_members Add general util to handle actions that are forbidden (#1206) 2017-11-27 17:30:26 -03:00
channel_peek Channel Peek (#1203) 2017-11-27 17:35:32 -03:00
client_upgrade Make layout compatible with iPhone X (#1205) 2017-11-28 09:04:53 -03:00
code Config to enable when clicking on username to fill input with @mention (#966) 2017-10-26 10:48:52 -04:00
create_channel Add Channel Info Edit options to ChannelInfo screen (#1189) 2017-11-28 19:48:51 -03:00
edit_channel Add Channel Info Edit options to ChannelInfo screen (#1189) 2017-11-28 19:48:51 -03:00
edit_post Remove unneded ownProps (#1177) 2017-11-21 12:35:03 -03:00
image_preview Make layout compatible with iPhone X (#1205) 2017-11-28 09:04:53 -03:00
load_team Improve push notification flow (#1044) 2017-10-24 17:03:51 -04:00
login Track analytics for start time, channel and team switching (#1192) 2017-11-28 10:33:46 -03:00
login_options Remove unneded ownProps (#1177) 2017-11-21 12:35:03 -03:00
mfa Prevent tap spam for server url, login and MFA (#1211) 2017-11-27 15:59:35 -05:00
more_channels Remove unneded ownProps (#1177) 2017-11-21 12:35:03 -03:00
more_dms Fix more dms screen (#1193) 2017-11-22 12:24:12 -03:00
notification Fix reset to channel view when push notification is tapped (#1201) 2017-11-23 18:48:50 -05:00
options_modal Improving Performance Part 2 (#1010) 2017-10-11 14:36:27 -03:00
root Track analytics for start time, channel and team switching (#1192) 2017-11-28 10:33:46 -03:00
search Fix Android: Text typed in Jump to... and Search box color (#1209) 2017-11-28 10:31:49 -03:00
select_server Fix status bar for Android in server url screen (#1210) 2017-11-27 15:59:52 -05:00
select_team Improve push notification flow (#1044) 2017-10-24 17:03:51 -04:00
settings Make layout compatible with iPhone X (#1205) 2017-11-28 09:04:53 -03:00
sso Track analytics for start time, channel and team switching (#1192) 2017-11-28 10:33:46 -03:00
thread Make layout compatible with iPhone X (#1205) 2017-11-28 09:04:53 -03:00
user_profile Fixes Android dismissModal from user_profile and thread screens (#1191) 2017-11-22 12:26:07 -03:00
index.js Add Channel Info Edit options to ChannelInfo screen (#1189) 2017-11-28 19:48:51 -03:00