mattermost-mobile/app/components/post_draft
Daniel Espino García 7bb777f4b3
Handle go to location from CommandResponse (#4620)
* First draft to handle go to location on mobile

* Fix lint

* Fix test

* Remove unnecessary change

* Add not handled cases

* Add i18n missing string

* Fix typo

* Extract handleGotoLocation into an action

* Fix minor issues and extract showPermalinkView to an action

* Fix minor issues and extract showPermalinkView to an action

* Add missing change

* Fix this reference

* Remove unneeded event handlers, sort imports, early handle errors, make group channel visible, remove duplications and move functions to the right place

* Fix tests

* Handle error when opening permalink
2021-01-04 15:06:37 -07:00
..
__snapshots__
archived Add eslint eol-last to require newline at end of files (#4985) 2020-11-30 21:46:05 -07:00
draft_input Handle go to location from CommandResponse (#4620) 2021-01-04 15:06:37 -07:00
post_input [MM-31376] Do not subtract offset from accessories container (#5042) 2020-12-17 19:14:00 -07:00
quick_actions Fix eol-last lint issues (#4996) 2020-12-01 14:18:32 -03:00
read_only Add eslint eol-last to require newline at end of files (#4985) 2020-11-30 21:46:05 -07:00
send_action
typing
uploads Improve upload attachment error handling (#5026) 2020-12-10 16:08:13 -07:00
index.js
index.test.js Add eslint eol-last to require newline at end of files (#4985) 2020-11-30 21:46:05 -07:00
post_draft.js
post_draft.test.js