Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make page title dynamic #8656

Open
Pwuts opened this issue Nov 14, 2024 — with Linear · 3 comments
Open

Make page title dynamic #8656

Pwuts opened this issue Nov 14, 2024 — with Linear · 3 comments
Labels
good first issue Good for newcomers platform/frontend AutoGPT Platform - Front end

Comments

Copy link
Member

Pwuts commented Nov 14, 2024

Currently, the page title in the AutoGPT Platform front end is hardcoded as "NextGen AutoGPT".

This isn't very helpful in an application that by now has a handful of different pages and the ability to open and edit users' agents (each of which has a title).

Proposal

General format:

const appName = APP_ENV == "prod" ? `AutoGPT Platform` : `AutoGPT Platform [${APP_ENV}]`;
const title = pageTitle ? `${pageTitle} - ${appName}` : appName; // the page display title

For builder:

useEffect(() => setPageTitle(`${agent.title} - Builder`), [agent?.title]);
@Pwuts Pwuts added good first issue Good for newcomers platform/frontend AutoGPT Platform - Front end labels Nov 14, 2024 — with Linear
Copy link
Member

Plus 1, also related is the Open Graph Preview

Copy link
Member

The marketplace listings are a key candidate for this.

@tabzzz1
Copy link

tabzzz1 commented Nov 18, 2024

Hi!This issue looks interesting, and I'd love to work on it. Could you please assign it to me? I'll follow the guidelines and ensure it's implemented effectively.🥰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers platform/frontend AutoGPT Platform - Front end
Projects
None yet
Development

No branches or pull requests

3 participants