* Revert "persist last-intersected status update and restore when ScrollableList is restored" This reverts commit 07e26142ef6a8e74bd2ac5e9b461a5a1699bd4c8. accidentally merged spurious code in https://github.com/tootsuite/mastodon/pull/12661. https://github.com/tootsuite/mastodon/pull/12735 removes the slowdown that this code was trying to solve; and other functionality successfully restores the view state of the list * Revert "cache currently-viewing status id to avoid calling redux with identical value" This reverts commit c93df2159fbd3888a5c48d8a8b8ae61dbbc54b89. accidentally merged spurious code in https://github.com/tootsuite/mastodon/pull/12661. https://github.com/tootsuite/mastodon/pull/12735 removes the slowdown that this code was trying to solve; and other functionality successfully restores the view state of the list |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| account.js | ||
| attachment_list.js | ||
| autosuggest_emoji.js | ||
| autosuggest_hashtag.js | ||
| autosuggest_input.js | ||
| autosuggest_textarea.js | ||
| avatar.js | ||
| avatar_composite.js | ||
| avatar_overlay.js | ||
| button.js | ||
| column.js | ||
| column_back_button.js | ||
| column_back_button_slim.js | ||
| column_header.js | ||
| display_name.js | ||
| domain.js | ||
| dropdown_menu.js | ||
| error_boundary.js | ||
| gifv.js | ||
| hashtag.js | ||
| icon.js | ||
| icon_button.js | ||
| icon_with_badge.js | ||
| intersection_observer_article.js | ||
| load_gap.js | ||
| load_more.js | ||
| load_pending.js | ||
| loading_indicator.js | ||
| media_gallery.js | ||
| missing_indicator.js | ||
| modal_root.js | ||
| permalink.js | ||
| poll.js | ||
| radio_button.js | ||
| regeneration_indicator.js | ||
| relative_timestamp.js | ||
| scrollable_list.js | ||
| setting_text.js | ||
| status.js | ||
| status_action_bar.js | ||
| status_content.js | ||
| status_list.js | ||