Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Home view prefetching part III #11497

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

olerichter00
Copy link
Contributor

@olerichter00 olerichter00 commented Feb 6, 2025

Resolves ONYX-1496

Description

Home view prefetching part III:

Implements prefetching for the home view's Article rail and the Activity indicator.

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

  • Implements prefetching for the home view's Article rail and the Activity indicator - ole

iOS user-facing changes

Android user-facing changes

Dev changes

Need help with something? Have a look at our docs, or get in touch with us.

@ArtsyOpenSource
Copy link
Contributor

ArtsyOpenSource commented Feb 6, 2025

This PR contains the following changes:

  • Cross-platform user-facing changes (Implements prefetching for the home view's Article rail and the Activity indicator - ole - olerichter00)

Generated by 🚫 dangerJS against 058bae7

@olerichter00 olerichter00 force-pushed the olerichter00/home-view-prefetching-part-iii branch from c6bfec2 to ce79c79 Compare February 6, 2025 08:26
@olerichter00 olerichter00 self-assigned this Feb 6, 2025
@olerichter00 olerichter00 force-pushed the olerichter00/home-view-prefetching-part-iii branch from ce79c79 to d155490 Compare February 6, 2025 08:27
@olerichter00 olerichter00 force-pushed the olerichter00/home-view-prefetching-part-iii branch from d155490 to 5b2c7cd Compare February 6, 2025 08:28
}

return (
<Box justifyContent="center">
<TouchableOpacity
<RouterLink
Copy link
Contributor Author

@olerichter00 olerichter00 Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing TouchableOpacity with RouterLink causes issues with highlighting the indicator on touch. I fixed the issue in #11499

@olerichter00 olerichter00 requested review from MounirDhahri and removed request for MounirDhahri February 7, 2025 09:37
@olerichter00 olerichter00 merged commit ff99ed4 into main Feb 7, 2025
7 checks passed
@olerichter00 olerichter00 deleted the olerichter00/home-view-prefetching-part-iii branch February 7, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants