Skip to content

feat: modernise auth layout and views to align with admin template#115

Merged
juzaweb merged 1 commit into
masterfrom
jules-update-auth-layout-10770943318239407803
Mar 18, 2026
Merged

feat: modernise auth layout and views to align with admin template#115
juzaweb merged 1 commit into
masterfrom
jules-update-auth-layout-10770943318239407803

Conversation

@juzaweb

@juzaweb juzaweb commented Mar 18, 2026

Copy link
Copy Markdown
Owner

This PR updates the authentication layout and views to match the look and feel of the modern admin template.

Specifically:

  • Brought over dns-prefetch links and the flag-icons stylesheet from the core admin layout into the auth layout.
  • Fixed a syntax issue in auth.blade.php where an @if conditional was incorrectly closed with an @endguest.
  • Refactored login, register, forgot-password, reset-password, and verification-notice views to use the <div class="card card-outline card-primary"> layout for a consistent and modern UI.
  • Corrected a CDN typo: dnjs to cdnjs.

PR created automatically by Jules for task 10770943318239407803 started by @juzaweb

- 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>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@juzaweb juzaweb merged commit e03db02 into master Mar 18, 2026
8 checks passed
@juzaweb juzaweb deleted the jules-update-auth-layout-10770943318239407803 branch March 18, 2026 10:42
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