mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[PR #1729] [MERGED] Implement tags editor widget for Django admin #1481
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#1481
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/1729
Author: @pirate
Created: 12/30/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @pirate
Base:
dev← Head:claude/tags-editor-widget-0Dq7f📝 Commits (5)
202e5b2Add interactive tags editor widget for Django admindcf1136Merge branch 'dev' into claude/tags-editor-widget-0Dq7fa648c17Merge branch 'dev' into claude/tags-editor-widget-0Dq7f03b96efFix security issues in tag editor widgets0dee662Use bulk operations for add/remove tags actions📊 Changes
4 files changed (+1005 additions, -26 deletions)
View changed files
📝
archivebox/api/v1_core.py(+157 -0)📝
archivebox/core/admin_snapshots.py(+153 -26)➕
archivebox/core/widgets.py(+512 -0)📝
archivebox/templates/admin/base.html(+183 -0)📄 Description
Implement a sleek inline tag editor with autocomplete and AJAX support:
Create TagEditorWidget and InlineTagEditorWidget in core/widgets.py
Add API endpoints in api/v1_core.py
Update admin_snapshots.py
Add CSS styles in templates/admin/base.html
Summary
Related issues
Changes these areas
Summary by cubic
Implemented a new interactive tags editor for Django admin with autocomplete and AJAX add/remove, replacing the old multi-select and inline. This makes tagging snapshots faster and safer in detail, list, and bulk actions.
New Features
Refactors
Written for commit
0dee662f41. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
updateis run on 0.7.2 #2382updateis run on 0.7.2 #3891