mastodon/app/javascript/mastodon/features/compose/components
Claire 12b935fadf Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/dependabot.yml`:
  Updated upstream, removed in glitch-soc to disable noise.
  Kept removed.
- `CODE_OF_CONDUCT.md`:
  Upstream updated to a new version of the covenant, but I have not read it
  yet, so kept unchanged.
- `Gemfile.lock`:
  Not a real conflict, one upstream dependency updated textually too close to
  the glitch-soc only `hcaptcha` dependency.
  Applied upstream changes.
- `app/controllers/admin/base_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/application_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/disputes/base_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/relationships_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/statuses_cleanup_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/helpers/application_helper.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/javascript/mastodon/features/compose/components/compose_form.jsx`:
  Upstream added a highlight animation for onboarding, while we changed the
  max character limit.
  Applied our local changes on top of upstream's new version.
- `app/views/layouts/application.html.haml`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `stylelint.config.js`:
  Upstream added ignore paths, glitch-soc had extra ignore paths.
  Added the same paths as upstream.
2023-04-29 10:44:56 +02:00
..
action_bar.jsx Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
autosuggest_account.jsx Rename JSX files with proper `.jsx` extension (#23733) 2023-02-20 03:20:59 +01:00
character_counter.jsx Rename JSX files with proper `.jsx` extension (#23733) 2023-02-20 03:20:59 +01:00
compose_form.jsx Merge branch 'main' into glitch-soc/merge-upstream 2023-04-29 10:44:56 +02:00
emoji_picker_dropdown.jsx Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
language_dropdown.jsx Ensure tabIndex is number instead of string (#24409) 2023-04-04 16:33:44 +02:00
navigation_bar.jsx Rename JSX files with proper `.jsx` extension (#23733) 2023-02-20 03:20:59 +01:00
poll_button.jsx Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
poll_form.jsx Merge branch 'main' into glitch-soc/merge-upstream 2023-04-09 11:45:08 +02:00
privacy_dropdown.jsx Ensure tabIndex is number instead of string (#24409) 2023-04-04 16:33:44 +02:00
reply_indicator.jsx Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
search.jsx Change hashtags and mentions in bios to open in-app in web UI (#24643) 2023-04-25 06:33:21 +02:00
search_results.jsx Enable formatjs/prefer-pound-in-plural (#24622) 2023-04-24 08:07:19 +02:00
text_icon_button.jsx Rename JSX files with proper `.jsx` extension (#23733) 2023-02-20 03:20:59 +01:00
upload.jsx Ensure tabIndex is number instead of string (#24409) 2023-04-04 16:33:44 +02:00
upload_button.jsx Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
upload_form.jsx Rename JSX files with proper `.jsx` extension (#23733) 2023-02-20 03:20:59 +01:00
upload_progress.jsx Rename JSX files with proper `.jsx` extension (#23733) 2023-02-20 03:20:59 +01:00
warning.jsx Rename JSX files with proper `.jsx` extension (#23733) 2023-02-20 03:20:59 +01:00