feat: modernise auth layout and views to align with admin template#115
Conversation
- Added `dns-prefetch` and `flag-icon-css` links to `auth.blade.php`. - Corrected a syntax error in `auth.blade.php` (changed `@endguest` to `@endif`). - Updated `auth` views (`login.blade.php`, `register.blade.php`, `forgot-password.blade.php`, `reset-password.blade.php`, `verification-notice.blade.php`) to use the standard `<div class="card card-outline card-primary">` AdminLTE design instead of the old `login-card-body`. - Fixed a typo where `dnjs.cloudflare.com` was used instead of `cdnjs.cloudflare.com` in both `auth.blade.php` and `admin.blade.php`. Co-authored-by: juzaweb <47020363+juzaweb@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR updates the authentication layout and views to match the look and feel of the modern admin template.
Specifically:
dns-prefetchlinks and theflag-iconsstylesheet from the core admin layout into the auth layout.auth.blade.phpwhere an@ifconditional was incorrectly closed with an@endguest.login,register,forgot-password,reset-password, andverification-noticeviews to use the<div class="card card-outline card-primary">layout for a consistent and modern UI.dnjstocdnjs.PR created automatically by Jules for task 10770943318239407803 started by @juzaweb