hot keys support for opening search modal

This commit is contained in:
spencerwooo
2022-01-22 19:35:23 +08:00
parent c3daf370ec
commit 3d918fbd90
5 changed files with 72 additions and 6 deletions
+1 -3
View File
@@ -2,13 +2,11 @@ import axios from 'axios'
import AwesomeDebouncePromise from 'awesome-debounce-promise'
import { useAsync } from 'react-async-hook'
import useConstant from 'use-constant'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { Dispatch, FC, Fragment, SetStateAction, useState } from 'react'
import { Dialog, Transition } from '@headlessui/react'
import Link from 'next/link'
import Image from 'next/image'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { OdSearchResult } from '../types'
import { getFileIcon } from '../utils/getFileIcon'