0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps
Jono M bb0dff3571
Updated to highlight searched keywords in AdminX settings (#18112)
refs https://github.com/TryGhost/Product/issues/3832

---

<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 1347a85</samp>

Added search functionality to the settings page using a custom hook and
a service. The `useSearch` hook uses the `useSearchService` function to
create a search service object that provides the filter and highlight
logic. The `highlightKeywords` function from the search service is
passed to the `SettingsGroupHeader` component to render the settings
with the matching keywords.
2023-10-02 09:33:24 +01:00
..
admin-x-settings Updated to highlight searched keywords in AdminX settings (#18112) 2023-10-02 09:33:24 +01:00
announcement-bar Update dependency @vitejs/plugin-react to v4.1.0 2023-09-27 09:36:39 +02:00
comments-ui Update dependency postcss to v8.4.31 2023-10-02 08:51:53 +02:00
portal 🐛 Fixed incorrect subscription status text when subscription is comped (#18369) 2023-09-27 08:46:55 +01:00
signup-form Update dependency postcss to v8.4.31 2023-10-02 08:51:53 +02:00
sodo-search Update dependency @vitejs/plugin-react to v4.1.0 2023-09-27 09:36:39 +02:00