Skip to content

docs(chatbot): Updates docs to ensure chat history drawer is consistently named.#818

Open
edonehoo wants to merge 1 commit intopatternfly:mainfrom
edonehoo:iss796
Open

docs(chatbot): Updates docs to ensure chat history drawer is consistently named.#818
edonehoo wants to merge 1 commit intopatternfly:mainfrom
edonehoo:iss796

Conversation

@edonehoo
Copy link
Contributor

@edonehoo edonehoo commented Mar 4, 2026

closes #796

@patternfly-build
Copy link

patternfly-build commented Mar 4, 2026

Comment on lines 7 to 11
<Skeleton
screenreaderText={screenreaderText ?? 'Loading chatbot conversation history'}
screenreaderText={screenreaderText ?? 'Loading chatbot chat history'}
fontSize="3xl"
{...rest}
/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you replace these lines with the following it should resolve the lint error

<Skeleton screenreaderText={screenreaderText ?? 'Loading chatbot chat history'} fontSize="3xl" {...rest} />

You should end up with all the Skeleton stuff on a single line (line 7) rather than on 5 lines (lines 7 through 11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Rename "Navigation" to "Chat history" across docs.

3 participants