ssb: Show the progress indicator more consistently.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m54s

This commit is contained in:
2025-07-31 12:48:45 -04:00
parent c3415ab75c
commit c59fba817d
4 changed files with 16 additions and 2 deletions

View File

@@ -106,6 +106,12 @@ class TfTabNewsFeedElement extends LitElement {
}
async fetch_messages(start_time, end_time) {
this.dispatchEvent(
new CustomEvent('loadmessages', {
bubbles: true,
composed: true,
})
);
this.time_loading = [start_time, end_time];
let result;
const k_max_results = 64;