mastodon/app/javascript/flavours/glitch
Claire 3fb7fe14c6
Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208)
* Run eslint --fix

* Fix linting issues in video player and reduce divergences with upstream

This includes a behavior change of not auto-looping videos anymore. I don't
remember loops being ever intended, and they have been removed from upstream
a while ago, but we somehow missed the change.

* Fix lint issues in `app/javascript/flavours/glitch/selectors/index.js`

Those were basically caused by dead code that isn't present upstream, so
that brings us closer to upstream as well.

* Fix linting issue and bug in streaming/index.js

* Fix linting issues in config/webpack/shared.js

* Fix unused import in flavours/glitch/features/ui/index.js

* Fix linting issues and reduce divergences from upstream in flavours/glitch/features/ui/components/video_modal.jsx

* Fix linting issues in flavours/glitch/reducers

* Fix linting issues in glitch-soc onboarding modal

* Fix linting issues in flavours/glitch/features/ui/components/navigation_panel.jsx

* Remove dead code for unused local setting navbar_under

* Fix various linting issues

* Fix linting issues in flavours/glitch/components/scrollable_list.jsx and reduce divergences with upstream
2023-05-07 18:22:25 +02:00
..
actions [Glitch] [Proposal] Make able to write React in Typescript (#2190) 2023-04-26 21:30:41 +02:00
components Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208) 2023-05-07 18:22:25 +02:00
containers [Glitch] Add lines to threads in web UI 2023-04-29 12:08:13 +02:00
features Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208) 2023-05-07 18:22:25 +02:00
images
locales New Crowdin updates (#2202) 2023-05-07 13:37:47 +02:00
middleware [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
packs [Glitch] Add client-side validation for taken username in sign-up form 2023-04-22 10:47:44 +02:00
reducers Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208) 2023-05-07 18:22:25 +02:00
selectors Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208) 2023-05-07 18:22:25 +02:00
store [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
styles Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208) 2023-05-07 18:22:25 +02:00
utils [Glitch] Allow == when null checking 2023-04-29 11:09:46 +02:00
api.js [Glitch] [Proposal] Make able to write React in Typescript (#2190) 2023-04-26 21:30:41 +02:00
base_polyfills.js [Glitch] Remove Array.prototype.includes polyfill 2023-04-09 12:03:11 +02:00
blurhash.js
compare_id.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
extra_polyfills.js [Glitch] chore: remove intersection-observer for old Safari support 2023-02-03 19:24:32 +01:00
initial_state.js [Glitch] [Proposal] Make able to write React in Typescript (#2190) 2023-04-26 21:30:41 +02:00
is_mobile.js [Glitch] [Proposal] Make able to write React in Typescript (#2190) 2023-04-26 21:30:41 +02:00
load_keyboard_extensions.js
load_polyfills.js [Glitch] Remove Array.prototype.includes polyfill 2023-04-09 12:03:11 +02:00
main.jsx [Glitch] Rename JSX files with proper .jsx extension 2023-02-25 14:35:31 +01:00
names.yml initial translation of Glitch-specific texts into Czech (#1997) 2022-12-08 10:38:52 +01:00
performance.js [Glitch] Move marky to devDependency 2023-03-31 22:50:57 +02:00
permissions.js [Glitch] Add dropdown menu item to open admin interface for remote domains 2023-01-05 16:31:20 +01:00
ready.js
scroll.js
settings.js
stream.js [Glitch] [Proposal] Make able to write React in Typescript (#2190) 2023-04-26 21:30:41 +02:00
theme.yml [Glitch] Rename JSX files with proper .jsx extension 2023-02-25 14:35:31 +01:00
uuid.ts [Glitch] [Proposal] Make able to write React in Typescript (#2190) 2023-04-26 21:30:41 +02:00