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
@@ -50,7 +50,6 @@
"gif": "GIF",
"total_posts": "총 게시물:",
"current_users": "현재 사용자:",
"boards_tracked": "추적된 게시판:",
"challenge_counter": "{{index}} 중 {{total}}",
"embed": "임베드",
"remove": "제거",
@@ -401,5 +400,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 동영상",
"youtube_thumbnail_link_conversion_notice": "YouTube 링크가 감지되었습니다. {{count}} 후에 썸네일 이미지를 붙여넣는 중..."
"youtube_thumbnail_link_conversion_notice": "YouTube 링크가 감지되었습니다. {{count}} 후에 썸네일 이미지를 붙여넣는 중...",
"stats_scope_all_listed_boards": "등록된 모든 게시판 (느림)",
"stats_scope_directory_boards": "디렉터리 게시판만 (빠름)",
"boards_loaded": "불러온 게시판:"
}