1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/ui/static/js
Julien Voisin fccca0ce1e
refactor(js): minor refactoring of touch_handler.js
- Mark a method as `static`
- use `Math.sqrt` instead of `Math.pow(…, 0.5)`
- Use `Math.sign` instead of a condition on the sign
- Inline some used-once variables
- Reduce the scope of some variables
2025-01-14 20:47:30 -08:00
..
.eslintrc.json GitHub Actions: Add basic ESLinter checks 2024-03-10 20:57:27 -07:00
.jshintrc Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
app.js refactor(js): minor improvements in app.js 2025-01-12 12:54:08 -08:00
bootstrap.js feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
dom_helper.js refactor(js): remove an outdated check for {passive: true} 2025-01-14 20:18:11 -08:00
keyboard_handler.js Replace a bunch of let with const 2024-03-20 17:36:01 -07:00
modal_handler.js Replace a bunch of let with const 2024-03-20 17:36:01 -07:00
request_builder.js Refactor WebAuthn Javascript code 2023-11-06 19:55:32 +01:00
service_worker.js Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
touch_handler.js refactor(js): minor refactoring of touch_handler.js 2025-01-14 20:47:30 -08:00
tt.js Enable trusted-types 2024-03-20 17:50:37 -07:00
webauthn_handler.js feat(webauthn): show help message regarding username and non-discoverable credentials 2024-10-26 21:49:23 -07:00