tootlab-mastodon/app/javascript/flavours/glitch/reducers
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
..
account_notes.js [Glitch] Add user notes on accounts 2020-06-30 23:32:02 +02:00
accounts_counters.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
accounts_map.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
accounts.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
alerts.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
announcements.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
blocks.js [Glitch] Add explanation to mute dialog, refactor and clean up mute/block UI 2019-09-30 15:58:29 +02:00
boosts.js [Glitch] Add dropdown for boost privacy in boost confirmation modal 2021-02-12 12:31:49 +01:00
compose.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
contexts.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
conversations.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
custom_emojis.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
domain_lists.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
dropdown_menu.js [Glitch] Fix dropdown menu positions when scrolling 2023-01-12 11:18:22 +01:00
filters.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
followed_tags.js [Glitch] Remove extra semicolons with ESLint autofix 2023-02-03 19:58:44 +01:00
height_cache.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
history.js [Glitch] Add edit history to web UI 2022-02-09 17:51:35 +01:00
index.js [Glitch] Add listing of followed hashtags 2023-01-18 17:58:18 +01:00
list_adder.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
list_editor.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
lists.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
local_settings.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
markers.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
media_attachments.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
meta.js Further JS code style changes 2023-02-04 22:31:47 +01:00
modal.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
mutes.js [Glitch] Add duration parameter to muting. 2020-10-21 21:28:47 +02:00
notifications.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
picture_in_picture.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
pinned_accounts_editor.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
polls.js Fix imports importing modules from vanilla flavour instead of glitch 2019-08-31 18:23:24 +02:00
push_notifications.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
relationships.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
search.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
server.js [Glitch] Replace Status#translatable? with language matrix in separate endpoint 2023-03-16 23:21:08 +01:00
settings.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
status_lists.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
statuses.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
suggestions.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
tags.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
timelines.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
trends.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00
user_lists.js [Glitch] Run eslint --fix 2023-02-03 20:52:07 +01:00