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

Study about send box customization #1839

Open
1 task
compulim opened this issue Mar 25, 2019 · 2 comments
Open
1 task

Study about send box customization #1839

compulim opened this issue Mar 25, 2019 · 2 comments
Labels
backlog Out of scope for the current iteration but it will be evaluated in a future release. feature-request Azure report label needs-design-input UX/UI design item

Comments

@compulim
Copy link
Contributor

compulim commented Mar 25, 2019

Today, customizing microphone button, means:

  • Cloning BasicSendBox.js, point the microphone button to a new one

  • Cloning BasicWebChat.js, and point it to newer BasicSendBox.js

  • Using new BasicWebChat.js in the hosting page

  • Putting a new send box inside the activity

    • Probably, the activity which render send box will need to host their own <SendBoxComposer>
    • Probably, some hooks will need to run under <SendBoxComposer>
  • includes customizing the localizable strings and providing your own verbiage across the app - original request is for the "Type your message" text

Do some studies to understand how difficult it is to customize send box, for example, continuing the work on "remaining characters" sample.

@corinagum
Copy link
Contributor

Backburner until #2211 is scoped / completed.

@AkashGovani
Copy link

@corinagum & @compulim Any updates on this one?

@Vana12330
Copy link

Today, customizing microphone button, means:

  • Cloning BasicSendBox.js, point the microphone button to a new one

  • Cloning BasicWebChat.js, and point it to newer BasicSendBox.js

  • Using new BasicWebChat.js in the hosting page

  • Putting a new send box inside the activity

    • Probably, the activity which render send box will need to host their own <SendBoxComposer>
    • Probably, some hooks will need to run under <SendBoxComposer>
  • includes customizing the localizable strings and providing your own verbiage across the app - original request is for the "Type your message" text

Do some studies to understand how difficult it is to customize send box, for example, continuing the work on "remaining characters" sample.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Out of scope for the current iteration but it will be evaluated in a future release. feature-request Azure report label needs-design-input UX/UI design item
Projects
None yet
Development

No branches or pull requests

4 participants