Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Add Sources and Search Guide pages to the new header #1987

Closed
1 task
obulat opened this issue Nov 18, 2022 · 1 comment · Fixed by #1994
Closed
1 task

Add Sources and Search Guide pages to the new header #1987

obulat opened this issue Nov 18, 2022 · 1 comment · Fixed by #1994
Labels
🕹 aspect: interface Concerns end-users' experience with the software ✨ goal: improvement Improvement to an existing user-facing feature good first issue New-contributor friendly help wanted Open to participation from the community 🟨 priority: medium Not blocking but should be addressed soon

Comments

@obulat
Copy link
Contributor

obulat commented Nov 18, 2022

Problem

The new header/footer navbar is missing the Sources and Search guide pages. The pages are already available in the /pages directory, they just need to be added to the use-pages composable.

Description

We need to add the pages here, between the Licenses and Get involved pages:

{
id: 'licenses',
name: 'navigation.licenses',
link: 'https://creativecommons.org/about/cclicenses/',
},
{
id: 'get-involved',
name: 'navigation.get-involved',
link: 'https://github.com/WordPress/openverse/',
},

        {
          id: 'sources',
          name: 'navigation.sources',
          link: app.localePath('/sources'),
        },
        {
          id: 'search-help',
          name: 'header.search-guide-nav-item',
          link: app.localePath('/search-help'),
        },

Implementation

  • 🙋 I would be interested in implementing this feature.
@obulat obulat added good first issue New-contributor friendly help wanted Open to participation from the community 🟨 priority: medium Not blocking but should be addressed soon ✨ goal: improvement Improvement to an existing user-facing feature 🕹 aspect: interface Concerns end-users' experience with the software labels Nov 18, 2022
@obulat obulat assigned obulat and unassigned obulat Nov 18, 2022
@rajdeepdas2000
Copy link
Contributor

🙋 I would be interested in implementing this feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🕹 aspect: interface Concerns end-users' experience with the software ✨ goal: improvement Improvement to an existing user-facing feature good first issue New-contributor friendly help wanted Open to participation from the community 🟨 priority: medium Not blocking but should be addressed soon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants