Skip to content
Merged
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
3 changes: 3 additions & 0 deletions app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ public function panel(Panel $panel): Panel
->colors([
'primary' => Color::Amber,
])
->icons([
'suit' => resource_path('svg'),
])
->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
->pages([
Expand Down
2,227 changes: 2,020 additions & 207 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"laravel-vite-plugin": "^1.3.0",
"tailwindcss": "^4.0.0",
"vite": "^6.3.6"
},
"dependencies": {
"npm": "^11.10.1"
}
}
1 change: 1 addition & 0 deletions public/build/assets/app-CNRb6wSK.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-C1D18bxO.css",
"file": "assets/app-CNRb6wSK.css",
"src": "resources/css/app.css",
"isEntry": true
},
Expand All @@ -10,4 +10,4 @@
"src": "resources/js/app.js",
"isEntry": true
}
}
}
3 changes: 3 additions & 0 deletions resources/svg/clubs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/diamonds.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/hearts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/spades.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,7 @@ class="group-hover:scale-105 transition-transform duration-200 bg-slate-900">
</div>
</section>

<!-- AI Features Section (Demo - Supervisors only) -->
@auth
<!-- AI Features Section -->
<section class="py-20 bg-gradient-to-br from-slate-900 via-slate-800 to-indigo-950">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-4">
Expand Down Expand Up @@ -699,7 +698,6 @@ class="group-hover:scale-105 transition-transform duration-200 bg-slate-900">
</div>
</div>
</section>
@endauth

<!-- Footer -->
<footer class="bg-slate-900 border-t border-slate-700">
Expand Down
Loading