website/src/views/components/KeyboardShortcuts.tsx
Function KeyboardShortcuts
has 118 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const KeyboardShortcuts: React.FC = () => {
const [helpShown, setHelpShown] = useState(false);
const colorScheme = useColorScheme();
const closeModal = useCallback(() => setHelpShown(false), []);