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" => "Henüz herhangi bir aboneliğiniz yok",
"add_first_subscription" => "İlk aboneliği ekle",
'new_subscription' => "Yeni Abonelik",
'search' => "Ara",
'sort' => "Sırala",
'name' => "İsim",
'last_added' => "Son Eklenen",
@@ -47,6 +48,8 @@ $i18n = [
"years" => "yıllar",
"external_url" => "Harici URL'yi Ziyaret Et",
"empty_page" => "Boş Sayfa",
"clear_filters" => "Filtreleri Temizle",
"no_matching_subscriptions" => "Eşleşen abonelik bulunamadı",
// Subscription form
"add_subscription" => "Abonelik ekle",
"edit_subscription" => "Aboneliği düzenle",