🕹️ Open-source, developer-first LLMOps platform designed to streamline prompt design, version management, instant delivery, collaboration, troubleshooting, observability and more.
Currently, all Console pages have the Pezzo title. This feature is about adding a title for all pages. The format should be as follows: {feature} - Pezzo.
Examples:
Login page: Login - Pezzo
Project Dashboard page: Dashboard - Pezzo
Prompts page: Prompts - Pezzo
Environments page: Environments - Pezzo
...etc
Use-Case
This will provide a better user experience, and make it much easier to understand which Pezzo tab is most relevant by providing context at a glance.
How to approach this
We have usehooks-ts nstalled. More specifically, you can use the useDocumntTitle hook to change the title per page.
All pages can be found in a component with a *Page.tsx file name. E.g. LoginPage.tsx, ProjectsPage.tsx and so on.
Proposal
Currently, all Console pages have the
Pezzo
title. This feature is about adding a title for all pages. The format should be as follows:{feature} - Pezzo
.Examples:
Login - Pezzo
Dashboard - Pezzo
Prompts - Pezzo
Environments - Pezzo
Use-Case
This will provide a better user experience, and make it much easier to understand which Pezzo tab is most relevant by providing context at a glance.
How to approach this
We have
usehooks-ts
nstalled. More specifically, you can use the useDocumntTitle hook to change the title per page.All pages can be found in a component with a
*Page.tsx
file name. E.g.LoginPage.tsx
,ProjectsPage.tsx
and so on.