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

Refactor: adding to every page the Metadata component. #1281

Open
serapieTuyishime opened this issue Jul 25, 2024 · 1 comment
Open

Refactor: adding to every page the Metadata component. #1281

serapieTuyishime opened this issue Jul 25, 2024 · 1 comment
Assignees

Comments

@serapieTuyishime
Copy link
Contributor

serapieTuyishime commented Jul 25, 2024

          can you make the page title as a component which will then handle everything within itself

Originally posted by @musayann in #1259 (comment)

@serapieTuyishime serapieTuyishime changed the title Refactor: adding to every page title the Metadata component which handles everything within itself Refactor: adding to every page the Metadata component. Jul 25, 2024
@serapieTuyishime
Copy link
Contributor Author

serapieTuyishime commented Jul 25, 2024

Currently, all the pages below have titles and some of them has <meta/> tags defined inside them , while it should be in the <Metadata/> component.

The task is to make all the pages use the Metadata component for title and meta tags.

  • /src/layouts/Error.tsx
  • /src/layouts/Redirecting.tsx
  • /src/pages/achievements/[id].tsx
  • /src/pages/bounties/[slug].tsx
  • /src/pages/communities/[slug]/challenges/[challenge_id]/learning-modules/[id].tsx
  • /src/pages/communities/[slug]/challenges/[challenge_id]/submissions/index.tsx
  • /src/pages/communities/[slug]/challenges/[challenge_id]/index.tsx
  • /src/pages/communities/[slug]/courses/[course_slug]/learning-modules/[id].tsx
  • /src/pages/communities/[slug]/courses/[course_slug]/index.tsx
  • /src/pages/communities/[slug]/scoreboard.tsx
  • /src/pages/communities/index.tsx
  • /src/pages/profile/[username]/index.tsx
  • /src/pages/profile/index.tsx
  • /src/pages/submissions/[submission_id].tsx
  • /src/pages/login.tsx
  • /src/pages/password-reset.tsx
  • /src/pages/signup.tsx
  • /src/pages/verify-email-update.tsx
  • /src/pages/verify-email.tsx

@mhenriette mhenriette self-assigned this Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants