[PR #1753] Add thumbnail previews to live progress header #3012

Closed
opened 2026-03-01 18:01:24 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/1753

State: closed
Merged: Yes


Show small thumbnails of recently completed ArchiveResult content in the progress header. The thumbnail strip appears below the stats bar and shows the last 20 successfully archived items with embeddable content (screenshots, favicons, DOM snapshots, etc.).

Features:

  • API returns recent_thumbnails with embed paths for succeeded results
  • Thumbnails display with plugin-specific icons as fallback
  • New thumbnails animate in with a pop effect
  • Clicking a thumbnail navigates to the snapshot admin page
  • Horizontal scrollable strip with custom scrollbar styling

Summary

Related issues

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

Summary by cubic

Adds a thumbnail strip to the live progress header. It shows previews of the last 20 successful archived items for quick visual feedback and one-click navigation.

  • New Features
    • API returns recent_thumbnails with embed paths for succeeded results.
    • Horizontal, scrollable thumbnail strip under the header.
    • Uses preview images when available; plugin icons as fallback.
    • New thumbnails animate in with a pop effect.
    • Clicking a thumbnail opens the snapshot admin page.

Written for commit 17029ba8b8. Summary will update on new commits.

**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/1753 **State:** closed **Merged:** Yes --- Show small thumbnails of recently completed ArchiveResult content in the progress header. The thumbnail strip appears below the stats bar and shows the last 20 successfully archived items with embeddable content (screenshots, favicons, DOM snapshots, etc.). Features: - API returns recent_thumbnails with embed paths for succeeded results - Thumbnails display with plugin-specific icons as fallback - New thumbnails animate in with a pop effect - Clicking a thumbnail navigates to the snapshot admin page - Horizontal scrollable strip with custom scrollbar styling <!-- IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes. --> # Summary <!--e.g. This PR fixes ABC or adds the ability to do XYZ...--> # Related issues <!-- e.g. #123 or Roadmap goal # https://github.com/pirate/ArchiveBox/wiki/Roadmap --> # Changes these areas - [ ] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds a thumbnail strip to the live progress header. It shows previews of the last 20 successful archived items for quick visual feedback and one-click navigation. - **New Features** - API returns recent_thumbnails with embed paths for succeeded results. - Horizontal, scrollable thumbnail strip under the header. - Uses preview images when available; plugin icons as fallback. - New thumbnails animate in with a pop effect. - Clicking a thumbnail opens the snapshot admin page. <sup>Written for commit 17029ba8b8c3d1b405d3d0905506b0063c89dea6. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
kerem 2026-03-01 18:01:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#3012
No description provided.