mastodon-glitch/app/javascript/mastodon/features/compose/components
Claire 0aa69487a2 Merge commit '877090518682b6c77ba9bdfa0231afd56daec44d' into glitch-soc/merge-upstream
Conflicts:
- `app/models/concerns/user/has_settings.rb`:
  Not a real conflict, upstream added a setting textually close to a glitch-soc one.
  Added upstream's new setting.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Not a real conflict, upstream added a setting textually close to a glitch-soc one.
  Added upstream's new setting.
- `config/routes.rb`:
  Upstream moved web app routes to `config/routes/web_app.rb`, while glitch-soc had
  an extra route.
  Moved the extra route to `config/routes/web_app.rb`.
- `spec/controllers/settings/preferences/appearance_controller_spec.rb`:
  This spec got converted to a system spec upstream.
  However, the theme setting works differently in glitch-soc, so the spec had been
  changed.
  Changed the corresponding system spec as well.
2024-12-25 18:01:37 +01:00
..
action_bar.jsx Change design of confirmation modals in web UI (#30884) 2024-07-25 17:05:54 +00:00
autosuggest_account.jsx
character_counter.jsx
compose_form.jsx Remove routerHistory parameters from composer actions (#31077) 2024-07-19 15:26:44 +00:00
edit_indicator.jsx Grouped Notifications UI (#30440) 2024-07-18 14:36:09 +00:00
emoji_picker_dropdown.jsx Fix emoji picker placement on limited-height viewports (#29651) 2024-03-20 11:07:02 +00:00
language_dropdown.jsx `frequentlyUsedLanguages` not updated correctly (#31386) 2024-09-03 15:55:13 +00:00
navigation_bar.jsx Add ability to search for all accounts when creating a list in web UI (#33036) 2024-12-03 09:42:52 +00:00
poll_button.jsx Fix pixel alignment for some composer icons (#29372) 2024-02-23 15:32:13 +00:00
poll_form.jsx Merge commit '1fc165de02d79294c8a218f5fa82bcd477484ca1' into glitch-soc/merge-upstream 2024-10-19 19:13:32 +02:00
privacy_dropdown.jsx Convert PrivacyDropdownMenu to Typescript and generalize it to DropdownSelector component (#31338) 2024-08-08 10:57:21 +00:00
reply_indicator.jsx Grouped Notifications UI (#30440) 2024-07-18 14:36:09 +00:00
search.tsx Change search to use query params in web UI (#32949) 2024-12-12 17:12:33 +00:00
text_icon_button.jsx
upload.tsx Change media reordering design in the compose form in web UI (#32093) 2024-09-27 15:09:39 +00:00
upload_button.jsx Fix pixel alignment for some composer icons (#29372) 2024-02-23 15:32:13 +00:00
upload_form.tsx Change media reordering design in the compose form in web UI (#32093) 2024-09-27 15:09:39 +00:00
upload_progress.jsx Add ability to reorder uploaded media before posting in web UI (#28456) 2024-03-25 10:29:55 +00:00
warning.jsx