BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Study about send box customization

Open compulim opened this issue 6 years ago • 2 comments

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

  • [ ] 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.

compulim avatar Mar 25 '19 18:03 compulim

Backburner until #2211 is scoped / completed.

corinagum avatar Sep 23 '20 23:09 corinagum

@corinagum & @compulim Any updates on this one?

AkashGovani avatar Jul 16 '21 05:07 AkashGovani

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.

Vana12330 avatar Jul 16 '23 01:07 Vana12330