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/components
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
..
about.vue linting 2020-04-05 03:17:06 +00:00
chat.vue send_a_message translate 2020-04-06 12:25:07 +02:00
connect.vue i18n (wip) 2020-04-05 02:57:22 +00:00
context.vue hide kicak/ban from context if admin 2020-04-06 20:22:17 +00:00
controls.vue i18n (wip) 2020-04-05 02:57:22 +00:00
emoji.vue linting 2020-04-05 03:17:06 +00:00
emote.vue better emotes 2020-02-11 18:10:24 +00:00
emotes.vue linting 2020-04-05 03:17:06 +00:00
header.vue i18n (wip) 2020-04-05 02:57:22 +00:00
markdown.ts linting 2020-04-05 03:17:06 +00:00
members.vue username -> displayname 2020-04-05 01:33:19 +00:00
menu.vue i18n (wip) 2020-04-05 02:57:22 +00:00
resolution.vue live resolution complete 2020-02-11 18:43:31 +00:00
settings.vue i18n (wip) 2020-04-05 02:57:22 +00:00
side.vue i18n improved 2020-04-06 15:29:53 +02:00
unsupported.vue i18n (wip) 2020-04-05 02:57:22 +00:00
video.vue components/video.vue: fix keyup-on-blur code 2020-04-15 15:08:03 -05:00