The star banner used a single localStorage flag (velxio_star_prompted) set identically whether the user clicked through to the repo or just closed it, so once dismissed it never showed again and clickers and closers were indistinguishable. Now track three flags: velxio_star_prompted - dismissed the first ask velxio_star_prompted_v2 - dismissed the follow-up (stop forever) velxio_star_clicked - clicked through to the repo (stop forever) Anyone who dismissed the first ask without clicking through gets ONE follow-up (round 2) with a stronger message; clicking the repo link at any time opts them out permanently. Capped at two asks total. Adds starBanner.title2/body2 copy in all 9 locales. |
||
|---|---|---|
| .. | ||
| AppHeader.tsx | ||
| CodeBlock.tsx | ||
| GitHubStarBanner.css | ||
| GitHubStarBanner.tsx | ||
| LanguageSwitcher.css | ||
| LanguageSwitcher.tsx | ||
| ShareModal.tsx | ||