mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 03:05:32 +02:00
fix(frontend): guard ctrl/meta cache-miss fetch; add / search shortcut
App.jsx ctrl/meta branch: cache-miss fetchEntryDetail now captures tok = ++jkSeqRef.current before the fetch and gates selectEntry on tok === jkSeqRef.current — same pattern as the j/k handler — so a slow response after a later click/navigate can't overwrite selection. / key: reuses the Cmd+K/Ctrl+K handler path (focus+select search input, or pendingSearchFocus + archive view switch). Guards: editable targets (INPUT/TEXTAREA/SELECT/contentEditable) and modifier keys are checked before preventDefault() so typing / in inputs is untouched.
This commit is contained in:
parent
bd90a4b77f
commit
33e51bbaef
3 changed files with 31 additions and 26 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Archivr</title>
|
||||
<script type="module" crossorigin src="/assets/index-BOyLHdsN.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-B2Gbe8XQ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D8ic-z4p.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue