codeforboston/home-energy-analysis-tool

Do not display "New Case" in title bar for the Login screen or the Create-Account screen

Open

#752 opened on Jul 14, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (54 forks)auto 404
good first issuemust haveuser-experience

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the green title bar includes the text "New Case" on the login page and the create-account page. See these two examples:

Login-page.pdf

Create-account.pdf

Either of the two options described below is acceptable to me, but I prefer option 1:

  1. On the login page, display the following text in the title bar: "Home Energy Analysis Tool (HEAT): Login". On the create-account page, display this text in the title bar: "Home Energy Analysis Tool (HEAT): Create Account"
  2. Omit the text ": New Case" from both pages.

Contributor guide