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
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
7 changed files with 198 additions and 0 deletions

View file

@ -1981,6 +1981,7 @@ _widgets:
_userList:
chooseList: "Select a list"
clicker: "Clicker"
search: "Search"
_cw:
hide: "Hide"
show: "Show content"

1
locales/index.d.ts vendored
View file

@ -2126,6 +2126,7 @@ export interface Locale {
"chooseList": string;
};
"clicker": string;
"search": string;
};
"_cw": {
"hide": string;

View file

@ -2030,6 +2030,7 @@ _widgets:
_userList:
chooseList: "リストを選択"
clicker: "クリッカー"
search: "検索"
_cw:
hide: "隠す"