-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI: Changed the error page and modified the 404 page #4032
Conversation
Hello! One or more of the commit messages in this PR do not match the Ladybird code submission policy, please check the |
8054917
to
494b923
Compare
any feedback here would be appreciated (still new to the project) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this! I have a couple of comments but they don't easily fit in the diff itself so I'll put them here.
First, it'd be nice if the two error pages had the same spacing between the image and the title.
The code itself is fine! I think eventually it makes sense to move the crash page HTML into its own file like we already have for error.html
, but keeping it in the C++ is fine for now.
For the commit though, it's somehow marked as authored by Tim instead of you. You can undo the commit while keeping your changes, with git reset --mixed HEAD~1
, and then commit them again.
Also the message should be more descriptive and be in the present tense. eg, something like this:
UI: Style the crash page and update error page image
Add styling and an image to the crash page, so that it matches the
error page. Also update the error page's image to have a thinner
stroke.
Co-authored-by: notnotnescap <[email protected]>
Oh I just noticed you have this in the PR message! This is the sort of thing that's great to include in the commit message itself. |
5eb91b7
to
3ff79c1
Compare
d2eab83
to
3299762
Compare
- Modified the error page - changed the error/crash page Co-authored-by: notnotnescap <[email protected]>
4d13cb0
to
fd80d3d
Compare
fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Don't worry, git gets easier after a while.
As a future suggestion, consider splitting things up into more commits. For example, this one really does two things that are separate from each other.
IDK how to say this, but when I did the rebase, some of my code didn't sync / save and the page looks off / wrong (PR 4032), and it got merged ( sorry i asked to be merged 😅 ) |
the fixed version
|
No worries. If you're happy to make a new PR, that'd be good! |
sorry again :/ |
Co-authored-by: notnotnescap [email protected]
Changed the error page, so that it looks better feedback from discord and the artist ( 96a5b97 )
Modified the error/crash page so it looks more in line with the 404 page and the brand guidelines.