asuwebdesign / patternfly-ext-chatbot

PatternFly Extension for creating enterprise-ready chatbot user experiences
https://patternfly-chatbot.vercel.app
MIT License
1 stars 0 forks source link

Skip Actions #28

Closed asuwebdesign closed 1 month ago

asuwebdesign commented 3 months ago

Design Spec (Light Theme) Design Spec (Dark Theme)

When scrolling through a chat conversation, skip buttons can be displayed to allow users to traverse the conversation quicker.

Up top, a skip button will scroll to the beginning of the conversation. At the bottom, a skip button will scroll to the end of a conversation.

Scrolling will be animated.

asuwebdesign commented 1 month ago

JumpTop and JumpBottom components created. Applied conditional logic to the messages for button visibility. Detection on container overflow as well as scroll position added.