Skip to content

Instantly share code, notes, and snippets.

View nopara73's full-sized avatar
🎯
Focusing

nopara73 nopara73

🎯
Focusing
View GitHub Profile
@nopara73
nopara73 / README.md
Created June 28, 2026 02:39
LongevityWorldCup OAuth callback token wrapping proof

OAuth callback token wrapping proof

The Facebook and Threads OAuth callback pages render long callback tokens. Before the fix, unbroken code and state values force the document wider than a realistic mobile viewport. After the fix, token values wrap inside the page.

Facebook callback, 320px

Before

Before: Facebook callback token runs off-screen at 320px

@nopara73
nopara73 / README.md
Created June 28, 2026 02:20
LongevityWorldCup events donation amount wrapping proof

Events donation amount wrapping proof

Before: at 320x760, donation event rows can strand BTC on its own line away from the number.

After: the donation amount and BTC unit stay together as one visual token. The row still wraps naturally when space is tight.

@nopara73
nopara73 / README.md
Created June 28, 2026 02:04
LongevityWorldCup age visualization modal before/after proof

Age visualization modal proof

Before: the radar chart is scrolled under the sticky athlete modal header at 640x360, hiding the top Immune label.

After: the chart keeps enough inset below the sticky header, so the complete radar labels remain visible.

@nopara73
nopara73 / README.md
Created June 28, 2026 01:54
LongevityWorldCup apply name placeholder mobile proof

Apply name placeholder mobile proof

Before/after screenshots for the Longevity World Cup apply page name placeholder at realistic mobile sizes.

@nopara73
nopara73 / README.md
Created June 28, 2026 01:24
Guess my age mobile heading proof

Guess my age mobile heading proof

Before and after screenshots for the mobile guess-mode heading fix.

@nopara73
nopara73 / README.md
Created June 28, 2026 01:06
Longevitymaxxing timezone picker proof

Longevitymaxxing timezone picker proof

Before and after screenshots for the short-landscape timezone picker fix.

@nopara73
nopara73 / README.md
Created June 28, 2026 00:33
Longevity World Cup unsubscribe mobile landscape proof

Unsubscribe Mobile Landscape Proof

At 640x360, the unsubscribe page pushed the primary action below the first viewport. The updated short-landscape layout keeps the email field and Unsubscribe button visible together while preserving the portrait stack.

@nopara73
nopara73 / README.md
Last active June 28, 2026 00:27
Longevity World Cup 404 mobile landscape proof

404 Mobile Landscape Proof

At 640x360, the 404 page stacked the large illustration before the explanation and Home action, so the first viewport did not show the recovery path. The updated layout uses a compact side-by-side arrangement only for short mobile-landscape screens.

@nopara73
nopara73 / README.md
Created June 28, 2026 00:11
Longevity World Cup error page mobile landscape proof

Error Page Mobile Landscape Proof

At 640x360, the temporary error page stacked the image above the message, so the first viewport hid the message and retry action. The updated layout switches to a compact two-column card for short mobile-landscape screens while keeping the portrait mobile stack.

@nopara73
nopara73 / README.md
Created June 27, 2026 23:37
Edit profile auto-scroll before/after proof

Edit profile auto-scroll proof

Before and after screenshots for the selected-athlete /edit-profile load position fix.