add: Wished checkmark to torrent search page

- also adds lang
This commit is contained in:
HDVinnie
2023-08-31 18:30:05 -04:00
parent 3188b4cde6
commit a53b5a67b6
2 changed files with 14 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ return [
'author' => 'Author',
'balance' => 'Balance',
'blacklist' => 'Client Blacklist',
'bookmarked' => 'Bookmarked',
'buffer' => 'Buffer',
'bug' => 'Report a Bug',
'but' => 'But',
@@ -223,6 +224,7 @@ return [
'view' => 'View',
'view-all' => 'View All',
'warnings' => 'Warnings',
'wished' => 'Wished',
'year' => 'Year',
'yes' => 'Yes',
'your' => 'Your',

View File

@@ -372,7 +372,18 @@
value="1"
wire:model="bookmarked"
>
Bookmarked
{{ __('common.bookmarked') }}
</label>
</p>
<p class="form__group">
<label class="form__label">
<input
class="form__checkbox"
type="checkbox"
value="1"
wire:model="wished"
>
{{ __('common.wished') }}
</label>
</p>
</div>