Skip to content

Commit

Permalink
Add VND + My Pending Items filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocoa committed Jun 30, 2024
1 parent dfeb4e6 commit 83ef7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class Item extends Model
'chf' => 'Swiss Francs (CHF)',
'rub' => 'Russian Rubles (₽)',
'brl' => 'Brazilian Real (R$)',
'vnd' => 'Vietnamese đồng (₫)'
];

/**
Expand Down
1 change: 1 addition & 0 deletions app/Nova/Filters/ItemStatusFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public function options(Request $request)
return [
'My Items' => 'my-items',
'My Drafts' => 'my-drafts',
'My Items (Pending)' => 'my-pending-items',
'My Items (Published)' => 'my-published',

'All Drafts' => 'drafts',
Expand Down

0 comments on commit 83ef7f7

Please sign in to comment.