Skip to content

Commit

Permalink
Merge pull request #15 from lara-zeus/remove-boredom
Browse files Browse the repository at this point in the history
remove boredom
  • Loading branch information
atmonshi authored Sep 20, 2024
2 parents 63b0ac0 + eb87145 commit 0f2aec9
Show file tree
Hide file tree
Showing 20 changed files with 882 additions and 820 deletions.
3 changes: 1 addition & 2 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
use Laravel\Sanctum\HasApiTokens;
use LaraZeus\Boredom\Concerns\HasBoringAvatar;
use Spatie\Permission\Traits\HasRoles;

class User extends Authenticatable implements FilamentUser, MustVerifyEmail
{
use CanResetPassword, HasApiTokens, HasBoringAvatar, HasFactory, HasRoles, Notifiable;
use CanResetPassword, HasApiTokens, HasFactory, HasRoles, Notifiable;

protected $guarded = [];

Expand Down
7 changes: 0 additions & 7 deletions app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use Illuminate\Session\Middleware\StartSession;
use Illuminate\View\Middleware\ShareErrorsFromSession;
use LaraZeus\Bolt\BoltPlugin;
use LaraZeus\Boredom\BoringAvatarPlugin;
use LaraZeus\DynamicDashboard\DynamicDashboardPlugin;
use LaraZeus\Sky\SkyPlugin;
use LaraZeus\Wind\WindPlugin;
Expand All @@ -40,9 +39,6 @@ public function panel(Panel $panel): Panel
->colors([
'primary' => Color::Emerald,
])
->defaultAvatarProvider(
\LaraZeus\Boredom\BoringAvatarsProvider::class
)
->viteTheme('resources/css/filament/admin/theme.css')
// Nav
->navigationGroups([
Expand Down Expand Up @@ -89,9 +85,6 @@ public function plugins(): array
->windPrefix('contact-us')
->navigationGroupLabel('CMS'),

BoringAvatarPlugin::make()
->colors(['0A0310', '49007E', 'FF005B', 'FF7D10', 'FFB238']),

SkyPlugin::make()
->navigationGroupLabel('CMS'),

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"guzzlehttp/guzzle": "^7.2",
"lara-zeus/artemis": "^1.0",
"lara-zeus/bolt": "^3.0",
"lara-zeus/boredom": "^1.0",
"lara-zeus/dynamic-dashboard": "^3.0",
"lara-zeus/sky": "^3.4",
"lara-zeus/wind": "^3.2",
Expand Down
Loading

0 comments on commit 0f2aec9

Please sign in to comment.