livechat / chat-widget-sample

Sample chat widget built with UI kit
43 stars 20 forks source link

Wrong styles when using latest release #4

Open MBach opened 6 years ago

MBach commented 6 years ago

Hi, with the following dependencies, I have this:

    "@livechat/ui-kit": "0.0.9",
    "react": "15.5.4",
    "react-dom": "15.5.4"

image with:

    "@livechat/ui-kit": "^0.2.3",
    "react": "15.5.4",
    "react-dom": "15.5.4"

image There's a regression in styling, or something has changed and it's not documented

jchristman commented 6 years ago

+1 -- seems like a really nice kit. Any plans for public source code release or further maintenance?

Andarist commented 6 years ago

We want to polish this library in the future (hopefully this year), just being occupied with other stuff at the moment.

jchristman commented 6 years ago

If you wanted to open source it in the meantime, I’m sure members of the community could submit pull requests with fixes for some of these open issues...

tiagostutz commented 6 years ago

Same problem here. With 0.2.x version the styles are broken. Any directions on how to fix this? Meanwhile, we are using version 0.1.0, but it would be great to use the latest version...

Can't wait to see this project going OpenSource, but I know it is no that easy. Thanks for sharing the components.

konradk commented 6 years ago

Hello everyone,

We've made some breaking changes during "rich messages" implementation. I've just upgraded ui-kit version in this sample - you can see changes here: https://github.com/livechat/chat-widget-sample/pull/6/files. The biggest change: <Message> component doesn't include <Bubble> by default, you should pass it as a child of <Message>.

There are still some issues with this sample - I'll try to resolve them next week. Also, I will update react-chat-ui-kit docs to include those changes.

sombek commented 5 years ago

Styles are not showing at all in 0.2.x i am working on 0.1.0. Please would you fix it 😿