Rework the sign-in footer #63

Closed
opened 2026-08-26 17:43:07 +00:00 by jcoffey-dev · 0 comments
Owner

The build and where to find it were running together on one line. Now:

        ihasmail v2.16.61
  ihasmail.org · AGPL-3.0 source

Three changes:

  • the link is ihasmail.org, href and label both — you're right that it isn't a lie, it's a LINUXexpert.org project site, so it says the same thing the old link did
  • "by" is gone. It was doing attribution work the line no longer needs, and the README badge is where the credit properly lives
  • the two links drop to their own line, leaving the name and version standing alone

One implementation note: it's a single <p> with a <br /> rather than two paragraphs. .foot carries margin-top: 20px, which a second paragraph would repeat as a 20px gap under the sign-in button.

Verified https://ihasmail.org returns 200 before putting it in front of everyone who reaches the instance.

226 web tests, typecheck and build clean. The change is visible on the sign-in page after the next deploy.

Merged 2026-08-26 as coffey-labs/ihasmail@16351abdbf

Rebuilt from: git history, session transcript.

The build and where to find it were running together on one line. Now: ``` ihasmail v2.16.61 ihasmail.org · AGPL-3.0 source ``` Three changes: - the link is **ihasmail.org**, href and label both — you're right that it isn't a lie, it's a LINUXexpert.org project site, so it says the same thing the old link did - **"by" is gone.** It was doing attribution work the line no longer needs, and the README badge is where the credit properly lives - the two links **drop to their own line**, leaving the name and version standing alone One implementation note: it's a single `<p>` with a `<br />` rather than two paragraphs. `.foot` carries `margin-top: 20px`, which a second paragraph would repeat as a 20px gap under the sign-in button. Verified `https://ihasmail.org` returns 200 before putting it in front of everyone who reaches the instance. 226 web tests, typecheck and build clean. The change is visible on the sign-in page after the next deploy. **Merged** 2026-08-26 as coffey-labs/ihasmail@16351abdbf88 <sub>Rebuilt from: git history, session transcript.</sub>
This repo is archived. You cannot comment on issues.