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

Change Place of errors. #68

Open
wants to merge 2 commits into
base: v2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion breeze/resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Scripts -->
<script src="{{ asset('js/app.js') }}" defer></script>
</head>
<body class="font-sans antialiased bg-light">
<body class="font-sans antialiased">
@include('layouts.navigation')

<!-- Page Heading -->
Expand Down
2 changes: 1 addition & 1 deletion breeze/resources/views/layouts/guest.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Scripts -->
<script src="{{ asset('js/app.js') }}" defer></script>
</head>
<body class="font-sans antialiased bg-light">
<body class="font-sans antialiased">
{{ $slot }}
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="row justify-content-center">
<div class="col-md-12">
<div class="card shadow bg-light">
<div class="card shadow">
<div class="card-body bg-white px-5 py-3 border-bottom rounded-top">
<div>
<jet-application-logo style="width: 317px;" />
Expand Down
2 changes: 1 addition & 1 deletion presets/AdminLte/inertia/resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="{{ mix('js/app.js') }}" defer></script>
<script src="{{ mix('js/dashboard.js') }}" defer></script>
</head>
<body class="hold-transition sidebar-mini layout-fixed layout-navbar-fixed bg-light font-sans antialiased">
<body class="hold-transition sidebar-mini layout-fixed layout-navbar-fixed font-sans antialiased">
@inertia

@env ('local')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row justify-content-center">
<div class="col-md-12">
<div class="card shadow bg-light">
<div class="card shadow">
<div class="card-body bg-white px-5 py-3 border-bottom rounded-top">
<div>
<x-jet-application-logo style="width: 317px;" />
Expand Down
2 changes: 1 addition & 1 deletion presets/Common/components/confirmation-modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
</div>
</div>
<div class="modal-footer bg-light">
<div class="modal-footer">
{{ $footer }}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion presets/Common/components/dialog-modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="modal-body">
{{ $content }}
</div>
<div class="modal-footer bg-light">
<div class="modal-footer">
{{ $footer }}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion presets/Common/components/welcome.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row justify-content-center my-5">
<div class="col-md-12">
<div class="card shadow bg-light">
<div class="card shadow">
<div class="card-body bg-white px-5 py-3 border-bottom rounded-top">
<div class="mx-3 my-3">
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
</div>
</div>
<div class="modal-footer bg-light">
<div class="modal-footer">
<slot name="footer">
</slot>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<slot name="content">
</slot>
</div>
<div class="modal-footer bg-light">
<div class="modal-footer">
<slot name="footer">
</slot>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="row justify-content-center my-5">
<div class="col-md-12">
<div class="card shadow bg-light">
<div class="card shadow">
<div class="card-body bg-white px-5 py-3 border-bottom rounded-top">
<div class="mx-3 my-3">
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</p>
</div>

<div class="w-75 bg-light rounded p-3">
<div class="w-75 rounded p-3">
<div v-for="code in recoveryCodes">
{{ code }}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<x-jet-authentication-card-logo />
</x-slot>

<x-jet-validation-errors class="mb-3" />

<div class="card-body">
<x-jet-validation-errors class="mb-3" />
<form method="POST" action="{{ route('register') }}">
@csrf

Expand Down Expand Up @@ -68,4 +68,4 @@
</form>
</div>
</x-jet-authentication-card>
</x-guest-layout>
</x-guest-layout>
2 changes: 1 addition & 1 deletion presets/CoreUi/inertia/resources/js/Jetstream/Welcome.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="row justify-content-center">
<div class="col-md-12">
<div class="card shadow bg-light">
<div class="card shadow">
<div class="card-body bg-white px-5 py-3 border-bottom rounded-top">
<div>
<jet-application-logo style="width: 317px;" />
Expand Down
8 changes: 4 additions & 4 deletions presets/CoreUi/inertia/resources/js/Layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<template #content>
<template v-if="$page.props.jetstream.hasTeamFeatures">

<div class="dropdown-header bg-light py-2">
<div class="dropdown-header py-2">
<strong>Manage Team</strong>
</div>

Expand All @@ -64,7 +64,7 @@
</jet-dropdown-link>

<!-- Team Switcher -->
<div class="dropdown-header bg-light py-2">
<div class="dropdown-header py-2">
<strong>Switch Teams</strong>
</div>

Expand Down Expand Up @@ -99,7 +99,7 @@

<template #content>
<!-- Account Management -->
<div class="dropdown-header bg-light py-2">
<div class="dropdown-header py-2">
<strong>Manage Account</strong>
</div>

Expand Down Expand Up @@ -174,7 +174,7 @@ export default defineComponent({
JetDropdownLink,
JetNavLink,
},

props: {
title: String,
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row justify-content-center">
<div class="col-md-12">
<div class="card shadow bg-light">
<div class="card shadow">
<div class="card-body bg-white px-5 py-3 border-bottom rounded-top">
<div>
<x-jet-application-logo style="width: 317px;" />
Expand Down
4 changes: 2 additions & 2 deletions presets/CoreUi/resources/views/navigation-menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</x-slot>

<x-slot name="content">
<div class="dropdown-header bg-light py-2">
<div class="dropdown-header py-2">
<strong>{{ __('Manage Account') }}</strong>
</div>

Expand Down Expand Up @@ -87,4 +87,4 @@
</x-slot>
</x-jet-dropdown>
@endauth
</ul>
</ul>
2 changes: 1 addition & 1 deletion resources/views/components/confirmation-modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
</div>
</div>
<div class="modal-footer bg-light">
<div class="modal-footer">
{{ $footer }}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/components/dialog-modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="modal-body">
{{ $content }}
</div>
<div class="modal-footer bg-light">
<div class="modal-footer">
{{ $footer }}
</div>
</div>
</x-jet-modal>
</x-jet-modal>
2 changes: 1 addition & 1 deletion resources/views/components/welcome.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row justify-content-center my-5">
<div class="col-md-12">
<div class="card shadow bg-light">
<div class="card shadow">
<div class="card-body bg-white px-5 py-3 border-bottom rounded-top">
<div class="mx-3 my-3">
<div>
Expand Down
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Jetstream/ConfirmationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
</div>
</div>
<div class="modal-footer bg-light">
<div class="modal-footer">
<slot name="footer">
</slot>
</div>
Expand Down
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Jetstream/DialogModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<slot name="content">
</slot>
</div>
<div class="modal-footer bg-light">
<div class="modal-footer">
<slot name="footer">
</slot>
</div>
Expand Down
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Jetstream/Welcome.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="row justify-content-center my-5">
<div class="col-md-12">
<div class="card shadow bg-light">
<div class="card shadow">
<div class="card-body bg-white px-5 py-3 border-bottom rounded-top">
<div class="mx-3 my-3">
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</p>
</div>

<div class="w-75 bg-light rounded p-3">
<div class="w-75 rounded p-3">
<div v-for="code in recoveryCodes">
{{ code }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion stubs/livewire/resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Scripts -->
<script src="{{ mix('js/app.js') }}" defer></script>
</head>
<body class="font-sans antialiased bg-light">
<body class="font-sans antialiased">
<x-jet-banner />
@livewire('navigation-menu')

Expand Down