mastodon-glitch/app/javascript/flavours/glitch/features/ui/components
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_modal.jsx [Glitch] Ensure tabIndex is number instead of string 2023-04-09 14:47:29 +02:00
audio_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
block_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
boost_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
bundle.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
bundle_column_error.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
bundle_modal_error.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
column.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
column_header.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
column_link.jsx [Glitch] Ensure tabIndex is number instead of string 2023-04-09 14:47:29 +02:00
column_loading.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
column_subheading.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
columns_area.jsx 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
compare_history_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
compose_panel.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
confirmation_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
deprecated_settings_modal.jsx 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
disabled_account_banner.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
doodle_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
drawer_loading.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
embed_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
favourite_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
filter_modal.jsx [Glitch] Fix crash when trying to open the filter modal 2023-04-22 10:20:50 +02:00
focal_point_modal.jsx [Glitch] Rewrite GIFV component with React hooks 2023-04-22 11:22:49 +02:00
follow_requests_column_link.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
header.jsx [Glitch] Change logo version in header based on screen size in web UI 2023-04-29 18:54:13 +02:00
image_loader.jsx [Glitch] Add `lang` attribute to media and poll options 2023-03-05 17:52:53 +01:00
image_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
link_footer.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
list_panel.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
media_modal.jsx [Glitch] Rewrite GIFV component with React hooks 2023-04-22 11:22:49 +02:00
modal_loading.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
modal_root.jsx [Glitch] Set marginRight as string 2023-04-09 11:59:42 +02:00
mute_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
navigation_panel.jsx 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
notifications_counter_icon.js [Glitch] Change how missing desktop notifications permission is displayed 2020-10-21 21:49:46 +02:00
onboarding_modal.jsx 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
report_modal.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00
sign_in_banner.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
upload_area.jsx [Glitch] Rename JSX files with proper `.jsx` extension 2023-02-25 14:35:31 +01:00
video_modal.jsx 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
zoomable_image.jsx [Glitch] Remove legacy decorators syntax 2023-03-27 08:51:57 +02:00