summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2024-01-12 21:16:48 +0100
committerGitHub <noreply@github.com>2024-01-12 20:16:48 +0000
commit6bbcd9348eb9e9afb8b061478f91cfe2ea06b93a (patch)
treee5acab1cd35ee939da6c5a7ecb45d68b94bea6c6
parent1070804a1a6121170f7bba923789d73b978e6fe7 (diff)
Switch from 48px weight 600 material symbol icons to 24px weight 400 icons (#28064)
-rw-r--r--app/javascript/mastodon/components/attachment_list.jsx3
-rw-r--r--app/javascript/mastodon/components/badge.jsx6
-rw-r--r--app/javascript/mastodon/components/column_back_button.tsx3
-rw-r--r--app/javascript/mastodon/components/column_header.jsx13
-rw-r--r--app/javascript/mastodon/components/copy_icon_button.jsx3
-rw-r--r--app/javascript/mastodon/components/dismissable_banner.tsx3
-rw-r--r--app/javascript/mastodon/components/domain.tsx2
-rw-r--r--app/javascript/mastodon/components/dropdown_menu.jsx2
-rw-r--r--app/javascript/mastodon/components/edited_timestamp/index.jsx3
-rw-r--r--app/javascript/mastodon/components/icon.tsx3
-rw-r--r--app/javascript/mastodon/components/load_gap.tsx3
-rw-r--r--app/javascript/mastodon/components/media_gallery.jsx2
-rw-r--r--app/javascript/mastodon/components/picture_in_picture_placeholder.jsx3
-rw-r--r--app/javascript/mastodon/components/poll.jsx2
-rw-r--r--app/javascript/mastodon/components/status.jsx8
-rw-r--r--app/javascript/mastodon/components/status_action_bar.jsx19
-rw-r--r--app/javascript/mastodon/components/status_content.jsx3
-rw-r--r--app/javascript/mastodon/components/verified_badge.tsx2
-rw-r--r--app/javascript/mastodon/components/visibility_icon.tsx8
-rw-r--r--app/javascript/mastodon/features/about/index.jsx5
-rw-r--r--app/javascript/mastodon/features/account/components/follow_request_note.jsx5
-rw-r--r--app/javascript/mastodon/features/account/components/header.jsx13
-rw-r--r--app/javascript/mastodon/features/account_gallery/components/media_item.jsx7
-rw-r--r--app/javascript/mastodon/features/audio/index.jsx12
-rw-r--r--app/javascript/mastodon/features/blocks/index.jsx3
-rw-r--r--app/javascript/mastodon/features/bookmarked_statuses/index.jsx2
-rw-r--r--app/javascript/mastodon/features/community_timeline/index.jsx3
-rw-r--r--app/javascript/mastodon/features/compose/components/action_bar.jsx2
-rw-r--r--app/javascript/mastodon/features/compose/components/compose_form.jsx2
-rw-r--r--app/javascript/mastodon/features/compose/components/poll_button.jsx2
-rw-r--r--app/javascript/mastodon/features/compose/components/poll_form.jsx5
-rw-r--r--app/javascript/mastodon/features/compose/components/privacy_dropdown.jsx9
-rw-r--r--app/javascript/mastodon/features/compose/components/reply_indicator.jsx3
-rw-r--r--app/javascript/mastodon/features/compose/components/search.jsx7
-rw-r--r--app/javascript/mastodon/features/compose/components/search_results.jsx9
-rw-r--r--app/javascript/mastodon/features/compose/components/upload.jsx6
-rw-r--r--app/javascript/mastodon/features/compose/components/upload_button.jsx2
-rw-r--r--app/javascript/mastodon/features/compose/components/upload_progress.jsx2
-rw-r--r--app/javascript/mastodon/features/compose/index.jsx14
-rw-r--r--app/javascript/mastodon/features/direct_timeline/components/conversation.jsx4
-rw-r--r--app/javascript/mastodon/features/direct_timeline/index.jsx3
-rw-r--r--app/javascript/mastodon/features/directory/index.jsx3
-rw-r--r--app/javascript/mastodon/features/domain_blocks/index.jsx3
-rw-r--r--app/javascript/mastodon/features/explore/index.jsx5
-rw-r--r--app/javascript/mastodon/features/explore/results.jsx7
-rw-r--r--app/javascript/mastodon/features/favourited_statuses/index.jsx2
-rw-r--r--app/javascript/mastodon/features/favourites/index.jsx2
-rw-r--r--app/javascript/mastodon/features/filters/select_filter.jsx2
-rw-r--r--app/javascript/mastodon/features/firehose/index.jsx3
-rw-r--r--app/javascript/mastodon/features/follow_requests/components/account_authorize.jsx4
-rw-r--r--app/javascript/mastodon/features/follow_requests/index.jsx3
-rw-r--r--app/javascript/mastodon/features/followed_tags/index.jsx2
-rw-r--r--app/javascript/mastodon/features/getting_started/components/announcements.jsx6
-rw-r--r--app/javascript/mastodon/features/getting_started/index.jsx23
-rw-r--r--app/javascript/mastodon/features/hashtag_timeline/index.jsx2
-rw-r--r--app/javascript/mastodon/features/home_timeline/index.jsx5
-rw-r--r--app/javascript/mastodon/features/interaction_modal/index.jsx8
-rw-r--r--app/javascript/mastodon/features/keyboard_shortcuts/index.jsx3
-rw-r--r--app/javascript/mastodon/features/list_adder/components/list.jsx7
-rw-r--r--app/javascript/mastodon/features/list_editor/components/account.jsx4
-rw-r--r--app/javascript/mastodon/features/list_editor/components/edit_list_form.jsx2
-rw-r--r--app/javascript/mastodon/features/list_editor/components/search.jsx5
-rw-r--r--app/javascript/mastodon/features/list_timeline/index.jsx6
-rw-r--r--app/javascript/mastodon/features/lists/index.jsx3
-rw-r--r--app/javascript/mastodon/features/mutes/index.jsx3
-rw-r--r--app/javascript/mastodon/features/notifications/components/clear_column_button.jsx3
-rw-r--r--app/javascript/mastodon/features/notifications/components/filter_bar.jsx13
-rw-r--r--app/javascript/mastodon/features/notifications/components/follow_request.jsx5
-rw-r--r--app/javascript/mastodon/features/notifications/components/notification.jsx16
-rw-r--r--app/javascript/mastodon/features/notifications/components/notifications_permission_banner.jsx5
-rw-r--r--app/javascript/mastodon/features/notifications/index.jsx4
-rw-r--r--app/javascript/mastodon/features/onboarding/components/step.jsx5
-rw-r--r--app/javascript/mastodon/features/onboarding/index.jsx11
-rw-r--r--app/javascript/mastodon/features/onboarding/profile.jsx4
-rw-r--r--app/javascript/mastodon/features/onboarding/share.jsx4
-rw-r--r--app/javascript/mastodon/features/picture_in_picture/components/footer.jsx11
-rw-r--r--app/javascript/mastodon/features/picture_in_picture/components/header.jsx3
-rw-r--r--app/javascript/mastodon/features/pinned_statuses/index.jsx3
-rw-r--r--app/javascript/mastodon/features/public_timeline/index.jsx3
-rw-r--r--app/javascript/mastodon/features/reblogs/index.jsx2
-rw-r--r--app/javascript/mastodon/features/report/components/option.jsx3
-rw-r--r--app/javascript/mastodon/features/status/components/action_bar.jsx17
-rw-r--r--app/javascript/mastodon/features/status/components/card.jsx7
-rw-r--r--app/javascript/mastodon/features/status/components/detailed_status.jsx7
-rw-r--r--app/javascript/mastodon/features/status/index.jsx4
-rw-r--r--app/javascript/mastodon/features/subscribed_languages_modal/index.jsx3
-rw-r--r--app/javascript/mastodon/features/ui/components/boost_modal.jsx3
-rw-r--r--app/javascript/mastodon/features/ui/components/bundle_modal_error.jsx2
-rw-r--r--app/javascript/mastodon/features/ui/components/compare_history_modal.jsx2
-rw-r--r--app/javascript/mastodon/features/ui/components/embed_modal.jsx3
-rw-r--r--app/javascript/mastodon/features/ui/components/filter_modal.jsx3
-rw-r--r--app/javascript/mastodon/features/ui/components/focal_point_modal.jsx2
-rw-r--r--