Skip to content

chore(dev): cherry-pick categories.ts hotfix from main - #752

Merged
Flotapponnier merged 1 commit into
devfrom
chore/cherry-categories-hotfix-dev
Jun 26, 2026
Merged

chore(dev): cherry-pick categories.ts hotfix from main#752
Flotapponnier merged 1 commit into
devfrom
chore/cherry-categories-hotfix-dev

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Summary

Cherry-pick of 61f1fa9 (`fix(main): restore src/lib/categories.ts + binance.svg mapping`) from main into dev.

Dev was missing `src/lib/categories.ts` which is imported by `benchmarks/category/[cat]/page.tsx` and `benchmark-grid.tsx`. Without it the dev typecheck fails, blocking any PR targeting dev (currently #747 + #749).

The venue dimension type fix from #748 was already present on dev as commit ae6a26e, so only the categories.ts piece was carried over.

Test plan

PR #743 created src/app/benchmarks/category/[cat]/page.tsx + benchmark-grid.tsx referencing @/lib/categories but the helper module was not cherry-picked to main, breaking typecheck.
Also re-apply binance: /logos/binance.svg (was reverted by auto-merge against pre-existing main entry pointing to /logos/bnb.png).
@Flotapponnier
Flotapponnier merged commit 5cdf646 into devJun 26, 2026
1 check passed
@Flotapponnier
Flotapponnier deleted the chore/cherry-categories-hotfix-dev branch July 17, 2026 14:41
Sign up for freeto 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

@Flotapponnier