feat(webapp): name of the page in tab titles (#4517)

Adds a shared `pageMeta()` helper and 74 route declarations, so a title
reads `run_abc | Runs | Trigger.dev` — the specific thing first, then
the page. Org pages also carry the organization: `Team | Acme |
Trigger.dev`. Inside a project no scope is added, because the dashboard
switches projects in every tab at once.

Page names are unchanged; what's new is that a page says which one it is
at all. Three wording changes on purpose: the queue page now names the
queue, the model page names the model, and entity pages carry their
section.
This commit is contained in:
Katia Bulatova
2026-08-06 10:34:30 +02:00
committed by GitHub
parent 66940c0384
commit 337dda1e97
78 changed files with 501 additions and 310 deletions
+6
View File
@@ -0,0 +1,6 @@
---
area: webapp
type: improvement
---
Browser tabs now name the page you're on, and the run, task or queue when you're looking at one, instead of all reading "Trigger.dev".