pezzolabs / pezzo

🕹️ Open-source, developer-first LLMOps platform designed to streamline prompt design, version management, instant delivery, collaboration, troubleshooting, observability and more.
https://pezzo.ai
Apache License 2.0
2.55k stars 211 forks source link

Update titles in the Pezzo Console #192

Closed arielweinberger closed 1 year ago

arielweinberger commented 1 year ago

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:

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.

senderh55 commented 1 year ago

I will take it

arielweinberger commented 1 year ago

Assigned. I'm available her or on our Discord if you need any help!