[PR #583] [MERGED] Snapshot Grid Feature implementation #1236

Closed
opened 2026-03-01 14:48:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/583
Author: @jdcaballerov
Created: 12/12/2020
Status: Merged
Merged: 12/16/2020
Merged by: @pirate

Base: v0.5.0Head: feat-snapshots-grid


📝 Commits (9)

  • 254d250 Feature implementation
  • 7db6b0a Preserve query string between snapshot list views
  • 8fca36a Restore preferred snapshots view from localstorage
  • d4255be use localStorage var
  • 45e97ea Reverse test condition to avoid redirects with change details
  • 6b5c881 Fix search to include filters
  • 243fccc Allow actions on grid view
  • 7b66e15 Merge branch 'v0.5.0' of github.com:ArchiveBox/ArchiveBox into feat-snapshots-grid
  • c29ce7e Add border for card select

📊 Changes

7 files changed (+391 additions, -2 deletions)

View changed files

📝 archivebox/core/admin.py (+32 -1)
📝 archivebox/core/mixins.py (+1 -1)
archivebox/core/templatetags/__init__.py (+0 -0)
archivebox/core/templatetags/core_tags.py (+47 -0)
📝 archivebox/themes/admin/base.html (+58 -0)
archivebox/themes/admin/grid_change_list.html (+91 -0)
archivebox/themes/admin/snapshots_grid.html (+162 -0)

📄 Description

Summary

Implements tiled screenshots

Related issues

#149

Changes these areas

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/583 **Author:** [@jdcaballerov](https://github.com/jdcaballerov) **Created:** 12/12/2020 **Status:** ✅ Merged **Merged:** 12/16/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `v0.5.0` ← **Head:** `feat-snapshots-grid` --- ### 📝 Commits (9) - [`254d250`](https://github.com/ArchiveBox/ArchiveBox/commit/254d2502fd18cf8465de2736a8dda538e25e63a8) Feature implementation - [`7db6b0a`](https://github.com/ArchiveBox/ArchiveBox/commit/7db6b0a8a6094eb5abafdfd957c643553c67120e) Preserve query string between snapshot list views - [`8fca36a`](https://github.com/ArchiveBox/ArchiveBox/commit/8fca36a7cd5af2af34c11f46c7877f66d9c934a8) Restore preferred snapshots view from localstorage - [`d4255be`](https://github.com/ArchiveBox/ArchiveBox/commit/d4255be07740db57da45dfd933f030d222522d6d) use localStorage var - [`45e97ea`](https://github.com/ArchiveBox/ArchiveBox/commit/45e97ea2788a252233ccf986bd4529abb5149fe0) Reverse test condition to avoid redirects with change details - [`6b5c881`](https://github.com/ArchiveBox/ArchiveBox/commit/6b5c88155591dc25cc93779a7a3cf445003a0f10) Fix search to include filters - [`243fccc`](https://github.com/ArchiveBox/ArchiveBox/commit/243fcccd894ee64d0b5e561091271719aae95b35) Allow actions on grid view - [`7b66e15`](https://github.com/ArchiveBox/ArchiveBox/commit/7b66e1514d206d34edb4b53c68bcba4d6e25a2ad) Merge branch 'v0.5.0' of github.com:ArchiveBox/ArchiveBox into feat-snapshots-grid - [`c29ce7e`](https://github.com/ArchiveBox/ArchiveBox/commit/c29ce7e7f03dc1bbb0c502280ef3b65ee9204f04) Add border for card select ### 📊 Changes **7 files changed** (+391 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/core/admin.py` (+32 -1) 📝 `archivebox/core/mixins.py` (+1 -1) ➕ `archivebox/core/templatetags/__init__.py` (+0 -0) ➕ `archivebox/core/templatetags/core_tags.py` (+47 -0) 📝 `archivebox/themes/admin/base.html` (+58 -0) ➕ `archivebox/themes/admin/grid_change_list.html` (+91 -0) ➕ `archivebox/themes/admin/snapshots_grid.html` (+162 -0) </details> ### 📄 Description # Summary Implements tiled screenshots # Related issues #149 # Changes these areas - [ ] Bugfixes - [x] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:48:58 +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#1236
No description provided.