Sharkey/packages/frontend
dakkar cb43994841 only allow a single boost via hotkey - fixes #467 #468
As usual, have to write the same thing four times ☹

The parentheses around `q` tell the hotkey/keymap code to ignore
auto-repeat events (which works fine in Chrome but not in Firefox, I
reported the bug https://bugzilla.mozilla.org/show_bug.cgi?id=1900397
)

In addition, I've added a guard variable that is true while calling
the backend to boost/renote, and false otherwise. This way, even in
Firefox we don't spam-boost. Unboosting is still *only with the
mouse*, I have not added that functionality.
2024-06-07 11:40:44 +01:00
..
.storybook merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
.vscode test(#10336): add components/Mk[A-B].* stories (#10475) 2023-04-13 12:20:39 +09:00
@types (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
assets fix: load libopenmpt on demand 2024-03-11 15:32:59 +03:00
lib merge: upstream 2024-02-19 10:47:42 +01:00
public (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
src only allow a single boost via hotkey - fixes #467 #468 2024-06-07 11:40:44 +01:00
test merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
.eslintrc.cjs refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
.gitignore build(#10336): Storybook & Chromatic & msw (#10365) 2023-04-04 09:38:34 +09:00
package.json pull in sfm-js that supports non-ascii in emoji names 2024-04-07 16:37:31 +01:00
tsconfig.json refactor: deprecate i18n.t (#13039) 2024-01-20 08:11:59 +09:00
vite.config.local-dev.ts merge: upstream 2024-02-03 20:19:44 +01:00
vite.config.ts fix: added wasm in vite config 2024-03-14 14:41:24 +03:00
vite.json5.ts Fix type errors from vite.json5.ts (#9936) 2023-02-15 17:14:47 +09:00
vue-shims.d.ts Fix/vue import error on intellij (#12612) 2023-12-09 13:13:31 +09:00