Ghost/ghost/core/content
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
..
adapters Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
data Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
images Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
logs Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
public Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
settings Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
themes Updated to highlight searched keywords in AdminX settings (#18112) 2023-10-02 09:33:24 +01:00