diff --git a/.eslintignore b/.eslintignore index 87d05e608e..46b7695571 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,6 @@ /node_modules/** /static/** +/static-test/** /tmp/** /coverage/** !.eslintrc.js diff --git a/.eslintrc.js b/.eslintrc.js index 7db751fec0..217ee4f1f3 100644 Binary files a/.eslintrc.js and b/.eslintrc.js differ diff --git a/app/soapbox/actions/accounts.js b/app/soapbox/actions/accounts.js index 307d98a390..e215e5256d 100644 Binary files a/app/soapbox/actions/accounts.js and b/app/soapbox/actions/accounts.js differ diff --git a/app/soapbox/actions/alerts.js b/app/soapbox/actions/alerts.js index 22ca16138e..ae5e179ad9 100644 Binary files a/app/soapbox/actions/alerts.js and b/app/soapbox/actions/alerts.js differ diff --git a/app/soapbox/actions/blocks.js b/app/soapbox/actions/blocks.js index 9896495ff3..63d01de3ab 100644 Binary files a/app/soapbox/actions/blocks.js and b/app/soapbox/actions/blocks.js differ diff --git a/app/soapbox/actions/bookmarks.js b/app/soapbox/actions/bookmarks.js index 544ed2ff22..3c8eec5468 100644 Binary files a/app/soapbox/actions/bookmarks.js and b/app/soapbox/actions/bookmarks.js differ diff --git a/app/soapbox/actions/compose.js b/app/soapbox/actions/compose.js index 3a95cddd68..21e4de7d65 100644 Binary files a/app/soapbox/actions/compose.js and b/app/soapbox/actions/compose.js differ diff --git a/app/soapbox/actions/custom_emojis.js b/app/soapbox/actions/custom_emojis.js index 7b7d0091b5..9ec8156b17 100644 Binary files a/app/soapbox/actions/custom_emojis.js and b/app/soapbox/actions/custom_emojis.js differ diff --git a/app/soapbox/actions/domain_blocks.js b/app/soapbox/actions/domain_blocks.js index 533885a569..8872590a39 100644 Binary files a/app/soapbox/actions/domain_blocks.js and b/app/soapbox/actions/domain_blocks.js differ diff --git a/app/soapbox/actions/emoji_reacts.js b/app/soapbox/actions/emoji_reacts.js index 60bb46c2ff..c3e6b63f43 100644 Binary files a/app/soapbox/actions/emoji_reacts.js and b/app/soapbox/actions/emoji_reacts.js differ diff --git a/app/soapbox/actions/emojis.js b/app/soapbox/actions/emojis.js index 7cd9d4b7b3..3b5d53996c 100644 Binary files a/app/soapbox/actions/emojis.js and b/app/soapbox/actions/emojis.js differ diff --git a/app/soapbox/actions/favourites.js b/app/soapbox/actions/favourites.js index 02ecc81c3f..44c40cd81d 100644 Binary files a/app/soapbox/actions/favourites.js and b/app/soapbox/actions/favourites.js differ diff --git a/app/soapbox/actions/groups.js b/app/soapbox/actions/groups.js index 588cbe6e2f..94b3675ada 100644 Binary files a/app/soapbox/actions/groups.js and b/app/soapbox/actions/groups.js differ diff --git a/app/soapbox/actions/height_cache.js b/app/soapbox/actions/height_cache.js index 8612b2a887..74b8dd3984 100644 Binary files a/app/soapbox/actions/height_cache.js and b/app/soapbox/actions/height_cache.js differ diff --git a/app/soapbox/actions/importer/index.js b/app/soapbox/actions/importer/index.js index 98d0a8d365..7955d53e9c 100644 Binary files a/app/soapbox/actions/importer/index.js and b/app/soapbox/actions/importer/index.js differ diff --git a/app/soapbox/actions/instance.js b/app/soapbox/actions/instance.js index 94b5da79de..7e17f6d713 100644 Binary files a/app/soapbox/actions/instance.js and b/app/soapbox/actions/instance.js differ diff --git a/app/soapbox/actions/interactions.js b/app/soapbox/actions/interactions.js index a6f32c6072..aaa6b61437 100644 Binary files a/app/soapbox/actions/interactions.js and b/app/soapbox/actions/interactions.js differ diff --git a/app/soapbox/actions/me.js b/app/soapbox/actions/me.js index 602334bd01..240e26bf84 100644 Binary files a/app/soapbox/actions/me.js and b/app/soapbox/actions/me.js differ diff --git a/app/soapbox/actions/mfa.js b/app/soapbox/actions/mfa.js index 0a8a706ebc..7cde55b84c 100644 Binary files a/app/soapbox/actions/mfa.js and b/app/soapbox/actions/mfa.js differ diff --git a/app/soapbox/actions/modal.js b/app/soapbox/actions/modal.js index 80e15c28ec..eaa5a315d5 100644 Binary files a/app/soapbox/actions/modal.js and b/app/soapbox/actions/modal.js differ diff --git a/app/soapbox/actions/mutes.js b/app/soapbox/actions/mutes.js index 7b9ef58c46..3cdc3b5fbe 100644 Binary files a/app/soapbox/actions/mutes.js and b/app/soapbox/actions/mutes.js differ diff --git a/app/soapbox/actions/notifications.js b/app/soapbox/actions/notifications.js index e0d09c694d..18f31b8102 100644 Binary files a/app/soapbox/actions/notifications.js and b/app/soapbox/actions/notifications.js differ diff --git a/app/soapbox/actions/patron.js b/app/soapbox/actions/patron.js index 8cf64d4c4c..a9a8ff4d53 100644 Binary files a/app/soapbox/actions/patron.js and b/app/soapbox/actions/patron.js differ diff --git a/app/soapbox/actions/pin_statuses.js b/app/soapbox/actions/pin_statuses.js index 17f1bfd14c..ecab511d0d 100644 Binary files a/app/soapbox/actions/pin_statuses.js and b/app/soapbox/actions/pin_statuses.js differ diff --git a/app/soapbox/actions/reports.js b/app/soapbox/actions/reports.js index 9328e0141e..9d0d4e5815 100644 Binary files a/app/soapbox/actions/reports.js and b/app/soapbox/actions/reports.js differ diff --git a/app/soapbox/actions/scheduled_statuses.js b/app/soapbox/actions/scheduled_statuses.js index 5d5b493f1b..fd6f3a241a 100644 Binary files a/app/soapbox/actions/scheduled_statuses.js and b/app/soapbox/actions/scheduled_statuses.js differ diff --git a/app/soapbox/actions/search.js b/app/soapbox/actions/search.js index d9585ea4e1..194f54e059 100644 Binary files a/app/soapbox/actions/search.js and b/app/soapbox/actions/search.js differ diff --git a/app/soapbox/actions/settings.js b/app/soapbox/actions/settings.js index 54f2fb78b3..34b2662620 100644 Binary files a/app/soapbox/actions/settings.js and b/app/soapbox/actions/settings.js differ diff --git a/app/soapbox/actions/sidebar.js b/app/soapbox/actions/sidebar.js index bd6467963d..247c6df834 100644 Binary files a/app/soapbox/actions/sidebar.js and b/app/soapbox/actions/sidebar.js differ diff --git a/app/soapbox/actions/snackbar.js b/app/soapbox/actions/snackbar.js index e6f0a65951..1872c82bd0 100644 Binary files a/app/soapbox/actions/snackbar.js and b/app/soapbox/actions/snackbar.js differ diff --git a/app/soapbox/actions/soapbox.js b/app/soapbox/actions/soapbox.js index 89461da408..25e9dcecf2 100644 Binary files a/app/soapbox/actions/soapbox.js and b/app/soapbox/actions/soapbox.js differ diff --git a/app/soapbox/actions/statuses.js b/app/soapbox/actions/statuses.js index 0c6dd73aba..041696fa87 100644 Binary files a/app/soapbox/actions/statuses.js and b/app/soapbox/actions/statuses.js differ diff --git a/app/soapbox/actions/suggestions.js b/app/soapbox/actions/suggestions.js index 788166d8b8..be00cb610d 100644 Binary files a/app/soapbox/actions/suggestions.js and b/app/soapbox/actions/suggestions.js differ diff --git a/app/soapbox/actions/timelines.js b/app/soapbox/actions/timelines.js index 3226f2fcf4..137714a2af 100644 Binary files a/app/soapbox/actions/timelines.js and b/app/soapbox/actions/timelines.js differ diff --git a/app/soapbox/actions/trends.js b/app/soapbox/actions/trends.js index b23c1c60ec..36f801adf4 100644 Binary files a/app/soapbox/actions/trends.js and b/app/soapbox/actions/trends.js differ diff --git a/app/soapbox/components/autosuggest_input.js b/app/soapbox/components/autosuggest_input.js index 2ae6874177..8b3e5bb960 100644 Binary files a/app/soapbox/components/autosuggest_input.js and b/app/soapbox/components/autosuggest_input.js differ diff --git a/app/soapbox/components/autosuggest_textarea.js b/app/soapbox/components/autosuggest_textarea.js index ae44d3bfa4..57ba6b4fc9 100644 Binary files a/app/soapbox/components/autosuggest_textarea.js and b/app/soapbox/components/autosuggest_textarea.js differ diff --git a/app/soapbox/components/blurhash.js b/app/soapbox/components/blurhash.js index 0bab022f85..0ad74277f6 100644 Binary files a/app/soapbox/components/blurhash.js and b/app/soapbox/components/blurhash.js differ diff --git a/app/soapbox/components/extended_video_player.js b/app/soapbox/components/extended_video_player.js index b214a59887..c0553283cc 100644 Binary files a/app/soapbox/components/extended_video_player.js and b/app/soapbox/components/extended_video_player.js differ diff --git a/app/soapbox/components/media_gallery.js b/app/soapbox/components/media_gallery.js index 01638b0b8a..880afd22f3 100644 Binary files a/app/soapbox/components/media_gallery.js and b/app/soapbox/components/media_gallery.js differ diff --git a/app/soapbox/components/profile_hover_card.js b/app/soapbox/components/profile_hover_card.js index 77b0f54b49..202be475dc 100644 Binary files a/app/soapbox/components/profile_hover_card.js and b/app/soapbox/components/profile_hover_card.js differ diff --git a/app/soapbox/components/progress_bar.js b/app/soapbox/components/progress_bar.js index 5ee94c75f5..d338bca9ca 100644 Binary files a/app/soapbox/components/progress_bar.js and b/app/soapbox/components/progress_bar.js differ diff --git a/app/soapbox/components/relative_timestamp.js b/app/soapbox/components/relative_timestamp.js index 69c3bad237..5b12f65895 100644 Binary files a/app/soapbox/components/relative_timestamp.js and b/app/soapbox/components/relative_timestamp.js differ diff --git a/app/soapbox/components/status.js b/app/soapbox/components/status.js index 1bc5b51759..151a3e926d 100644 Binary files a/app/soapbox/components/status.js and b/app/soapbox/components/status.js differ diff --git a/app/soapbox/components/status_action_bar.js b/app/soapbox/components/status_action_bar.js index 206170e241..fa4fd993ec 100644 Binary files a/app/soapbox/components/status_action_bar.js and b/app/soapbox/components/status_action_bar.js differ diff --git a/app/soapbox/components/status_content.js b/app/soapbox/components/status_content.js index 0473e600a6..0e5d066ea0 100644 Binary files a/app/soapbox/components/status_content.js and b/app/soapbox/components/status_content.js differ diff --git a/app/soapbox/components/status_list.js b/app/soapbox/components/status_list.js index 5319ac632b..44cc1cf037 100644 Binary files a/app/soapbox/components/status_list.js and b/app/soapbox/components/status_list.js differ diff --git a/app/soapbox/containers/soapbox.js b/app/soapbox/containers/soapbox.js index ca58d57afd..2486246f81 100644 Binary files a/app/soapbox/containers/soapbox.js and b/app/soapbox/containers/soapbox.js differ diff --git a/app/soapbox/containers/status_container.js b/app/soapbox/containers/status_container.js index 8f7af89a34..5d0490c603 100644 Binary files a/app/soapbox/containers/status_container.js and b/app/soapbox/containers/status_container.js differ diff --git a/app/soapbox/features/account/components/header.js b/app/soapbox/features/account/components/header.js index 4bb1822d70..5ca1eb34fe 100644 Binary files a/app/soapbox/features/account/components/header.js and b/app/soapbox/features/account/components/header.js differ diff --git a/app/soapbox/features/account_gallery/components/media_item.js b/app/soapbox/features/account_gallery/components/media_item.js index e3781eb052..afc15568f7 100644 Binary files a/app/soapbox/features/account_gallery/components/media_item.js and b/app/soapbox/features/account_gallery/components/media_item.js differ diff --git a/app/soapbox/features/account_gallery/index.js b/app/soapbox/features/account_gallery/index.js index bc28920387..d09182d098 100644 Binary files a/app/soapbox/features/account_gallery/index.js and b/app/soapbox/features/account_gallery/index.js differ diff --git a/app/soapbox/features/account_timeline/index.js b/app/soapbox/features/account_timeline/index.js index b62fdf7797..313b42c276 100644 Binary files a/app/soapbox/features/account_timeline/index.js and b/app/soapbox/features/account_timeline/index.js differ diff --git a/app/soapbox/features/admin/components/latest_accounts_panel.js b/app/soapbox/features/admin/components/latest_accounts_panel.js index b2b8614f50..d08023b31b 100644 Binary files a/app/soapbox/features/admin/components/latest_accounts_panel.js and b/app/soapbox/features/admin/components/latest_accounts_panel.js differ diff --git a/app/soapbox/features/admin/components/registration_mode_picker.js b/app/soapbox/features/admin/components/registration_mode_picker.js index 1e2f153aef..747964a02a 100644 Binary files a/app/soapbox/features/admin/components/registration_mode_picker.js and b/app/soapbox/features/admin/components/registration_mode_picker.js differ diff --git a/app/soapbox/features/admin/components/report_status.js b/app/soapbox/features/admin/components/report_status.js index f34574cdff..11110adb8e 100644 Binary files a/app/soapbox/features/admin/components/report_status.js and b/app/soapbox/features/admin/components/report_status.js differ diff --git a/app/soapbox/features/auth_login/components/captcha.js b/app/soapbox/features/auth_login/components/captcha.js index 0e5b958156..712563e350 100644 Binary files a/app/soapbox/features/auth_login/components/captcha.js and b/app/soapbox/features/auth_login/components/captcha.js differ diff --git a/app/soapbox/features/chats/components/chat_message_list.js b/app/soapbox/features/chats/components/chat_message_list.js index d904bc4e85..6e570e06c0 100644 Binary files a/app/soapbox/features/chats/components/chat_message_list.js and b/app/soapbox/features/chats/components/chat_message_list.js differ diff --git a/app/soapbox/features/compose/components/action_bar.js b/app/soapbox/features/compose/components/action_bar.js index fe12495b9e..3a4098e872 100644 Binary files a/app/soapbox/features/compose/components/action_bar.js and b/app/soapbox/features/compose/components/action_bar.js differ diff --git a/app/soapbox/features/compose/components/schedule_form.js b/app/soapbox/features/compose/components/schedule_form.js index f374fb10ef..e679259a49 100644 Binary files a/app/soapbox/features/compose/components/schedule_form.js and b/app/soapbox/features/compose/components/schedule_form.js differ diff --git a/app/soapbox/features/compose/components/search_results.js b/app/soapbox/features/compose/components/search_results.js index 3fb46bb65e..93c685472c 100644 Binary files a/app/soapbox/features/compose/components/search_results.js and b/app/soapbox/features/compose/components/search_results.js differ diff --git a/app/soapbox/features/compose/containers/emoji_picker_dropdown_container.js b/app/soapbox/features/compose/containers/emoji_picker_dropdown_container.js index 0e76839e4d..b633165c29 100644 Binary files a/app/soapbox/features/compose/containers/emoji_picker_dropdown_container.js and b/app/soapbox/features/compose/containers/emoji_picker_dropdown_container.js differ diff --git a/app/soapbox/features/compose/containers/search_results_container.js b/app/soapbox/features/compose/containers/search_results_container.js index de61196d90..650b28316d 100644 Binary files a/app/soapbox/features/compose/containers/search_results_container.js and b/app/soapbox/features/compose/containers/search_results_container.js differ diff --git a/app/soapbox/features/compose/util/counter.js b/app/soapbox/features/compose/util/counter.js index 700ba21635..95dc34a20b 100644 Binary files a/app/soapbox/features/compose/util/counter.js and b/app/soapbox/features/compose/util/counter.js differ diff --git a/app/soapbox/features/compose/util/url_regex.js b/app/soapbox/features/compose/util/url_regex.js index 7f1e176207..4ac11ca056 100644 Binary files a/app/soapbox/features/compose/util/url_regex.js and b/app/soapbox/features/compose/util/url_regex.js differ diff --git a/app/soapbox/features/crypto_donate/components/crypto_donate_panel.js b/app/soapbox/features/crypto_donate/components/crypto_donate_panel.js index c72ba06910..1cc3aef73c 100644 Binary files a/app/soapbox/features/crypto_donate/components/crypto_donate_panel.js and b/app/soapbox/features/crypto_donate/components/crypto_donate_panel.js differ diff --git a/app/soapbox/features/edit_profile/index.js b/app/soapbox/features/edit_profile/index.js index a9cbdca677..5704652d0f 100644 Binary files a/app/soapbox/features/edit_profile/index.js and b/app/soapbox/features/edit_profile/index.js differ diff --git a/app/soapbox/features/emoji/emoji.js b/app/soapbox/features/emoji/emoji.js index 62d03ac88c..da23bc99f0 100644 Binary files a/app/soapbox/features/emoji/emoji.js and b/app/soapbox/features/emoji/emoji.js differ diff --git a/app/soapbox/features/emoji/emoji_compressed.js b/app/soapbox/features/emoji/emoji_compressed.js index 74b53ce5c8..4fb51ed0ae 100644 Binary files a/app/soapbox/features/emoji/emoji_compressed.js and b/app/soapbox/features/emoji/emoji_compressed.js differ diff --git a/app/soapbox/features/emoji/emoji_mart_data_light.js b/app/soapbox/features/emoji/emoji_mart_data_light.js index 45086fc4cc..f8f4c40338 100644 Binary files a/app/soapbox/features/emoji/emoji_mart_data_light.js and b/app/soapbox/features/emoji/emoji_mart_data_light.js differ diff --git a/app/soapbox/features/emoji/emoji_mart_search_light.js b/app/soapbox/features/emoji/emoji_mart_search_light.js index 55166112b8..89e25785f8 100644 Binary files a/app/soapbox/features/emoji/emoji_mart_search_light.js and b/app/soapbox/features/emoji/emoji_mart_search_light.js differ diff --git a/app/soapbox/features/emoji/emoji_unicode_mapping_light.js b/app/soapbox/features/emoji/emoji_unicode_mapping_light.js index 918684c310..b9fa9e90ee 100644 Binary files a/app/soapbox/features/emoji/emoji_unicode_mapping_light.js and b/app/soapbox/features/emoji/emoji_unicode_mapping_light.js differ diff --git a/app/soapbox/features/emoji/emoji_utils.js b/app/soapbox/features/emoji/emoji_utils.js index 740914dba5..1f4629edf9 100644 Binary files a/app/soapbox/features/emoji/emoji_utils.js and b/app/soapbox/features/emoji/emoji_utils.js differ diff --git a/app/soapbox/features/filters/index.js b/app/soapbox/features/filters/index.js index c1b78f67d8..934aba6e8e 100644 Binary files a/app/soapbox/features/filters/index.js and b/app/soapbox/features/filters/index.js differ diff --git a/app/soapbox/features/followers/index.js b/app/soapbox/features/followers/index.js index 079867772e..25d91880ed 100644 Binary files a/app/soapbox/features/followers/index.js and b/app/soapbox/features/followers/index.js differ diff --git a/app/soapbox/features/following/index.js b/app/soapbox/features/following/index.js index 9148b09491..7e480e1a93 100644 Binary files a/app/soapbox/features/following/index.js and b/app/soapbox/features/following/index.js differ diff --git a/app/soapbox/features/hashtag_timeline/index.js b/app/soapbox/features/hashtag_timeline/index.js index 213a833b33..ea9b30e844 100644 Binary files a/app/soapbox/features/hashtag_timeline/index.js and b/app/soapbox/features/hashtag_timeline/index.js differ diff --git a/app/soapbox/features/import_data/components/csv_importer.js b/app/soapbox/features/import_data/components/csv_importer.js index a0523e924a..aa7d967f4b 100644 Binary files a/app/soapbox/features/import_data/components/csv_importer.js and b/app/soapbox/features/import_data/components/csv_importer.js differ diff --git a/app/soapbox/features/notifications/components/column_settings.js b/app/soapbox/features/notifications/components/column_settings.js index 38437cfefd..b9c5d44f0e 100644 Binary files a/app/soapbox/features/notifications/components/column_settings.js and b/app/soapbox/features/notifications/components/column_settings.js differ diff --git a/app/soapbox/features/notifications/components/multi_setting_toggle.js b/app/soapbox/features/notifications/components/multi_setting_toggle.js index 392369edcb..9eae3d5994 100644 Binary files a/app/soapbox/features/notifications/components/multi_setting_toggle.js and b/app/soapbox/features/notifications/components/multi_setting_toggle.js differ diff --git a/app/soapbox/features/pinned_statuses/index.js b/app/soapbox/features/pinned_statuses/index.js index ba0b10bf97..dd54470517 100644 Binary files a/app/soapbox/features/pinned_statuses/index.js and b/app/soapbox/features/pinned_statuses/index.js differ diff --git a/app/soapbox/features/report/components/status_check_box.js b/app/soapbox/features/report/components/status_check_box.js index c2f2199f3f..8543d7b0d7 100644 Binary files a/app/soapbox/features/report/components/status_check_box.js and b/app/soapbox/features/report/components/status_check_box.js differ diff --git a/app/soapbox/features/scheduled_statuses/components/scheduled_status.js b/app/soapbox/features/scheduled_statuses/components/scheduled_status.js index b8f3e825e4..4dcc387ab9 100644 Binary files a/app/soapbox/features/scheduled_statuses/components/scheduled_status.js and b/app/soapbox/features/scheduled_statuses/components/scheduled_status.js differ diff --git a/app/soapbox/features/soapbox_config/components/icon_picker_dropdown.js b/app/soapbox/features/soapbox_config/components/icon_picker_dropdown.js index 8afaa51541..a414c96e76 100644 Binary files a/app/soapbox/features/soapbox_config/components/icon_picker_dropdown.js and b/app/soapbox/features/soapbox_config/components/icon_picker_dropdown.js differ diff --git a/app/soapbox/features/soapbox_config/index.js b/app/soapbox/features/soapbox_config/index.js index 9196bdb9f5..9754de6271 100644 Binary files a/app/soapbox/features/soapbox_config/index.js and b/app/soapbox/features/soapbox_config/index.js differ diff --git a/app/soapbox/features/status/components/action_bar.js b/app/soapbox/features/status/components/action_bar.js index 8cc300e5d5..b435c77a45 100644 Binary files a/app/soapbox/features/status/components/action_bar.js and b/app/soapbox/features/status/components/action_bar.js differ diff --git a/app/soapbox/features/status/components/card.js b/app/soapbox/features/status/components/card.js index 676acf9ece..a0506a694e 100644 Binary files a/app/soapbox/features/status/components/card.js and b/app/soapbox/features/status/components/card.js differ diff --git a/app/soapbox/features/status/components/detailed_status.js b/app/soapbox/features/status/components/detailed_status.js index 581c47ca76..1f08091324 100644 Binary files a/app/soapbox/features/status/components/detailed_status.js and b/app/soapbox/features/status/components/detailed_status.js differ diff --git a/app/soapbox/features/status/containers/detailed_status_container.js b/app/soapbox/features/status/containers/detailed_status_container.js index 668ba020fe..cbe1d84855 100644 Binary files a/app/soapbox/features/status/containers/detailed_status_container.js and b/app/soapbox/features/status/containers/detailed_status_container.js differ diff --git a/app/soapbox/features/status/index.js b/app/soapbox/features/status/index.js index 0ecf98e8c1..5bac4fff9d 100644 Binary files a/app/soapbox/features/status/index.js and b/app/soapbox/features/status/index.js differ diff --git a/app/soapbox/features/ui/components/account_list_panel.js b/app/soapbox/features/ui/components/account_list_panel.js index 2159b657bf..2cac1c9287 100644 Binary files a/app/soapbox/features/ui/components/account_list_panel.js and b/app/soapbox/features/ui/components/account_list_panel.js differ diff --git a/app/soapbox/features/ui/components/column_loading.js b/app/soapbox/features/ui/components/column_loading.js index ce0685d5e3..9d5ba9e551 100644 Binary files a/app/soapbox/features/ui/components/column_loading.js and b/app/soapbox/features/ui/components/column_loading.js differ diff --git a/app/soapbox/features/ui/components/funding_panel.js b/app/soapbox/features/ui/components/funding_panel.js index 5b0b73e8b0..90728caaa8 100644 Binary files a/app/soapbox/features/ui/components/funding_panel.js and b/app/soapbox/features/ui/components/funding_panel.js differ diff --git a/app/soapbox/features/ui/components/profile_dropdown.js b/app/soapbox/features/ui/components/profile_dropdown.js index b5162d9315..565be4e105 100644 Binary files a/app/soapbox/features/ui/components/profile_dropdown.js and b/app/soapbox/features/ui/components/profile_dropdown.js differ diff --git a/app/soapbox/features/ui/components/profile_media_panel.js b/app/soapbox/features/ui/components/profile_media_panel.js index 52a3a3f639..83fed31a4b 100644 Binary files a/app/soapbox/features/ui/components/profile_media_panel.js and b/app/soapbox/features/ui/components/profile_media_panel.js differ diff --git a/app/soapbox/features/ui/components/tabs_bar.js b/app/soapbox/features/ui/components/tabs_bar.js index 7056093f53..fda0e19ccc 100644 Binary files a/app/soapbox/features/ui/components/tabs_bar.js and b/app/soapbox/features/ui/components/tabs_bar.js differ diff --git a/app/soapbox/features/ui/components/trends_panel.js b/app/soapbox/features/ui/components/trends_panel.js index 7e15f39f53..56e5f92555 100644 Binary files a/app/soapbox/features/ui/components/trends_panel.js and b/app/soapbox/features/ui/components/trends_panel.js differ diff --git a/app/soapbox/features/ui/components/user_panel.js b/app/soapbox/features/ui/components/user_panel.js index 33c707d96f..41fa65916a 100644 Binary files a/app/soapbox/features/ui/components/user_panel.js and b/app/soapbox/features/ui/components/user_panel.js differ diff --git a/app/soapbox/features/ui/components/who_to_follow_panel.js b/app/soapbox/features/ui/components/who_to_follow_panel.js index 512f4db639..3013d3f807 100644 Binary files a/app/soapbox/features/ui/components/who_to_follow_panel.js and b/app/soapbox/features/ui/components/who_to_follow_panel.js differ diff --git a/app/soapbox/features/ui/index.js b/app/soapbox/features/ui/index.js index 49d58aca79..43d4b7b7c8 100644 Binary files a/app/soapbox/features/ui/index.js and b/app/soapbox/features/ui/index.js differ diff --git a/app/soapbox/features/video/index.js b/app/soapbox/features/video/index.js index ccc32057d2..2b70d6db3b 100644 Binary files a/app/soapbox/features/video/index.js and b/app/soapbox/features/video/index.js differ diff --git a/app/soapbox/is_mobile.js b/app/soapbox/is_mobile.js index 4c7c23e20f..1259124217 100644 Binary files a/app/soapbox/is_mobile.js and b/app/soapbox/is_mobile.js differ diff --git a/app/soapbox/locales/pl.json b/app/soapbox/locales/pl.json index 7123303618..6080d54af6 100644 --- a/app/soapbox/locales/pl.json +++ b/app/soapbox/locales/pl.json @@ -188,6 +188,7 @@ "column.public": "Globalna oś czasu", "column.remote": "Sfederowana oś czasu", "column.scheduled_statuses": "Zaplanowane wpisy", + "column.search": "Szukaj", "column.security": "Bezpieczeństwo", "column.soapbox_config": "Konfiguracja Soapbox", "column_back_button.label": "Wróć", diff --git a/app/soapbox/middleware/errors.js b/app/soapbox/middleware/errors.js index 3cebb42e00..1e36cc55f6 100644 Binary files a/app/soapbox/middleware/errors.js and b/app/soapbox/middleware/errors.js differ diff --git a/app/soapbox/middleware/loading_bar.js b/app/soapbox/middleware/loading_bar.js index a98f1bb2b6..da8cc4c7d3 100644 Binary files a/app/soapbox/middleware/loading_bar.js and b/app/soapbox/middleware/loading_bar.js differ diff --git a/app/soapbox/middleware/sounds.js b/app/soapbox/middleware/sounds.js index e819a02eea..12c8570846 100644 Binary files a/app/soapbox/middleware/sounds.js and b/app/soapbox/middleware/sounds.js differ diff --git a/app/soapbox/reducers/__tests__/auth-test.js b/app/soapbox/reducers/__tests__/auth-test.js index 77a9b19654..6b367bf850 100644 Binary files a/app/soapbox/reducers/__tests__/auth-test.js and b/app/soapbox/reducers/__tests__/auth-test.js differ diff --git a/app/soapbox/reducers/__tests__/list_editor-test.js b/app/soapbox/reducers/__tests__/list_editor-test.js index 356bc8d7e6..09ec6ab02e 100644 Binary files a/app/soapbox/reducers/__tests__/list_editor-test.js and b/app/soapbox/reducers/__tests__/list_editor-test.js differ diff --git a/app/soapbox/reducers/__tests__/modal-test.js b/app/soapbox/reducers/__tests__/modal-test.js index 17125d0722..09281e82f4 100644 Binary files a/app/soapbox/reducers/__tests__/modal-test.js and b/app/soapbox/reducers/__tests__/modal-test.js differ diff --git a/app/soapbox/reducers/__tests__/search-test.js b/app/soapbox/reducers/__tests__/search-test.js index f09c4366f9..73d3186a31 100644 Binary files a/app/soapbox/reducers/__tests__/search-test.js and b/app/soapbox/reducers/__tests__/search-test.js differ diff --git a/app/soapbox/reducers/accounts.js b/app/soapbox/reducers/accounts.js index 943f0002c5..8a00be845c 100644 Binary files a/app/soapbox/reducers/accounts.js and b/app/soapbox/reducers/accounts.js differ diff --git a/app/soapbox/reducers/accounts_counters.js b/app/soapbox/reducers/accounts_counters.js index 0d54c12076..392599244e 100644 Binary files a/app/soapbox/reducers/accounts_counters.js and b/app/soapbox/reducers/accounts_counters.js differ diff --git a/app/soapbox/reducers/admin.js b/app/soapbox/reducers/admin.js index 4c3a0a09ed..98fa3aa8ab 100644 Binary files a/app/soapbox/reducers/admin.js and b/app/soapbox/reducers/admin.js differ diff --git a/app/soapbox/reducers/admin_log.js b/app/soapbox/reducers/admin_log.js index 874cab3734..b8abc39e0f 100644 Binary files a/app/soapbox/reducers/admin_log.js and b/app/soapbox/reducers/admin_log.js differ diff --git a/app/soapbox/reducers/alerts.js b/app/soapbox/reducers/alerts.js index 9a0a7ccafc..f0b3f79682 100644 Binary files a/app/soapbox/reducers/alerts.js and b/app/soapbox/reducers/alerts.js differ diff --git a/app/soapbox/reducers/auth.js b/app/soapbox/reducers/auth.js index 29bc8fcd8e..88cdd1a089 100644 Binary files a/app/soapbox/reducers/auth.js and b/app/soapbox/reducers/auth.js differ diff --git a/app/soapbox/reducers/backups.js b/app/soapbox/reducers/backups.js index 913038ee8d..fdfece138c 100644 Binary files a/app/soapbox/reducers/backups.js and b/app/soapbox/reducers/backups.js differ diff --git a/app/soapbox/reducers/chat_message_lists.js b/app/soapbox/reducers/chat_message_lists.js index 3a7ec86100..777eddb196 100644 Binary files a/app/soapbox/reducers/chat_message_lists.js and b/app/soapbox/reducers/chat_message_lists.js differ diff --git a/app/soapbox/reducers/chat_messages.js b/app/soapbox/reducers/chat_messages.js index ababe85bd3..568725da33 100644 Binary files a/app/soapbox/reducers/chat_messages.js and b/app/soapbox/reducers/chat_messages.js differ diff --git a/app/soapbox/reducers/chats.js b/app/soapbox/reducers/chats.js index 0efb5361f3..56c2c4678d 100644 Binary files a/app/soapbox/reducers/chats.js and b/app/soapbox/reducers/chats.js differ diff --git a/app/soapbox/reducers/compose.js b/app/soapbox/reducers/compose.js index b7e496ebeb..344dad6c14 100644 Binary files a/app/soapbox/reducers/compose.js and b/app/soapbox/reducers/compose.js differ diff --git a/app/soapbox/reducers/contexts.js b/app/soapbox/reducers/contexts.js index 1dd93d1199..416c9cbe2f 100644 Binary files a/app/soapbox/reducers/contexts.js and b/app/soapbox/reducers/contexts.js differ diff --git a/app/soapbox/reducers/conversations.js b/app/soapbox/reducers/conversations.js index 9564bffcd2..f7c9884b49 100644 Binary files a/app/soapbox/reducers/conversations.js and b/app/soapbox/reducers/conversations.js differ diff --git a/app/soapbox/reducers/custom_emojis.js b/app/soapbox/reducers/custom_emojis.js index 61d8feb1b4..17bafe9eba 100644 Binary files a/app/soapbox/reducers/custom_emojis.js and b/app/soapbox/reducers/custom_emojis.js differ diff --git a/app/soapbox/reducers/domain_lists.js b/app/soapbox/reducers/domain_lists.js index eff97fbd60..6bf8cee681 100644 Binary files a/app/soapbox/reducers/domain_lists.js and b/app/soapbox/reducers/domain_lists.js differ diff --git a/app/soapbox/reducers/filters.js b/app/soapbox/reducers/filters.js index 33f0c67328..d0988e05dc 100644 Binary files a/app/soapbox/reducers/filters.js and b/app/soapbox/reducers/filters.js differ diff --git a/app/soapbox/reducers/group_editor.js b/app/soapbox/reducers/group_editor.js index 257d626857..b77b8e5083 100644 Binary files a/app/soapbox/reducers/group_editor.js and b/app/soapbox/reducers/group_editor.js differ diff --git a/app/soapbox/reducers/group_lists.js b/app/soapbox/reducers/group_lists.js index 089164e91a..12944b106e 100644 Binary files a/app/soapbox/reducers/group_lists.js and b/app/soapbox/reducers/group_lists.js differ diff --git a/app/soapbox/reducers/group_relationships.js b/app/soapbox/reducers/group_relationships.js index d3da084710..e5f28ef307 100644 Binary files a/app/soapbox/reducers/group_relationships.js and b/app/soapbox/reducers/group_relationships.js differ diff --git a/app/soapbox/reducers/groups.js b/app/soapbox/reducers/groups.js index a8b8be2361..58b4f42372 100644 Binary files a/app/soapbox/reducers/groups.js and b/app/soapbox/reducers/groups.js differ diff --git a/app/soapbox/reducers/height_cache.js b/app/soapbox/reducers/height_cache.js index 2f5716fae9..77a59c8c56 100644 Binary files a/app/soapbox/reducers/height_cache.js and b/app/soapbox/reducers/height_cache.js differ diff --git a/app/soapbox/reducers/identity_proofs.js b/app/soapbox/reducers/identity_proofs.js index 58af0a5faa..d3034659ff 100644 Binary files a/app/soapbox/reducers/identity_proofs.js and b/app/soapbox/reducers/identity_proofs.js differ diff --git a/app/soapbox/reducers/instance.js b/app/soapbox/reducers/instance.js index a29c7c0fd6..7d08b37138 100644 Binary files a/app/soapbox/reducers/instance.js and b/app/soapbox/reducers/instance.js differ diff --git a/app/soapbox/reducers/list_adder.js b/app/soapbox/reducers/list_adder.js index b8c1b0e269..b144610a52 100644 Binary files a/app/soapbox/reducers/list_adder.js and b/app/soapbox/reducers/list_adder.js differ diff --git a/app/soapbox/reducers/list_editor.js b/app/soapbox/reducers/list_editor.js index 91e524dd55..6e020dbe64 100644 Binary files a/app/soapbox/reducers/list_editor.js and b/app/soapbox/reducers/list_editor.js differ diff --git a/app/soapbox/reducers/lists.js b/app/soapbox/reducers/lists.js index f30ffbcbdb..ba3e2b3cb5 100644 Binary files a/app/soapbox/reducers/lists.js and b/app/soapbox/reducers/lists.js differ diff --git a/app/soapbox/reducers/me.js b/app/soapbox/reducers/me.js index a7bd1a94fa..d42ace12dd 100644 Binary files a/app/soapbox/reducers/me.js and b/app/soapbox/reducers/me.js differ diff --git a/app/soapbox/reducers/media_attachments.js b/app/soapbox/reducers/media_attachments.js index 7e67805dd0..19400705a2 100644 Binary files a/app/soapbox/reducers/media_attachments.js and b/app/soapbox/reducers/media_attachments.js differ diff --git a/app/soapbox/reducers/meta.js b/app/soapbox/reducers/meta.js index f32283eca1..858b225473 100644 Binary files a/app/soapbox/reducers/meta.js and b/app/soapbox/reducers/meta.js differ diff --git a/app/soapbox/reducers/modal.js b/app/soapbox/reducers/modal.js index 599a2443e0..6572d619ee 100644 Binary files a/app/soapbox/reducers/modal.js and b/app/soapbox/reducers/modal.js differ diff --git a/app/soapbox/reducers/notifications.js b/app/soapbox/reducers/notifications.js index c07507c58f..9e2c1287d7 100644 Binary files a/app/soapbox/reducers/notifications.js and b/app/soapbox/reducers/notifications.js differ diff --git a/app/soapbox/reducers/patron.js b/app/soapbox/reducers/patron.js index ae639cdefb..d05b156d7b 100644 Binary files a/app/soapbox/reducers/patron.js and b/app/soapbox/reducers/patron.js differ diff --git a/app/soapbox/reducers/push_notifications.js b/app/soapbox/reducers/push_notifications.js index 1ca54e6e13..d688459087 100644 Binary files a/app/soapbox/reducers/push_notifications.js and b/app/soapbox/reducers/push_notifications.js differ diff --git a/app/soapbox/reducers/relationships.js b/app/soapbox/reducers/relationships.js index af69c1b335..ec6ac6c146 100644 Binary files a/app/soapbox/reducers/relationships.js and b/app/soapbox/reducers/relationships.js differ diff --git a/app/soapbox/reducers/reports.js b/app/soapbox/reducers/reports.js index 7531c61a5e..24d4cdc26f 100644 Binary files a/app/soapbox/reducers/reports.js and b/app/soapbox/reducers/reports.js differ diff --git a/app/soapbox/reducers/scheduled_statuses.js b/app/soapbox/reducers/scheduled_statuses.js index 2e304a8eb2..f436968b6e 100644 Binary files a/app/soapbox/reducers/scheduled_statuses.js and b/app/soapbox/reducers/scheduled_statuses.js differ diff --git a/app/soapbox/reducers/search.js b/app/soapbox/reducers/search.js index c7c308967e..104f7dc2d2 100644 Binary files a/app/soapbox/reducers/search.js and b/app/soapbox/reducers/search.js differ diff --git a/app/soapbox/reducers/security.js b/app/soapbox/reducers/security.js index 93f6fa6321..b50b398019 100644 Binary files a/app/soapbox/reducers/security.js and b/app/soapbox/reducers/security.js differ diff --git a/app/soapbox/reducers/settings.js b/app/soapbox/reducers/settings.js index 343a3f9d90..9bfa3f3568 100644 Binary files a/app/soapbox/reducers/settings.js and b/app/soapbox/reducers/settings.js differ diff --git a/app/soapbox/reducers/sidebar.js b/app/soapbox/reducers/sidebar.js index 92d14839be..131411c2ea 100644 Binary files a/app/soapbox/reducers/sidebar.js and b/app/soapbox/reducers/sidebar.js differ diff --git a/app/soapbox/reducers/soapbox.js b/app/soapbox/reducers/soapbox.js index 5b7db02a87..2c8cd88f38 100644 Binary files a/app/soapbox/reducers/soapbox.js and b/app/soapbox/reducers/soapbox.js differ diff --git a/app/soapbox/reducers/status_lists.js b/app/soapbox/reducers/status_lists.js index aec4dfc8de..7ac8184ac8 100644 Binary files a/app/soapbox/reducers/status_lists.js and b/app/soapbox/reducers/status_lists.js differ diff --git a/app/soapbox/reducers/statuses.js b/app/soapbox/reducers/statuses.js index 202a36d771..f8c01ed2b1 100644 Binary files a/app/soapbox/reducers/statuses.js and b/app/soapbox/reducers/statuses.js differ diff --git a/app/soapbox/reducers/suggestions.js b/app/soapbox/reducers/suggestions.js index 9f4b89d586..d33df026e3 100644 Binary files a/app/soapbox/reducers/suggestions.js and b/app/soapbox/reducers/suggestions.js differ diff --git a/app/soapbox/reducers/timelines.js b/app/soapbox/reducers/timelines.js index 8ca050646b..f6ff72b5f4 100644 Binary files a/app/soapbox/reducers/timelines.js and b/app/soapbox/reducers/timelines.js differ diff --git a/app/soapbox/reducers/trends.js b/app/soapbox/reducers/trends.js index 06da8e4b8b..be2e3e9126 100644 Binary files a/app/soapbox/reducers/trends.js and b/app/soapbox/reducers/trends.js differ diff --git a/app/soapbox/reducers/user_lists.js b/app/soapbox/reducers/user_lists.js index b96f3ce038..9afaf55b9d 100644 Binary files a/app/soapbox/reducers/user_lists.js and b/app/soapbox/reducers/user_lists.js differ diff --git a/app/soapbox/rtl.js b/app/soapbox/rtl.js index 1be3352616..c557e3fd99 100644 Binary files a/app/soapbox/rtl.js and b/app/soapbox/rtl.js differ diff --git a/app/soapbox/selectors/index.js b/app/soapbox/selectors/index.js index 2591eadd61..35ee305fbf 100644 Binary files a/app/soapbox/selectors/index.js and b/app/soapbox/selectors/index.js differ diff --git a/app/soapbox/settings.js b/app/soapbox/settings.js index e3f8094350..1acaeee912 100644 Binary files a/app/soapbox/settings.js and b/app/soapbox/settings.js differ diff --git a/app/soapbox/store/configureStore.js b/app/soapbox/store/configureStore.js index e18af842ff..0e0d45c668 100644 Binary files a/app/soapbox/store/configureStore.js and b/app/soapbox/store/configureStore.js differ diff --git a/app/soapbox/stream.js b/app/soapbox/stream.js index cd6a16bf75..98a2fd8885 100644 Binary files a/app/soapbox/stream.js and b/app/soapbox/stream.js differ diff --git a/app/soapbox/utils/accounts.js b/app/soapbox/utils/accounts.js index ce52a5562f..77e3f39976 100644 Binary files a/app/soapbox/utils/accounts.js and b/app/soapbox/utils/accounts.js differ diff --git a/app/soapbox/utils/features.js b/app/soapbox/utils/features.js index 5ec07ae87d..f896522190 100644 Binary files a/app/soapbox/utils/features.js and b/app/soapbox/utils/features.js differ diff --git a/app/soapbox/utils/numbers.js b/app/soapbox/utils/numbers.js index 000ca3178f..434473b402 100644 Binary files a/app/soapbox/utils/numbers.js and b/app/soapbox/utils/numbers.js differ diff --git a/app/soapbox/utils/resize_image.js b/app/soapbox/utils/resize_image.js index 45db240cb7..ffb4ef9361 100644 Binary files a/app/soapbox/utils/resize_image.js and b/app/soapbox/utils/resize_image.js differ diff --git a/app/soapbox/utils/theme.js b/app/soapbox/utils/theme.js index 5997019a89..b398145bf2 100644 Binary files a/app/soapbox/utils/theme.js and b/app/soapbox/utils/theme.js differ diff --git a/app/soapbox/uuid.js b/app/soapbox/uuid.js index 765897613f..a10720cf86 100644 Binary files a/app/soapbox/uuid.js and b/app/soapbox/uuid.js differ diff --git a/app/styles/components/search.scss b/app/styles/components/search.scss index 84d611fd8e..086439caf0 100644 --- a/app/styles/components/search.scss +++ b/app/styles/components/search.scss @@ -1,5 +1,7 @@ .search-page { - min-height: 97px; + .drawer__inner:not(:empty) { + min-height: 48px; + } } @media screen and (min-width: 600px + (285px * 1) + (10px * 1)) { diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 86cf3361da..f96f26aaef 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -66,6 +66,12 @@ border-radius: 4px; padding: 2px; + > div { + display: flex; + align-items: center; + justify-content: center; + } + &:hover { background: var(--background-color); } diff --git a/webpack/development.js b/webpack/development.js index 7af7964273..10ed123aec 100644 Binary files a/webpack/development.js and b/webpack/development.js differ diff --git a/webpack/translationRunner.js b/webpack/translationRunner.js index 35f235128b..5f75ee7578 100644 Binary files a/webpack/translationRunner.js and b/webpack/translationRunner.js differ