dto-btn / ssc-assistant

Second iteration of the SSC chatbot/assistant
MIT License
0 stars 0 forks source link

130 display user profile icon beside its own chat messages #137

Open kyleaitken opened 1 week ago

kyleaitken commented 1 week ago

This MR adds a profile picture/icon to both the user and assistant bubble. To achieve this I re-used the ProfilePicture component that exists in the top Toolbar, which required moving the logic to retrieve the profile picture from within the component, to alongside the other initial graph API call and adding the profile picture to the UserContext. This prevented the need to make an API call to fetch the profile picture for each chat bubble