Skip to content

Comments

Update error page#4589

Merged
patrick91 merged 1 commit intomainfrom
update-error-page
Feb 18, 2026
Merged

Update error page#4589
patrick91 merged 1 commit intomainfrom
update-error-page

Conversation

@patrick91
Copy link
Member

@patrick91 patrick91 commented Feb 18, 2026

Stack

Shortcake-Parent: main
@vercel
Copy link

vercel bot commented Feb 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pycon Ready Ready Preview Feb 18, 2026 7:46pm

@patrick91 patrick91 merged commit 36ac87b into main Feb 18, 2026
6 of 7 checks passed
@claude
Copy link
Contributor

claude bot commented Feb 18, 2026

This PR replaces the error page's looping background video with a static image and adds localized error messaging with a GitHub issue report link.

Minor issues:

  1. statusCode prop unused: The statusCode prop is still declared on ErrorPage but no longer used in the JSX after removing the 'Ops {statusCode}' heading. It should either be removed from the component or displayed somewhere meaningful (e.g., shown to users for easier bug reporting).

  2. Inline styles: The img element uses inline styles (maxWidth, marginTop) while the rest of the codebase uses Tailwind CSS. This is inconsistent with project conventions.

  3. Hardcoded GitHub URL: The issues URL https://github.com/pythonitalia/pycon/issues is hardcoded in the component. If this URL ever changes, it needs to be updated in code rather than config.

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