Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/client/src
Erin Moon cf84eec999 components/video.vue: fix keyup-on-blur code
the code authored in 52ee737276 (probably)
worked in the browser due to string to numeric type autoconversion but
didn't typecheck during container build.

namely, Object.keys(this.activeKeys) will always return a string[];
however, we need number[] for the sendData() call to typecheck.

this replaces the untyped object holding active keys with a Set<number>,
which is more expressive anyway.
2020-04-15 15:08:03 -05:00
..
assets better emotes 2020-02-11 18:10:24 +00:00
components components/video.vue: fix keyup-on-blur code 2020-04-15 15:08:03 -05:00
locale i18n improved 2020-04-06 15:29:53 +02:00
neko connection.logged_out does not have 'you' anymore 2020-04-06 15:32:06 +02:00
plugins linting 2020-04-05 03:17:06 +00:00
store linting 2020-04-05 03:17:06 +00:00
types refactor progress 2020-01-22 17:16:40 +00:00
utils more progress on refactor 2020-01-23 15:23:26 +00:00
app.vue slight mobile changes 2020-01-30 23:57:00 +00:00
main.ts linting 2020-04-05 03:17:06 +00:00