Files
spacedrive/interface/hooks/index.ts
Utku 421252878f Command Palette (#2228)
* bring it back

* move into folder

* fix shortcuts colliding

* tags

* fix key capture problems

* add 2 more actions + locations to cmd

* fix search navigation issue W @nikec

* fix saerch input

* improve scrollbar look and text on lightheme + fix edge view search showing

* useShortcut

* add cmdp to keybinds page

* killer i18n extension for vscode

* some missing keys and localized cmdk

* in lists that can change - it's better to use the id rather than index to avoid extra re-renders

* Update CMDKLocations.tsx

---------

Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com>
2024-03-26 13:05:46 +00:00

32 lines
1.1 KiB
TypeScript

export * from './useCallbackToWatchForm';
export * from './useCallbackToWatchResize';
export * from './useClickOutside';
export * from './useCounter';
export * from './useDebouncedForm';
export * from './useDismissibleNoticeStore';
export * from './useFocusState';
export * from './useInputState';
export * from './useIsDark';
export * from './useKeyDeleteFile';
export * from './useKeybind';
export * from './useKeybindEventHandler';
export * from './useOperatingSystem';
export * from './useScrolled';
// export * from './useSearchStore';
export * from './useDragAndDropState';
export * from './useIsLocationIndexing';
export * from './useIsTextTruncated';
export * from './useKeyMatcher';
export * from './useLocale';
export * from './useRedirectToNewLocation';
export * from './useRouteTitle';
export * from './useShortcut';
export * from './useShowControls';
export * from './useTheme';
export * from './useWindowSize';
export * from './useWindowState';
export * from './useZodRouteParams';
export * from './useZodSearchParams';
export * from './usePrefersReducedMotion';
export * from './useRandomInterval';