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

[FX-1735] Featured artist view #3039

Merged
merged 13 commits into from
Feb 25, 2020
Merged

[FX-1735] Featured artist view #3039

merged 13 commits into from
Feb 25, 2020

Conversation

xtina-starr
Copy link
Contributor

Addresses: FX-1735

Issue:
When there are several featured artists within a collection and a user clicks the "View more" link, the featured artist module pushes the content beneath the featured artist module down making it not visible to the user.

Fix:
This PR refactors the featured artist component to take the user to a new view when the "View all" link is clicked. This displays all the artists that are within the collection and gives the user a back button to navigate back to the collection.

featured artists list

}}
>
<ViewAll size="4">View all</ViewAll>
{/* <Box>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we remove the commented-out bit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops! lol

@xtina-starr xtina-starr changed the title Featured artist view [FX-1735] Featured artist view Feb 25, 2020
import { CollectionFeaturedArtistsContainer as CollectionFeaturedArtists } from "../FullFeaturedArtistList"
jest.unmock("react-relay")

describe("FullFeaturedArtistList", () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice tests!

@sweir27 sweir27 merged commit 658406e into master Feb 25, 2020
@sweir27 sweir27 deleted the featured-artist-view branch February 25, 2020 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants