patternfly / patternfly/patternfly-react
Table - expandable tree animation support
Open
Nobody has claimed this yet.
Animation
PF Team
Stale
Waiting for core
- Dominant language
- TypeScript
- Stars
- 862
- Forks
- 392
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 9
Description
https://github.com/patternfly/patternfly/pull/7522
- Needs an opt-in flag for animations (or reusing other Table animation opt-in prop combined with
isTreeTable). - Add this flag to the TableContext.
- Reference the context in
TreeRowWrapper& add modifier classes (expandable, nested, any others from core PR) based on its presence +aria-level/isExpandedinTreeRowWrapper.
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 reading the linked core PR, then inspect TableContext and TreeRowWrapper. Determine how the animation opt-in should interact with isTreeTable, aria-level, and isExpanded; done means the context flag is wired through and TreeRowWrapper emits the required expandable and nested modifier classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100