Redesign tutorials filter UI with skill tabs, search, and collapsible tags#1
Open
konopkja wants to merge 1246 commits into
Open
Redesign tutorials filter UI with skill tabs, search, and collapsible tags#1konopkja wants to merge 1246 commits into
konopkja wants to merge 1246 commits into
Conversation
Replace substring-matching contains() with array-based exact matching in both claude.yml and claude-review-translations.yml to prevent unauthorized users with partial username matches from triggering workflows. Move github.event.comment.body from direct shell interpolation to env variable to prevent command injection via crafted PR comments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ions fix(ci): prevent auth bypass and command injection in Claude workflows
- energy-consumption: fix "machanismus" -> "mechanismus", "vetšinou" -> "většinou", "založze" -> "založte" - how-to-create-an-ethereum-account: fix "učet" -> "účet" - eth/supply: fix broken markdown link for staking
- Fix broken markdown link in wrapped-eth (missing ] before () - Fix "Nadace Etheria" -> "Nadace Ethereum" in learn-quizzes - Fix untranslated "gas" -> "palivo" in page-gas benefits - Fix "plyn" -> "palivo" inconsistency in glossary-tooltip (4 occurrences)
…tion-prevention fix(ci): complete injection prevention in translation review workflow
…d-info fix: update outdated info on AI agents page
…-links fix: remove broken DeFi Pulse links
Add page-developers-ethskills-label to all non-English page-developers-index.json translation files. Creates new te (Telugu) locale file where one did not yet exist. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: add ethskills.com link to developers page
Update Nimbus URL on Bug Bounty Page
Added Audittens and DongHan Kim to bug bounty leaderboard
Reduce webpack memory consumption during build by using direct filesystem reads instead of dynamic imports for translation JSON files and markdown content. This prevents webpack from creating chunks for thousands of potential import paths (60+ locales × 50 namespaces + 4000+ md files).
perf: replace dynamic imports with fs.readFile for i18n and md content
…per-feed perf: limit RSS items to 3 per feed
- remove dynamic import - pass label as children
Co-authored-by: Gemini <noreply@google.com>
- Match skeleton loading fallback to actual component layout (max-w-screen-lg, lg breakpoints) - Translate skill name in active filter summary - Add aria-label to search input for screen readers - Fix Text component type (HTMLParagraphElement, not HTMLHeadElement) - Remove redundant array spread in setSelectedTags - Guard skill Tag render against undefined tutorial.skill Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TabNavcomponent from the events pageContentHerowith breadcrumbs, doge-computer hero image, and submit button integrated into the heroBefore
~54 tags displayed as a flat grid with no hierarchy or grouping
After
Structured filter UI with skill tabs, search, and organized topic tags
Test plan
/developers/tutorials/and verify the ContentHero renders with doge image and submit button🤖 Generated with Claude Code