Skip to content

Commit b07ce69

Browse files
committed
feat: updated homepage to modern looks
1 parent 394e789 commit b07ce69

18 files changed

+202
-139
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Laravelte Logo](public/img/laravelte-logo-full.png "text")
22

33
<p align="center">
4-
<a href="https://github.com/lexxyungcarter/laravelte/actions"><img src="https://github.com/lexxyungcarter/laravelte/workflows/tests/badge.svg" alt="Build Status"></a>
4+
![workflow](https://github.com/SyntaxLexx/laravelte/actions/workflows/deploy-ci.yml/badge.svg)
55
</p>
66

77
![Screenshot 1](public/img/laravelte-screenshot-1.jpg)

app/Http/Middleware/HandleInertiaRequests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function share(Request $request): array
4949
},
5050
'siteLogo' => config('app.logo'),
5151
'siteName' => config('app.name'),
52+
'systemVersion' => config('system.version'),
5253
'locale' => Session::get('locale') ?? App::getLocale(),
5354
]);
5455

config/system.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use App\Models\User;
44

5-
$appVersion = '1.0.0';
5+
$appVersion = '0.0.2';
66

77
return [
88
// App Version

public/img/gumroad-button.jpg

10.2 KB
Loading

public/img/laravelte-dashboard.jpg

255 KB
Loading

public/img/laravelte-screenshot-1.jpg

302 KB
Loading

public/img/laravelte-screenshot-2.jpg

390 KB
Loading

public/img/laravelte-screenshot-3.jpg

471 KB
Loading

resources/css/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,11 @@ table .actions {
167167
.dark ::-webkit-scrollbar-thumb {
168168
background: #6e4695;
169169
}
170+
171+
.seva-fields.formkit-fields .formkit-field {
172+
flex:2 !important;
173+
margin-right:20px !important;
174+
}
175+
.seva-fields.formkit-fields .formkit-submit {
176+
flex: 1 !important;
177+
}

resources/ts/Components/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<div class="mt-12 border-t border-warm-gray-700 pt-8">
165165
<p class="text-base text-warm-gray-400 xl:text-center">
166166
&copy; {new Date().getFullYear()}
167-
{$page.props.siteName}. All rights reserved. Backed up by
167+
{$page.props.siteName}. All rights reserved. Backed by
168168
<a href="https://acelords.com" target="_blank">AceLords</a>
169169
</p>
170170
</div>

0 commit comments

Comments
 (0)