[FIX] web_refresher: new record refresh

This commit is contained in:
Taras Shabaranskyi
2024-07-21 03:09:55 +03:00
parent ab9e6ba030
commit 7840db0d50
2 changed files with 3 additions and 2 deletions

View File

@@ -78,9 +78,9 @@ export class Refresher extends Component {
* @returns {Promise<Boolean>}
*/
async refresh() {
let updated = this._searchModelRefresh();
let updated = await this._pagerRefresh();
if (!updated) {
updated = await this._pagerRefresh();
updated = this._searchModelRefresh();
}
return updated;
}

View File

@@ -15,6 +15,7 @@
}
50% {
transform: translateY(10px);
margin-bottom: 10px;
opacity: 0.6;
}
100% {