causalens / dara

Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure Python.
https://dara.causalens.com
Apache License 2.0
375 stars 9 forks source link

Feat: DO-3455 accept to optionally pass icon color for user bubble #347

Closed patricia-causalens closed 3 months ago

patricia-causalens commented 3 months ago

Motivation and Context

Allow greater customisation of user bubble on an user level

Implementation Description

Added two new params to UserData which allows one to set the color and what to render within the bubble for the user message.

Any new dependencies Introduced

How Has This Been Tested?

PR Checklist:

Screenshots (if appropriate):

Screenshot 2024-07-24 at 12 28 40
patricia-causalens commented 3 months ago

Oops accidentally got the branches mixed up and merged some of these changes in the other PR that was just merged :sweat_smile: so the difference is not showing, it is in the user bubble commit if that helps.