Added book selector to books sort

Now more efficient rather than listing all books in the system.
This commit is contained in:
Dan Brown
2019-04-06 16:56:50 +01:00
parent 17969c0bbf
commit aedff7dc6d
5 changed files with 55 additions and 34 deletions

View File

@ -4,5 +4,11 @@
<input type="text" placeholder="{{ trans('common.search') }}" entity-selector-search>
<div class="text-center loading" entity-selector-loading>@include('partials.loading-icon')</div>
<div entity-selector-results></div>
@if($showAdd)
<div class="entity-selector-add">
<button entity-selector-add-button type="button"
class="button outline">@icon('add'){{ trans('common.add') }}</button>
</div>
@endif
</div>
</div>