Skip to content

Simple guide · Overview

Page status: HistoricalHistory group: Archives

NutsNews Home Button + Contact Text Update

This bundle updates:

Visual overview

Primary diagram

System map

This bundle updates:

Render the repository-owned system map when you need it.

Diagram is not rendered yet.

View as text
NutsNews Home Button + Contact Text Update

This bundle updates:

flowchart TB
  accTitle: NutsNews Home Button + Contact Text Update
  accDescr {
    This bundle updates:
  }
  A["NutsNews Home Button + Contact Text Update"] --> B["archive/README-NUTSNEWS-HOME-CONTACT-UPDATE.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews Home Button + Contact Text Update

Fullscreen diagram view.

NutsNews Home Button + Contact Text Update

Section titled “NutsNews Home Button + Contact Text Update”

This bundle updates:

  1. Footer home button behavior:

    • On the home page, it scrolls smoothly back to the top with a custom eased animation.
    • From another page, it routes to / and fades the home page in.
    • Reduced-motion users get instant/no animation behavior.
  2. Contact page email helper text:

    • Removes the privacy helper text from the bottom row beside the Send button.
    • Adds the same translated helper text directly under the “Your email” label in smaller text.
    • Adds aria-describedby so the email input is connected to the helper text.

From your Mac, after downloading and unzipping this bundle:

Terminal window
cd /Users/ramideltoro/WebstormProjects/nutsnews3
rsync -av /path/to/nutsnews-home-contact-update/ ./
npm --prefix web run lint
npm --prefix web run build
git status

If you downloaded the zip to Downloads, this is a copy-paste version:

Terminal window
cd /Users/ramideltoro/WebstormProjects/nutsnews3
rm -rf /tmp/nutsnews-home-contact-update
unzip -o ~/Downloads/nutsnews-home-contact-update.zip -d /tmp/nutsnews-home-contact-update
rsync -av /tmp/nutsnews-home-contact-update/nutsnews-home-contact-update/ ./
npm --prefix web run lint
npm --prefix web run build
git status