You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add delete-all-tags button per content type on /my/data/tags
- Add remove_all action to delete all tags for a content type
- Add confirmation dialog before bulk deletion
- Add before_action :authenticate_user! to PageTagsController for security
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
confirm: "Are you sure? This will permanently delete ALL #{grouped_tags.values.length} tags from your #{content_type.name.pluralize.downcase}. This cannot be undone."
0 commit comments