-
Couldn't load subscription status.
- Fork 42
feat: support fax on message page #633
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
Conversation
ringcentral#809) * fix bug Click back button in compose text should navigate to message list * add settimeout to goback function * when click goback in conversationpanel should navigate to message text list * when click goback in conversationpanel should navigate to message text list
* feature/messages-fax messages * update action button ui when offlinee * update messageStore to set filter the sendingfailed and queued messges by messagestatus * update preview button's tooltip to View * update unit test according to the changes * change from allconversations to conversations * change from allconversations to conversations * change from allconversations to conversations * add faxpermissions to hasreadmessagespermission * add integration test * add integration test for fax * update integration test * bugfix/6658 Fax icon display incorrectly in call history tab * update integration test
* implements start google hangouts with conference * remove comments in googleHangouts module * update mainview * update google hangouts * update if statements
| import i18n from './i18n'; | ||
|
|
||
| function ConfirmDeleteModal({ | ||
| export function ConfirmDeleteModal({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why export this function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used in tests, can be separated into independent files when needed
|
Build successful! You can check your changes here: https://ec2-52-17-190-173.eu-west-1.compute.amazonaws.com/job/rc-js-widget-pr/56/ |
* fix bug X button disappears * set regex as const value * update ui of hangup button * fix bug that notification not disappear * use onblur to control isfocusoninput * add timeout * set timeout as 0 * set timeout
|
Build successful! You can check your changes here: https://ec2-52-17-190-173.eu-west-1.compute.amazonaws.com/job/rc-js-widget-pr/60/ |
* fix bug Click back button in compose text should navigate to message … (ringcentral#809) * fix bug Click back button in compose text should navigate to message list * add settimeout to goback function * when click goback in conversationpanel should navigate to message text list * when click goback in conversationpanel should navigate to message text list * Feature/messages fax (ringcentral#778) * feature/messages-fax messages * update action button ui when offlinee * update messageStore to set filter the sendingfailed and queued messges by messagestatus * update preview button's tooltip to View * update unit test according to the changes * change from allconversations to conversations * change from allconversations to conversations * change from allconversations to conversations * add faxpermissions to hasreadmessagespermission * add integration test * add integration test for fax * update integration test * bugfix/6658 Fax icon display incorrectly in call history tab * update integration test * replace keypad icon to make stroke-line fillable (ringcentral#820) * implements start google hangouts with conference (ringcentral#819) * implements start google hangouts with conference * remove comments in googleHangouts module * update mainview * update google hangouts * update if statements * fix bug X button disappears (ringcentral#766) * fix bug X button disappears * set regex as const value * update ui of hangup button * fix bug that notification not disappear * use onblur to control isfocusoninput * add timeout * set timeout as 0 * set timeout * fix lint issue * upgrade commons
No description provided.