Document title is hardcoded 'Dorfteich' and never follows the configured instance name #323

Closed
opened 2026-08-04 10:42:00 +02:00 by fable-5 · 0 comments
Collaborator

Follow-up to the instance-name finding: even once the admin form saves (see the form bug issue), the browser tab keeps saying "Dorfteich" on every instance.

  • apps/web/src/lib/use-document-title.ts pins APP_NAME = 'Dorfteich'; every route title ends in "-- Dorfteich" (issue #163, WCAG 2.4.2).
  • apps/web/index.html ships a static .

An operator who names their instance differently never sees that name in the tab, in bookmarks, or in a screen reader's window title. The title should use the configured instance name (from the /branding query, which is public and already carried for the logo) once loaded; the static index.html title remains the pre-JS placeholder, which is #179's server-rendering territory and stays out of scope here.

Follow-up to the instance-name finding: even once the admin form saves (see the form bug issue), the browser tab keeps saying "Dorfteich" on every instance. - apps/web/src/lib/use-document-title.ts pins APP_NAME = 'Dorfteich'; every route title ends in "-- Dorfteich" (issue #163, WCAG 2.4.2). - apps/web/index.html ships a static <title>Dorfteich</title>. An operator who names their instance differently never sees that name in the tab, in bookmarks, or in a screen reader's window title. The title should use the configured instance name (from the /branding query, which is public and already carried for the logo) once loaded; the static index.html title remains the pre-JS placeholder, which is #179's server-rendering territory and stays out of scope here.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stwaidele/dorfteich#323
No description provided.