Skip to content

Commit

Permalink
Merge pull request #52 from noxoua/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
noxoua authored Dec 22, 2023
2 parents b86c6cc + d39a3a3 commit e5d2370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ $logger->fields([
```

{: .note }
Changes are displayed inside the header. <u>Only works if only one field has been changed</u>.
Change is displayed inside the header. <u>Only works if only one field has been changed</u>.

![Screenshot](./assets/images/inline-screenshot.png)
2 changes: 1 addition & 1 deletion resources/dist/filament-activity-log.css

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

2 changes: 1 addition & 1 deletion resources/views/list/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[$field, $oldValue, $newValue] = $inlineField;
@endphp

<div class="flex items-center gap-8">
<div class="flex items-center gap-8 border p-2 rounded-md">
<div>{{ $field->display($oldValue) }}</div>
<div>{{ $field->getLabel() }}</div>
<div>{{ $field->display($newValue) }}</div>
Expand Down

0 comments on commit e5d2370

Please sign in to comment.