aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/Gaming/CodeBlock.tsx
AgeCommit message (Collapse)Author
2026-03-06style: switch from tab to space indentation in frontend and worker/phpnsfisis
Update biome.json indentStyle from "tab" to "space" and reformat all files in both workspaces. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01fix(frontend): render line numbers before syntax highlighting to prevent ↵nsfisis
layout shift Show plaintext with Shiki-compatible line structure (.shiki > code > .line) from the start, so CSS line-number counters apply immediately. This prevents the popover from jittering when Shiki replaces the content. If Shiki fails, the plaintext with line numbers remains as a natural fallback. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01fix(frontend): add right padding to code block to prevent copy button overlapnsfisis
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28feat(frontend): change brand color for PHPerKaigi 2026nsfisis
2025-09-17feat(frontend): do not show copy button if code is emptynsfisis
2025-09-16feat(frontend): add copy button to code blocknsfisis
2025-03-20fix(frontend): prevent flickeringnsfisis
2025-03-16feat(frontend): show non-highlighted code until syntax highlighting completensfisis
2025-03-10feat(frontend): use fine-grained bundle of shikinsfisis
2025-03-08websocket to pollingnsfisis
2024-08-19feat(frontend): adjust style of submit resultnsfisis
2024-08-19fix(frontend): fix submit result layoutnsfisis
2024-08-18feat(frontend): wrap code blocknsfisis
2024-08-18feat(frontend): syntax highlight for code block in watch pagensfisis
2024-08-18refactor(frontend): extract components for gaming pagensfisis