stash/ui
megatwig 231de978e1
Add missing (empty) dependency array to useEffect()
A `useEffect` without a dependency array is re-evaluated on every single render.

Most of these are just binding (and unbinding) keyboard shortcuts, so should be pretty safe to update in bulk.

I did spot a couple that skip keybind listeners if `!isVisible`, so set as a dependency so they'll still get installed.
2026-04-20 06:27:47 +01:00
..
login Encode credentials during login (#6163) 2025-10-21 19:04:44 +11:00
v2.5 Add missing (empty) dependency array to useEffect() 2026-04-20 06:27:47 +01:00
ui.go Login page internationalisation (#5765) 2025-03-27 11:56:43 +11:00