Skip to content

Commit f97803f

Browse files
committed
Add Login.vue layout adjustments and implement webpack.mix.js for asset management
1 parent c2d92bd commit f97803f

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

bun.lockb

523 KB
Binary file not shown.

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=e2fa9f90892eab4291200a2f91438b3b",
2+
"/app.js": "/app.js?id=0cbacea696a5db6ea6d8cc8bcd94cde9",
33
"/ui.js": "/ui.js?id=211c185d3f583726e3ec9435b2af5c14",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
55
"/app.css": "/app.css?id=9b01efaf5054a66f9805dbec463ca729",
6-
"/vendor.js": "/vendor.js?id=b51081d96a08fc9fb5fe461b8565ac0d",
6+
"/vendor.js": "/vendor.js?id=765285259c95a093f3464a38394cfd45",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/pages/Login.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
</HelpText>
5050
</div>
5151

52+
<div class="flex mb-6">
5253
<div class="mb-6">
5354
<label class="block mb-2" for="year">{{ __('Year') }}</label>
5455
<select
@@ -169,8 +170,8 @@ export default {
169170
},
170171
171172
years () {
172-
const year = new Date().getFullYear()
173-
return Array.from({length: year - 2023}, (value, index) => year - index)
173+
const year = new Date().getFullYear()
174+
return Array.from({length: year - 2023}, (value, index) => year - index)
174175
},
175176
},
176177
}
File renamed without changes.

0 commit comments

Comments
 (0)