feat: rudimentary filter in action selector

Fixes #1
This commit is contained in:
2023-11-03 18:57:22 +01:00
parent 65a536cdea
commit 08df049170
4 changed files with 66 additions and 17 deletions

View File

@@ -22,6 +22,9 @@ const de = {
PLACEHOLDER: "Nach Aktionen suchen",
CURRENT_ACTION: "Aktuelle Aktion",
DELETE: "Entfernen",
filter: {
ALL: "Alle",
},
},
share: {
URL_COPIED: "Teilbare URL kopiert!",

View File

@@ -21,6 +21,9 @@ const en = {
PLACEHOLDER: "Search for actions",
CURRENT_ACTION: "Current action",
DELETE: "Remove",
filter: {
ALL: "All",
},
},
share: {
URL_COPIED: "Sharable URL copied!",