2026 04 16 claude code opus 4 7 strict prompt#16
Open
FabianWesner wants to merge 21 commits intomainfrom
Open
Conversation
…ts, pages, themes, settings)
- Admin Products\Index search delegates to App\Services\SearchService
when the query has >= 2 chars; shorter inputs fall back to the
paginated list.
- Admin sidebar adds a Webhooks link under the System group.
- Admin layout ships an Alpine toast container listening on the
window 'toast' event; session('status') and session('error')
auto-dispatch toasts on page load so existing flash usage continues
to work.
- Sidebar anchors gain focus-visible ring utilities; dark mode parity
preserved.
- Added tests/Feature/Admin/ProductsSearchTest covering the
SearchService delegation and short-query fallback.
- Stubbed routes/api.php so bootstrap/app.php can boot while Phase 11a
backend expands the real API.
…, webhook layout and sync-queue behavior - Home and Collections pages now render real products with prices + vendor - Hero CTAs link to the seeded 'featured' collection instead of non-existent 'all' - Product Show blade exposes variant names/prices and accessible Add to Cart - Checkout Success reads the order number via ?order param and hydrates the Order model cleanly - Admin Login now picks the user's first store and writes current_store_id to the session - Admin Webhook Livewire pages use the admin layout - Livewire::setUpdateRoute now applies store.resolve:storefront so the current store is bound across Livewire updates - ResolveStore tolerates Livewire update requests that arrive without a matching admin session - DeliverWebhook no longer throws out of sync-queue execution, records the failure and returns
Marks tests/ as test sources and ignores the clear-text protocol hotspot rule (php:S5332) for test files, where http:// URLs are intentional fixtures. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rCloud UI instead
|
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.




No description provided.