feat: AI bulk generate button + progress modal on product list (P0 #2) - #12
Merged
Conversation
added 2 commits
July 21, 2026 23:02
…plicate smart-bar-actions slot (Vue render crash)
Collaborator
Author
|
LGTM — verified locally. The fix to override the inner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds an "AI bulk generate" button to the product list smart-bar (next to Add product) that opens a confirmation modal and kicks off the background bulk-description job from P0 #2.
How it works
sw_product_list_smart_bar_actions_addblock insw-product-list(the inner block, not the outer..._actionsblock) — this avoids re-declaring the<template #smart-bar-actions>named slot, which caused a Vue render crash (reading 'type').Verification (browser, live admin on 6.7.2.2)
frosh_ai_bulk_joband processed by the message handler$tdeprecation warnings)End-to-end pipeline confirmed: button → modal → API →
frosh_ai_bulk_jobinsert → messenger dispatch → provider call. (The only runtime failure in dev isHTTP 401from a dummy API key — expected without a real provider key.)Notes
bin/console database:migrate FroshAI --allto createfrosh_ai_bulk_job— an environment gap, not a code change.