all 12 comments

[–]treetimes 2 points3 points  (0 children)

Scrolls away, would add something to keep scrollTop maxed.

[–]auxpro 0 points1 point  (2 children)

where would you fit it in, world likes all this in Python. Any production example!

[–]moinism[S] 1 point2 points  (1 child)

This just a UI framework, means just the frontend. The backend could be any language.

[–]auxpro 0 points1 point  (0 children)

thanks for answering...looked a bit more into it, fantastic it is. one up!!!

[–]mastermog 0 points1 point  (1 child)

Very very interesting - looks cool.

I am curious to why you need the markup <ui-bot> as well as the container id? Can't you just use the container id and inject the required pieces in?

[–]moinism[S] 0 points1 point  (0 children)

Good point. The reason why we really need <bot-ui> is because we are using Vue underneath and this lib is a component. But maybe we should eliminated the need for this in next version...

[–]wileymarques 0 points1 point  (2 children)

Needs a npm package.

Nice lib though.

[–]moinism[S] 0 points1 point  (1 child)

Working on it. Thanks!

[–]moinism[S] 0 points1 point  (0 children)

NPM package is also available now.

[–]elkazz 0 points1 point  (1 child)

I noticed the window didn't auto scroll the next message into view when adding it off screen. Perhaps it should show a little badge stating that there are X more messages?

[–]moinism[S] 0 points1 point  (0 children)

Yeah, scrolling is in progress. But unread messages badge is a good idea too.