Merge pull request #6582 from thornbill/no-more-drawer-redux-part-2

Redesign library navigation in experimental layout
This commit is contained in:
Bill Thornton
2025-04-10 17:54:03 -04:00
committed by GitHub
26 changed files with 599 additions and 311 deletions
@@ -34,7 +34,7 @@ const SearchResults: FC<SearchResultsProps> = ({
<div>
<Link
className='emby-button'
to={`/search.html?query=${encodeURIComponent(query || '')}`}
to={`/search?query=${encodeURIComponent(query || '')}`}
>{globalize.translate('RetryWithGlobalSearch')}</Link>
</div>
)}