tomusborne / generatepress

453 stars 89 forks source link

Feature: Navigation search modal #500

Closed tomusborne closed 1 year ago

tomusborne commented 1 year ago

This is a new feature set to replace the current Navigation Search feature.

It is only available when the old Navigation Search feature is turned off.

This new feature makes the navigation search more modern and fully accessible.

The old feature had various a11y issues (https://github.com/tomusborne/generatepress/issues/430), that this new feature should address.

It also introduces a reusable modal feature that we can take advantage of in other features.

JeanPaiva commented 1 year ago

@tomusborne it works great! Just a note, we need to add the new hooks to GP Elements, I had to use the custom hook.

image