Skip to content

Conversation

pedrofp4444
Copy link
Member

This PR intends to implement the 404 error page in the application. To do so, I had to change temporarily the file dev.exs to not show debug detail errors:

 - debug_errors: true,
 + debug_errors: false,

As there's no theme setup yet I opted to use the default Button component from shadcn-vue so that it changes automatically when we change the default theme.

@pedrofp4444 pedrofp4444 self-assigned this Sep 23, 2025
@pedrofp4444 pedrofp4444 linked an issue Sep 23, 2025 that may be closed by this pull request
@pedrofp4444 pedrofp4444 changed the title feat: add page feat: add 404 page Sep 24, 2025
Copy link
Member

@ruilopesm ruilopesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SVG logo is not loading.

@GuilhermePSF
Copy link
Collaborator

21:9

image

16:9

image

Even tough my screen is quite wide, I still think that the content is quite small for a regular 1920×1080 16:9. Scale it enough, so everything is readable and easy to understand.

@pedrofp4444
Copy link
Member Author

Even tough my screen is quite wide, I still think that the content is quite small for a regular 1920×1080 16:9. Scale it enough, so everything is readable and easy to understand.

Are you saying that I should use bigger lettering fonts or increment the space among elements? I used the default ones from tailwind. 😅

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.

404 page

3 participants