🆙 Detached Theme from original NitroV3

This commit is contained in:
duckietm
2026-06-10 07:23:02 +02:00
parent b2000ba1a9
commit e5ca4936ea
739 changed files with 49 additions and 7774 deletions
@@ -25,6 +25,12 @@ export const NavigatorSearchSavesResultItemView: FC<NavigatorSearchSavesResultIt
return ('navigator.searchcode.title.' + name);
};
// Drive the search through the navigator store so useNavigatorSearch
// both fires the request AND accepts the response. Sending the
// composer directly didn't work: the search hook only keeps a
// NavigatorSearchEvent whose result.code matches the active tab, so a
// raw search whose code differed from the current tab was discarded
// (clicking a saved search appeared to do nothing).
const openSearch = () =>
{
const code = search.code.split('.').reverse()[0];