patternfly / patternfly/chatbot
Add stacked Message content variant
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 37
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 5
Description
We want to look into allowing message content to be stacked, so that metadata + avatar are on the same line, and the actual message content is below it, as seen in the following screenshot:
Acceptance criteria:
-
Add a prop to allow opting into this new structure
-
Adjust the markup as necessary to place metadata + avatar in the same container, and message content separate
-
Check whether the current behavior where the avatar scrolls with the message content doesn't occur
Jira Issue: PF-3543
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Message component and reviewing its current metadata, avatar, and content markup. Use the acceptance criteria to define the opt-in stacked structure, then verify that the avatar does not scroll with the message content and that existing behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100