Skip to content

feat(challenges): show adventure cards in the All view#75

Merged
sinduri-g merged 1 commit into
mainfrom
feat/challenges-all-shows-adventures
May 28, 2026
Merged

feat(challenges): show adventure cards in the All view#75
sinduri-g merged 1 commit into
mainfrom
feat/challenges-all-shows-adventures

Conversation

@sinduri-g
Copy link
Copy Markdown
Contributor

The All state on the Challenges page now renders AdventureCard items (one per adventure) instead of a flat grid of every individual level, matching the ChallengesGrid pattern on the homepage. The heading changes from "All Challenges" to "All Adventures" and the count reads "X adventures, Y challenges". Tag-filtered views are unchanged.

  • Add AdventureCard and ADVENTURE_SUMMARIES imports
  • Replace flat FilteredLevelCard grid with ADVENTURE_SUMMARIES.map(AdventureCard)
  • Update heading copy and count format
  • Update screen-reader live region announcement for cleared filter
  • Add challenges.test.tsx with 15 tests covering the new behavior
  • Update README.md route description and styleguide.md filter behaviour note

The All state on the Challenges page now renders AdventureCard items
(one per adventure) instead of a flat grid of every individual level,
matching the ChallengesGrid pattern on the homepage. The heading changes
from "All Challenges" to "All Adventures" and the count reads
"X adventures, Y challenges". Tag-filtered views are unchanged.

- Add AdventureCard and ADVENTURE_SUMMARIES imports
- Replace flat FilteredLevelCard grid with ADVENTURE_SUMMARIES.map(AdventureCard)
- Update heading copy and count format
- Update screen-reader live region announcement for cleared filter
- Add challenges.test.tsx with 15 tests covering the new behavior
- Update README.md route description and styleguide.md filter behaviour note

Signed-off-by: Sinduri Guntupalli <sinduri.guntupalli@dynatrace.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 28, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-05-28 15:01 UTC

@sinduri-g sinduri-g merged commit 49669aa into main May 28, 2026
2 checks passed
@sinduri-g sinduri-g deleted the feat/challenges-all-shows-adventures branch May 28, 2026 15:01
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.

1 participant