Skip to content

Commit

Permalink
Merge pull request #17 from lara-zeus/CanFormatState
Browse files Browse the repository at this point in the history
add support for format state
  • Loading branch information
atmonshi authored Mar 9, 2024
2 parents dfd013c + 2a348f9 commit 334304b
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 45 deletions.
90 changes: 45 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/Infolists/PopoverEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

namespace LaraZeus\Popover\Infolists;

use Filament\Infolists\Components\Concerns\CanFormatState;
use Filament\Infolists\Components\Concerns\HasIcon;
use Filament\Infolists\Components\Entry;
use LaraZeus\Popover\Concerns\HasPopover;

class PopoverEntry extends Entry
{
use CanFormatState;
use HasIcon;
use HasPopover;

Expand Down
2 changes: 2 additions & 0 deletions src/Tables/PopoverColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

use Filament\Support\Concerns;
use Filament\Tables\Columns\Column;
use Filament\Tables\Columns\Concerns\CanFormatState;
use Filament\Tables\Columns\Concerns\CanWrap;
use Filament\Tables\Columns\Concerns\HasDescription;
use LaraZeus\Popover\Concerns\HasPopover;

class PopoverColumn extends Column
{
use CanFormatState;
use CanWrap;
use Concerns\HasIcon;
use HasDescription;
Expand Down

0 comments on commit 334304b

Please sign in to comment.