Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Feb 5, 2024
1 parent 7a7eead commit fdf44b4
Show file tree
Hide file tree
Showing 17 changed files with 517 additions and 84,712 deletions.
11 changes: 3 additions & 8 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,12 @@ public function canAccessPanel(Panel $panel): bool
return true;
}

/*protected function avatar(): Attribute
protected function avatar(): Attribute
{
return Attribute::make(
get: fn () => 'https://ui-avatars.com/api/?name=' . urlencode($this->email ?? 'Guest') . '&color=FFFFFF&background=000000',
get: fn () => $this->avatar_url
);
}*/

/*public function getFilamentAvatarUrl(): ?string
{
return $this->avatar;
}*/
}

public function canImpersonate(): bool
{
Expand Down
481 changes: 226 additions & 255 deletions composer.lock

Large diffs are not rendered by default.

10,766 changes: 7 additions & 10,759 deletions public/css/another-portfolio.css

Large diffs are not rendered by default.

Loading

0 comments on commit fdf44b4

Please sign in to comment.