Skip to content
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

Use compose component for Send Message action #1184

Closed
wants to merge 3 commits into from

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    eed11bf View commit details
    Browse the repository at this point in the history
  2. - renamed getCompose to getComposeActionToState

    - added validateCompose to flow action helpers
    - added getComposeStateToAction and getRecipientsStateToAction to flow action helpers
    - updated send msg and send broadcast stateToAction to use helper methods above
    - updated SendMsgForm and SendBroadcastForm initializeForm fn's to use helper methods above
    - updated SendMsgForm and SendBroadcastForm handleUpdate fn's to use validateCompose helper method
    - updated SendMsg main flow render to remove outer check for action.text and move to be an inner check for action.text
    - added ComposeElement to SendMsgForm
    - updated createSendMsgAction in assetCreators
    - added back attachments because MsgLocalizationForm still uses this
    
    todo
    - update unit tests
    susanm74 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8cf4fee View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    487a290 View commit details
    Browse the repository at this point in the history