1
0

upd: add basic search widget

Closes transfem-org/Sharkey#181
This commit is contained in:
Mar0xy
2023-11-30 23:45:13 +01:00
parent 90ddbc5dcd
commit 126b3839dd
7 changed files with 198 additions and 0 deletions
+1
View File
@@ -1981,6 +1981,7 @@ _widgets:
_userList:
chooseList: "Select a list"
clicker: "Clicker"
search: "Search"
_cw:
hide: "Hide"
show: "Show content"
+1
View File
@@ -2126,6 +2126,7 @@ export interface Locale {
"chooseList": string;
};
"clicker": string;
"search": string;
};
"_cw": {
"hide": string;
+1
View File
@@ -2030,6 +2030,7 @@ _widgets:
_userList:
chooseList: "リストを選択"
clicker: "クリッカー"
search: "検索"
_cw:
hide: "隠す"