feat: filters on the subscriptions page

feat: search subscriptions by name
This commit is contained in:
Miguel Ribeiro
2024-03-09 18:12:07 +01:00
committed by GitHub
parent 07f464741f
commit a396285b76
18 changed files with 444 additions and 120 deletions
+3
View File
@@ -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",