miniflux/internal/ui/static
jvoisin d9d17f0d69 Use a Set instead of an array in a KeyboardHandler's member
The variable `triggers` is only used to check if in contains a particular
value. Given that the number of keyboard shortcuts is starting to be
significant, let's future-proof the performances and use a `Set` instead of an
`Array` instead.
2024-03-10 19:41:13 -07:00
..
bin Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
css Move search form to a dedicated page 2024-03-01 16:56:15 -08:00
js Use a Set instead of an array in a KeyboardHandler's member 2024-03-10 19:41:13 -07:00
static.go Refactor WebAuthn Javascript code 2023-11-06 19:55:32 +01:00