activity: add a "load all" button

This commit is contained in:
Harvey Tindall
2023-10-22 16:16:23 +01:00
parent de3c06129d
commit 591b843148
5 changed files with 72 additions and 17 deletions
+1 -1
View File
@@ -1829,7 +1829,7 @@ export class accountsList {
queries: this._queries,
setVisibility: this.setVisibility,
clearSearchButtonSelector: ".accounts-search-clear",
onSearchCallback: (_0: number, _1: boolean) => {
onSearchCallback: (_0: number, _1: boolean, _2: boolean) => {
this._checkCheckCount();
}
};