feat: filters on the subscriptions page
feat: search subscriptions by name
This commit is contained in:
@@ -28,6 +28,7 @@ $i18n = [
|
||||
"no_subscriptions_yet" => "You don't have any subscriptions yet",
|
||||
"add_first_subscription" => "Add first subscription",
|
||||
'new_subscription' => "New Subscription",
|
||||
'search' => "Search",
|
||||
'sort' => "Sort",
|
||||
'name' => "Name",
|
||||
'last_added' => "Last Added",
|
||||
@@ -47,6 +48,8 @@ $i18n = [
|
||||
"years" => "years",
|
||||
"external_url" => "Visit External URL",
|
||||
"empty_page" => "Empty Page",
|
||||
"clear_filters" => "Clear Filters",
|
||||
"no_matching_subscriptions" => "No matching subscriptions",
|
||||
// Subscription form
|
||||
"add_subscription" => "Add subscription",
|
||||
"edit_subscription" => "Edit subscription",
|
||||
|
||||
Reference in New Issue
Block a user