makeplane / plane

🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
http://plane.so
GNU Affero General Public License v3.0
30.6k stars 1.7k forks source link

[feature]: Workspace and/or Project title in the HTML <title> tag #3563

Open benr77 opened 9 months ago

benr77 commented 9 months ago

Is there an existing issue for this?

Summary

Currently Plane has a static HTML title that shows up in the browser tab etc.

<title>Plane | Simple, extensible, open-source project management tool.</title>

Whilst this is suitable for your public marketing website, for the actual APP it would be much better to include the Workspace and/or the Project title. It is also important that these come first. For example something like:

<title>ACME Workspace - My Project - Plane</title>

This could also be taken a step further and include the section you are currently on - e.g.

<title>Issues - ACME Workspace - My Project - Plane</title>

Thanks

Why should this be worked on?

When you have a few browser tabs open it is hard to see the one with the correct Workspace.

srinivaspendem commented 9 months ago

Thanks for the feature request, we will pick this up soon