Skip to content

Commit

Permalink
Merge pull request #98 from Gustavinho/hotfix/filter-button-positioning
Browse files Browse the repository at this point in the history
hotfix: Fix filters button positioning
  • Loading branch information
Gustavinho authored May 17, 2021
2 parents 3550ee7 + 367e10b commit 4229c8e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.2.4] - 2021-05-16
### Fixed
- Fixed alert container to avoid blocking the UI elements.
- Fixed filers button positioning when there isn't a search textinput

## [2.2.3] - 2021-04-14
### Changed
- Live demo URL in the docs
## [2.2.2] - 2021-04-10
### Fixed
- Changed `$model->getKey()` insted of hardcoded `$model->id`

## [2.2.1] - 2021-03-29
### Fixed
- Added `detail-view`, `grid-view` and `list-view` to the views to be published.

## [2.2] - 2021-03-01
### Added
- New list view
Expand Down
2 changes: 1 addition & 1 deletion resources/views/table-view/filters.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- form/input-group
- dropdown --}}

<div class="flex flex-row">
<div class="flex justify-end">
{{-- Search input --}}
@if ($searchBy)
<div class="flex-1">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/table-view/table-view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div>
{{-- Search input and filters --}}
<div class="p-4 pb-0">
<div class="py-4 px-3 pb-0">
@include('laravel-views::table-view.filters')
</div>

Expand Down

0 comments on commit 4229c8e

Please sign in to comment.