glitchier-soc/app/javascript/mastodon/actions
Claire c22b032483 Merge commit '76960f128a764f5105c076813d8ffaa0df985dda' into glitch-soc/merge-upstream
Conflicts:
- `.github/dependabot.yml`:
  Updated upstream, but we've deleted it.
  Keep it deleted.
- `app/javascript/mastodon/locales/index.js`:
  Reworked upstream, but the code was mostly in
  `app/javascript/locales/index.js` in glitch-soc.
  Updated that file accordingly.
- `app/javascript/packs/public.jsx`:
  Not a real conflict, but different imports in
  glitch-soc and upstream.
- `app/views/layouts/application.html.haml`:
  Conflict due to locales loading and theme system
  discrepancies.
  Updated in our own way.
- `app/views/layouts/embedded.html.haml`:
  Conflict due to locales loading and theme system
  discrepancies.
  Updated in our own way.
- `config/webpack/generateLocalePacks.js`:
  Deleted upstream, as upstream now directly loads the
  JSON at runtime.
  Deleted as well, will switch to runtime loading in
  an upcoming commit.
- `config/webpack/shared.js`:
  Not a real conflict, but different imports in
  glitch-soc and upstream.
- `config/webpack/translationRunner.js`:
  Mostly deleted upstream, to be replaced with `formatjs-formatter.js`
  instead.
  Moved the glitch-soc logic there and deleted the file.
2023-06-10 12:38:33 +02:00
..
importer Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
push_notifications Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
account_notes.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
accounts.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
alerts.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
announcements.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
app.ts Add stricter ESLint rules for Typescript files (#24926) 2023-05-10 12:59:29 +02:00
blocks.js Rewrite actions/modal and reducers/modal with typescript (#24833) 2023-05-25 15:42:37 +02:00
bookmarks.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
boosts.js Rewrite actions/modal and reducers/modal with typescript (#24833) 2023-05-25 15:42:37 +02:00
bundles.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
columns.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
compose.js Merge branch 'main' into glitch-soc/merge-upstream 2023-05-28 17:01:25 +02:00
conversations.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
custom_emojis.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
directory.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
domain_blocks.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
dropdown_menu.js Fix dropdown menu positions when scrolling (#22916) 2023-01-11 21:58:46 +01:00
emojis.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
favourites.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
featured_tags.js Add featured tags selector for WebUI (#19358) 2022-10-16 08:43:59 +02:00
filters.js Rewrite actions/modal and reducers/modal with typescript (#24833) 2023-05-25 15:42:37 +02:00
height_cache.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
history.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
interactions.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
languages.js Add language dropdown to compose in web UI (#18420) 2022-05-16 11:18:35 +02:00
lists.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
markers.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
modal.ts Rewrite actions/modal and reducers/modal with typescript (#24833) 2023-05-25 15:42:37 +02:00
mutes.js Rewrite actions/modal and reducers/modal with typescript (#24833) 2023-05-25 15:42:37 +02:00
notifications.js Upgrade react-intl (#24906) 2023-05-31 23:43:39 +02:00
onboarding.js Change onboarding by replacing tutorial with follow recommendations in web UI (#16060) 2021-04-19 14:45:15 +02:00
picture_in_picture.js Add eslint-plugin-jsdoc (#24719) 2023-04-30 02:29:54 +02:00
pin_statuses.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
polls.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
reports.js Rewrite actions/modal and reducers/modal with typescript (#24833) 2023-05-25 15:42:37 +02:00
search.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
server.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
settings.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
statuses.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
store.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
streaming.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
suggestions.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
tags.js Separate ESLint CI from Superlinter (#23029) 2023-01-29 23:44:03 +01:00
timelines.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
trends.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00