mastodon/app/javascript/mastodon/features/compose/components
Claire eee36267d6 Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/javascript/mastodon/locales/ja.json`:
  Upstream change too close to a glitch-soc-specific string.
  The glitch-soc-specific string should not have been in this file, so it
  has been moved to `app/javascript/flavours/glitch/locales/ja.js`.
- `app/javascript/packs/public.js`:
  Upstream refactored a part, that as usual is split and duplicated in various
  pack files. Updated those pack files accordingly.
- `app/views/layouts/application.html.haml`:
  Upstream fixed custom.css path in a different way than we did, went with
  upstream's change.
2022-10-30 18:15:28 +01:00
..
action_bar.js Change layout of posts in web UI (#19423) 2022-10-25 19:02:21 +02:00
autosuggest_account.js
character_counter.js
compose_form.js Merge branch 'main' into glitch-soc/merge-upstream 2022-06-02 09:49:38 +02:00
emoji_picker_dropdown.js Fix opening the emoji picker scrolling the single-column view to the top (#17579) 2022-02-16 21:44:47 +01:00
language_dropdown.js Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
navigation_bar.js Change layout of posts in web UI (#19423) 2022-10-25 19:02:21 +02:00
poll_button.js
poll_form.js Merge branch 'master' into glitch-soc/merge-upstream 2020-05-13 22:11:49 +02:00
privacy_dropdown.js Change “Only people I mention” to “Mentioned people only” (#18291) 2022-05-03 12:30:40 +02:00
reply_indicator.js Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
search.js Fix logged out search and changed logged-in search placeholder (#19514) 2022-10-29 13:32:49 +02:00
search_results.js Fix button to dismiss suggestions not showing up in search results (#19325) 2022-10-09 12:28:59 +02:00
text_icon_button.js Add language dropdown to compose in web UI (#18420) 2022-05-16 11:18:35 +02:00
upload.js Add hint about missing media attachment description in web UI (#17845) 2022-03-22 09:48:12 +01:00
upload_button.js Improve wording of the “Add media” button tooltip (#13954) 2020-06-26 00:14:29 +02:00
upload_form.js Fix upload progress not communicating processing phase in web UI (#19530) 2022-10-29 20:05:53 +02:00
upload_progress.js Fix upload progress not communicating processing phase in web UI (#19530) 2022-10-29 20:05:53 +02:00
warning.js