Skip to content

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

Merged
thatblindgeye merged 3 commits intopatternfly:mainfrom
edonehoo:iss796
Mar 9, 2026
Merged

docs(chatbot): Updates docs to ensure chat history drawer is consistently named.#818
thatblindgeye merged 3 commits intopatternfly:mainfrom
edonehoo:iss796

Conversation

@edonehoo
Copy link
Copy Markdown
Contributor

@edonehoo edonehoo commented Mar 4, 2026

closes #796

@patternfly-build
Copy link
Copy Markdown

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
Copy Markdown
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)

@thatblindgeye thatblindgeye merged commit 8edce4d into patternfly:main Mar 9, 2026
7 checks passed
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