Skip to content

Commit

Permalink
Adding latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 8, 2024
1 parent aeda05d commit a141f30
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
1 change: 0 additions & 1 deletion public/build/assets/app-C3eKFG8L.css

This file was deleted.

1 change: 1 addition & 0 deletions public/build/assets/app-CLij9Z7A.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/build/assets/app-CaUPGaqM.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.demoButtonClickMessage=function(o){o.preventDefault(),new FilamentNotification().title("Modify this button in your theme folder").icon("heroicon-o-pencil-square").iconColor("info").send()};
1 change: 0 additions & 1 deletion public/build/assets/app-CuBpdYhA.js

This file was deleted.

12 changes: 6 additions & 6 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"src": "resources/css/filament/admin/theme.css",
"isEntry": true
},
"resources/themes/cove/assets/css/app.css": {
"file": "assets/app-C3eKFG8L.css",
"src": "resources/themes/cove/assets/css/app.css",
"resources/themes/anchor/assets/css/app.css": {
"file": "assets/app-CLij9Z7A.css",
"src": "resources/themes/anchor/assets/css/app.css",
"isEntry": true
},
"resources/themes/cove/assets/js/app.js": {
"file": "assets/app-CuBpdYhA.js",
"resources/themes/anchor/assets/js/app.js": {
"file": "assets/app-CaUPGaqM.js",
"name": "app",
"src": "resources/themes/cove/assets/js/app.js",
"src": "resources/themes/anchor/assets/js/app.js",
"isEntry": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
@include('theme::partials.head', ['seo' => ($seo ?? null) ])
</head>
<body class="flex flex-col min-h-screen overflow-x-hidden @if($bodyClass ?? false){{ $bodyClass }}@endif">
<body x-data class="flex flex-col min-h-screen overflow-x-hidden @if($bodyClass ?? false){{ $bodyClass }}@endif" x-cloak>

<x-marketing.elements.header />

<main class="overflow-x-hidden flex-grow">
<main class="flex-grow overflow-x-hidden">
{{ $slot }}
</main>

Expand Down
4 changes: 4 additions & 0 deletions wave/resources/views/premium-theme-message.blade.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
@if(config('wave.demo'))
<!--
@if(strlen(strstr($_SERVER['HTTP_USER_AGENT'], 'Chrome') > 0))
┏┓┓ ┏ ┓┓ ┓ ┓ ╻
┣┫┣┓┏┓┓┏ ╋┏┓┃┃┏┓┓┏┏ ┏┫┏┓┓┏┏┓┃┏┓┏┓┏┓┏┓┃
┛┗┛┗┗┛┗┫╻ ┛┗ ┗┗┗┛┗┻┛ ┗┻┗ ┗┛┗ ┗┗┛┣┛┗ ┛ •
┛ ┛
@else
Ahoy, Fellow Developer!
@endif
@include('wave::premium-theme-messages.' . rand(1, 9))
Expand Down

0 comments on commit a141f30

Please sign in to comment.