artsy / eigen

The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's mobile app.
MIT License
3.54k stars 572 forks source link

chore: Remove sub-copy from Artwork Saved tooltip for auction lots #10500

Closed oxaudo closed 1 month ago

oxaudo commented 1 month ago

This PR resolves https://artsyproduct.atlassian.net/browse/EMI-1976

My first PR in Eigen so please excuse my mistakes here. Figuring out this Eigen flow!

Description

Ideally we would have the auction saves(watches) go into a different list type but that is not done this way now. We are relying on checking if the artwork is in the auction for handling those saves in several places. So for now just reading this attribute from artwork and basing the sub-copy on that parameter.

Before:

Screen Shot 2024-07-18 at 11 53 15 AM

After:

Screen Shot 2024-07-18 at 11 53 00 AM

PR Checklist

To the reviewers 👀

Changelog updates ### Changelog updates #### Cross-platform user-facing changes - Removed misleading sub-note after auction artwork save - oxaudo #### 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.

oxaudo commented 1 month ago

Thanks for the review @brainbicycle! Merged it.