mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #1744] [MERGED] Improve admin snapshot list/grid views with better UX #4510
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#4510
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1744
Author: @pirate
Created: 12/31/2025
Status: ✅ Merged
Merged: 12/31/2025
Merged by: @pirate
Base:
dev← Head:claude/improve-snapshot-views-jPmkp📝 Commits (1)
2e6dcb2Improve admin snapshot list/grid views with better UX📊 Changes
6 files changed (+607 additions, -19 deletions)
View changed files
📝
archivebox/core/admin_snapshots.py(+101 -1)📝
archivebox/core/models.py(+50 -0)📝
archivebox/templates/admin/base.html(+21 -5)📝
archivebox/templates/admin/snapshots_grid.html(+26 -4)📝
archivebox/templates/static/admin.css(+153 -9)➕
archivebox/tests/test_admin_views.py(+256 -0)📄 Description
Summary by cubic
Improve the admin Snapshot list and grid with a clear List/Grid toggle, live progress for running snapshots, and clearer size/status signals. Adds backend stats to power the UI and tests to cover views and search.
Written for commit
2e6dcb2b87. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.