Skip to content
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

refactor: move footer info to top in error_exception.php #8626

Merged
merged 7 commits into from
Mar 15, 2024

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Mar 15, 2024

Description
See #8616 (comment)
It is useful when reporting errors.

Before:
Screehshot 2024-03-15 9 18 50

After:
Screenshot 2024-03-15 11 57 39

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@kenjis kenjis added the refactor Pull requests that refactor code label Mar 15, 2024
background: var(--dark-bg-color);
color: var(--light-text-color);
}
.footer .container {
border-top: 1px solid #e7e7e7;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
border-top: 1px solid #e7e7e7;

I think we don't need it.

Screenshot 2024-03-15 043000

Copy link
Member Author

Choose a reason for hiding this comment

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

Okay. Removed.

@kenjis kenjis force-pushed the refactor-error_exception.php branch from 7d3315f to 50409e8 Compare March 15, 2024 01:55
Copy link
Contributor

@datamweb datamweb left a comment

Choose a reason for hiding this comment

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

Thanks. LGTM!

@kenjis kenjis merged commit c190334 into codeigniter4:develop Mar 15, 2024
64 checks passed
@kenjis kenjis deleted the refactor-error_exception.php branch March 15, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Pull requests that refactor code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants