Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HasBadge and heroicon bugfix #5

Merged
merged 2 commits into from
Jan 28, 2024

Conversation

soWizardly
Copy link
Contributor

resolves two issues that were present (for me, at least) in a fresh install of Filament:

  • 'HasBadge' trait seems not to exist. Default Filament Tab component simply has a badge method, which was copied in here and references to 'HasBadge' were removed
  • item blade view file referenced a heroicon that does not appear to exist. Modified to a similar icon that exists within the bladeicons pack

- 'HasBadge' trait seems not to exist. Default Filament Tabs component simply has a badge method, which was copied in here
- item blade view file referenced a heroicon that does not appear to exist. Modified to a similar icon that exists within the bladeicons pack
@soWizardly soWizardly changed the title Bugfix/badge icon fix HasBadge and heroicon bugfix Jan 28, 2024
@atmonshi
Copy link
Member

thank you for the PR :) will release it now

@atmonshi atmonshi linked an issue Jan 28, 2024 that may be closed by this pull request
@atmonshi atmonshi merged commit 7ceb300 into lara-zeus:1.x Jan 28, 2024
1 check passed
@soWizardly soWizardly deleted the bugfix/badge-icon-fix branch January 28, 2024 12:55
@atmonshi
Copy link
Member

hey @soWizardly
can you share what version of filament are you using?
the Filament\Support\Concerns\HasBadge dose exist in the last version, we are bring it back with #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue w/ 'HasBadge' trait and non-existant heroicon
2 participants