Easter egg: Triple Red animation when all hard flags fire simultaneously #8
Loading…
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?
Description
When a listing triggers all three hard red flags at once —
new_account,established_bad_actor, andsuspicious_price— animate the ListingCard with a "triple red" CSS effect to visually call out the most dangerous listings.Design notes
Acceptance criteria
theme.cssor ListingCard scoped stylesred_flagscontains at least the two hard filter flags (new_accountORestablished_bad_actor) plussuspicious_priceImplemented in
web/src/components/ListingCard.vue.Final trigger logic (broader than original spec, intentional):
new_accountORaccount_under_30_days(account flag)suspicious_priceduplicate_photo,established_bad_actor,zero_feedback, ORscratch_dent_mentionedCSS:
triple-red-glowborder pulse +triple-red-glitch✗ pseudo-element that dissipates on hover. Keyframes in ListingCard scoped styles.