feat(home stats): load stats progressively

This commit is contained in:
Tommaso Casaburi
2026-06-03 14:47:51 +07:00
parent 84f357cba1
commit d357514397
40 changed files with 420 additions and 181 deletions
+4 -2
View File
@@ -56,7 +56,6 @@
"gif": "GIF",
"total_posts": "Total Posts:",
"current_users": "current users:",
"boards_tracked": "boards tracked:",
"challenge_counter": "{{index}} of {{total}}",
"embed": "embed",
"remove": "remove",
@@ -420,5 +419,8 @@
"tag": "tag",
"post_form_flash_upload_prompt": "Recommended SWF host: <catbox>Catbox</catbox>. Upload a .swf, then paste the direct https://files.catbox.moe/...swf link in Link. Other hosts must provide a direct HTTPS .swf URL with CORS enabled.",
"youtube_video": "YouTube video",
"youtube_thumbnail_link_conversion_notice": "YouTube link detected. Pasting thumbnail image in {{count}}..."
"youtube_thumbnail_link_conversion_notice": "YouTube link detected. Pasting thumbnail image in {{count}}...",
"stats_scope_all_listed_boards": "All listed boards (slow)",
"stats_scope_directory_boards": "Directory boards only (fast)",
"boards_loaded": "boards loaded:"
}