chuckya/app/javascript/flavours/glitch/features/compose/containers
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
..
autosuggest_account_container.js ComposerTextarea → AutosuggestTextarea 2019-04-22 20:15:47 +02:00
compose_form_container.js Further JS code style changes 2023-02-04 22:31:47 +01:00
dropdown_container.js Fix privacy dropdown in boost modal on mobile (#1967) 2022-11-22 11:26:14 +01:00
emoji_picker_dropdown_container.js Port various forgotten fixes from upstream (#1864) 2022-10-12 19:03:28 +02:00
header_container.js Rename flavours/glitch/util into flavours/glitch/utils 2022-10-11 11:31:11 +02:00
language_dropdown_container.js [Glitch] Add language dropdown to compose in web UI 2022-05-16 23:06:29 +02:00
navigation_container.js Port navigation bar from upstream (#1986) 2022-12-01 20:06:08 +01:00
options_container.js 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
poll_form_container.js [Glitch] Enable ESLint import recommended rules 2023-02-18 16:02:12 +01:00
privacy_dropdown_container.js Fix privacy dropdown in boost modal on mobile (#1967) 2022-11-22 11:26:14 +01:00
reply_indicator_container.js [Glitch] Add editing for published statuses 2022-02-10 19:10:20 +01:00
search_container.js Move DrawerSearch to Search + SearchContainer 2019-04-22 20:15:47 +02:00
search_results_container.js Fix imports importing modules from vanilla flavour instead of glitch 2019-08-31 18:23:24 +02:00
sensitive_button_container.jsx [Glitch] Rename JSX files with proper .jsx extension 2023-02-25 14:35:31 +01:00
upload_container.js [Glitch] Enable ESLint import recommended rules 2023-02-18 16:02:12 +01:00
upload_form_container.js ComposerUploadForm → UploadForm + UploadFormContainer 2019-04-22 20:15:47 +02:00
upload_progress_container.js [Glitch] Fix upload progress not communicating processing phase in web UI 2022-10-30 18:30:58 +01:00
warning_container.jsx [Glitch] Rename JSX files with proper .jsx extension 2023-02-25 14:35:31 +01:00