Skip to content

feat(settings): add shortcut search bar in Shortcuts section #1264

feat(settings): add shortcut search bar in Shortcuts section

feat(settings): add shortcut search bar in Shortcuts section #1264

Triggered via pull request February 12, 2026 11:09
Status Success
Total duration 15m 15s
Artifacts

ci.yml

on: pull_request
Matrix: test-tauri
Matrix: build-tauri
Fit to window
Zoom out
Zoom in

Annotations

1 warning
lint: src/features/settings/components/sections/SettingsShortcutsSection.tsx#L78
The 'groups' array makes the dependencies of useMemo Hook (at line 227) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'groups' in its own useMemo() Hook