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

chore(ONYX-344): retire AREnableArtworksConnectionForAuction feature flag #11370

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

dariakoko
Copy link
Contributor

@dariakoko dariakoko commented Jan 10, 2025

This PR resolves ONYX-344

Description

Retire AREnableArtworksConnectionForAuction feature flag

  • remove old components and variables
  • rename new components and variables

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

iOS user-facing changes

Android user-facing changes

Dev changes

  • retire AREnableArtworksConnectionForAuction feature flag

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

@dariakoko dariakoko self-assigned this Jan 10, 2025
@ArtsyOpenSource
Copy link
Contributor

ArtsyOpenSource commented Jan 10, 2025

This PR contains the following changes:

  • Dev changes (retire AREnableArtworksConnectionForAuction feature flag - dariakoko)

Generated by 🚫 dangerJS against 8507a9a

MounirDhahri
MounirDhahri previously approved these changes Jan 21, 2025
Copy link
Member

@MounirDhahri MounirDhahri left a comment

Choose a reason for hiding this comment

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

Thanks - I left some minor comments just for clarification

displayText: "Lot Number Ascending",
paramName: FilterParamName.sort,
paramValue: "sale_position",
paramValue: "position",
Copy link
Member

Choose a reason for hiding this comment

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

do we intentionally want to change the default value?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope, thanks for spotting, changed it back to sale_position

onApply: () => scrollToTop(),
})

if (totalCount === 0) {
Copy link
Member

Choose a reason for hiding this comment

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

this used to be broken in the past 👀 - glad it's fixed now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What was broken exactly?

olerichter00
olerichter00 previously approved these changes Jan 21, 2025
Copy link
Contributor

@olerichter00 olerichter00 left a comment

Choose a reason for hiding this comment

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

Thank you 🙏

src/app/Scenes/Sale/Sale.tsx Show resolved Hide resolved
@artsyit artsyit dismissed stale reviews from olerichter00 and MounirDhahri via 8507a9a January 24, 2025 10:13
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.

4 participants