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

Chat History - Menu #4

Open asuwebdesign opened 3 months ago

asuwebdesign commented 3 months ago

Design Spec PatternFly component

Part of the chatbot header. Users can toggle the display of the menu. Menu primarily supports chat history. Chat history is grouped by time. Each item can link to a specific chat conversation.

asuwebdesign commented 1 month ago

Created Menu component and initially styled. Uses Drawer PatternFly component for floating and docked display modes. For fullscreen display mode, it will use a Panel component. A customizable Navigation PatternFly component is nested inside these containers to display sections and navigation items (e.g. chat history)

asuwebdesign commented 1 month ago

Pending logic to generate the chat history items and sections.

asuwebdesign commented 1 month ago

Review Inline drawer PF component for fullscreen option. Would default to open. Need to configure the toggle button outside of it.