From 625b4e61dbf11c1d485bf8e8265df4d5af0c9657 Mon Sep 17 00:00:00 2001 From: Alex Benzer Date: Thu, 4 Sep 2025 07:20:46 -0700 Subject: Welcome modal on logged-out homepage (#8944) * Adds welcome modal to logged-out homepage * Adds metrics and feature gate for welcome modal * Slightly smaller text for mobile screens to avoid wrapping * Remove unused SVG * Adds text gradient and "X" close button * Fix color on "Already have an account?" text * tweak hooks, react import * rm stylesheet * use hardcoded colors * add focus guards and scope * no such thing as /home * reduce spacign * use css animations * use session storage * fix animation fill mode * add a11y props * Fix link/button color mismatch, reduce gap between buttons, show modal until user dismisses it * Fix "Already have an account?" line left-aligning in small window sizes * Adds "dismissed" and "presented" metric events --------- Co-authored-by: Samuel Newman --- assets/images/welcome-modal-bg.jpg | Bin 0 -> 116471 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/images/welcome-modal-bg.jpg (limited to 'assets') diff --git a/assets/images/welcome-modal-bg.jpg b/assets/images/welcome-modal-bg.jpg new file mode 100644 index 000000000..99b6c9d64 Binary files /dev/null and b/assets/images/welcome-modal-bg.jpg differ -- cgit 1.4.1