Skip to content

Commit 7efce72

Browse files
author
Andres Vargas
committed
update Layout and remove inertia
1 parent bec7fb9 commit 7efce72

File tree

13 files changed

+7
-162
lines changed

13 files changed

+7
-162
lines changed

demo/static/src/Pages/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
TextInput,
3636
},
3737
props: {
38-
errors: Array,
38+
errors: Array
3939
},
4040
data() {
4141
return {

demo/static/src/Shared/Layout.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<portal-target name="dropdown" slim />
44
<div class="flex flex-col">
55
<div class="h-screen flex flex-col" @click="hideDropdownMenus">
6-
<div class="md:flex">
6+
<div class="md:flex flex-shrink-0">
77
<div class="bg-indigo-900 md:flex-shrink-0 md:w-56 px-6 py-4 flex items-center justify-between md:justify-center">
88
<inertia-link class="mt-1" href="/">
99
<logo class="fill-white" width="120" height="28" />
@@ -41,7 +41,7 @@
4141
</div>
4242
<div class="flex flex-grow overflow-hidden">
4343
<main-menu :url="url()" class="bg-indigo-800 flex-shrink-0 w-56 p-12 hidden md:block overflow-y-auto" />
44-
<div class="flex-1 overflow-hidden px-4 py-8 md:p-12 overflow-y-auto">
44+
<div class="flex-1 px-4 py-8 md:p-12 overflow-y-auto" scroll-region>
4545

4646
<flash-messages />
4747
<slot />
@@ -83,4 +83,4 @@ export default {
8383
},
8484
},
8585
}
86-
</script>
86+
</script>

inertia/__init__.py

Whitespace-only changes.

inertia/admin.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

inertia/apps.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

inertia/migrations/__init__.py

Whitespace-only changes.

inertia/models.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

inertia/share.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

inertia/tests.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

inertia/version.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)