mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00

- Can now use a Search Provider - Will automatically when searching - Will automatically run when unknown keys are supplied from outisde - Rejects then still unknown keys - Can now have its placeholder text customized - Usability improvements, in particular relating to mouse navigation - Some bug fixes - Also added useToast to auto imports - Also added new unindexed test page
6 lines
No EOL
138 B
TypeScript
6 lines
No EOL
138 B
TypeScript
export default function initiateCommonPlugins() {
|
|
const router = useRouter();
|
|
const toast = useToast();
|
|
|
|
return { router, toast };
|
|
} |