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

@@ -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!",