Skip to content

Conversation

@isaacsolo
Copy link

@isaacsolo isaacsolo commented Apr 23, 2025

Description

Fixing some gaps missed by flair and user link. Also fixed some longstanding issues in spacing in track/collection tile to match designs.

Screenshot 2025-04-23 at 2 03 41 PM Screenshot 2025-04-23 at 1 52 39 PM Screenshot 2025-04-23 at 11 26 52 AM

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.

Ran against web stage.

@changeset-bot
Copy link

changeset-bot bot commented Apr 23, 2025

⚠️ No Changeset found

Latest commit: 7cf7a49

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@dylanjeffers dylanjeffers left a comment

Choose a reason for hiding this comment

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

looking good, main thing to address is the height prop on user-link

return (
<Flex
css={{
height: spacing.unit5,
Copy link
Contributor

Choose a reason for hiding this comment

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

not sure about this one since user-link can be any text component size

const { data: remixContest } = useRemixContest(id)

if (!track) return null
if (!track) return <>{children}</>
Copy link
Contributor

Choose a reason for hiding this comment

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

nice catch

{imageElement}
</TrackFlair>
) : (
imageElement
Copy link
Contributor

Choose a reason for hiding this comment

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

when would it not be track?

Copy link
Author

Choose a reason for hiding this comment

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

CollectionArtwork uses this too so i added the changes ^ to make doubly sure

@isaacsolo isaacsolo merged commit e1a4561 into main Apr 23, 2025
4 of 6 checks passed
@isaacsolo isaacsolo deleted the is-fix-tile-sizing branch April 23, 2025 23:41
audius-infra pushed a commit that referenced this pull request Apr 26, 2025
[194d43f] Fix unauth'd accounts fetching public data (#11948) Reed
[01b89e2] [PE-6021] Expandable remix contest description on web (#11946) Reed
[47be06f] [PE-6049] Remix contest container for mobile web (#11944) KJ
[26db394] [PE-5929] Upgrade react-native-collapsible-tab-view (#11811) Dylan Jeffers
[8f8e96c] [PE-6022] Mobile expandable remix contest description (#11936) Reed
[2e99134] Close 404 page when error is fixed (#11940) Farid Salau
[8b5c3b8] [PE-6020] Add submissions section to remix contest container on mobile (#11939) KJ
[636118d] Adjust cosign copy post limit (#11938) Isaac Solo
[ed9c2e1] [PE-6041] Android remix contest section styling (#11934) Reed
[cb0f1d8] Fix missing collection mobile artwork (#11935) Isaac Solo
[c75ac99] Add feature flags to tests, fix collection-card (#11907) Dylan Jeffers
[20a7174] Address async feedback on wallet UI m1 (#11933) Farid Salau
[cc18101] Prevent download-all-button from triggering expand download (#11922) Dylan Jeffers
[6b8131a] [PE-6017] Mobile remix contest info section (#11930) Reed
[0eb1682] Finish reverting back to favorite saga (#11931) Isaac Solo
[d8e9879] [PE-6019] Add submissions tab contest to the remix contest container (#11932) KJ
[e1a4561] Fix track tile layout spacing (#11929) Isaac Solo
[2a4ad5a] [PE-6015] Update the remix contest drawer on mobile (#11926) KJ
[afd52b2] Remove rogue fetchLineupMetadata call (#11928) JD Francis
[95ec68e] Add delay to hover card (#11927) Farid Salau
[603270a] Add remix contest flair (#11921) Isaac Solo
[bd5bda8] Fix user link on comment page (#11919) Farid Salau
[e36871e] Add new images to harmony for Wallet UI (#11925) Farid Salau
[a77a316] [PE-6034, PE 6033] Fix edit track (#11920) Dylan Jeffers
[ebc696a] Update cosign to use generic track flair component (#11911) Isaac Solo
[7b01e4b] Fix mobile lineup reset (#11914) Dylan Jeffers
[7243c38] [PE-6024] Use real remix eventData in remix contest section (#11916) Reed
[6150ac7] Small remix contest modal fix (#11917) KJ
[9300b39] Fix remix tracks skeleton issues (#11910) JD Francis
[deb0249] [PE-6005] Add mobile wallet UI (#11890) Farid Salau
[000d470] Fix stems not showing up in edit form (#11913) KJ
[f8c06b4] Update stem dup logic (#11912) KJ
[d8c9b65] [PE-6014] Add description and prize fields for remix contests (#11908) KJ
[4640162] [PE-6016] Web Remix Contest Section (#11906) Reed
[011438a] [PE-5994] Fix mobile lineups (#11905) Dylan Jeffers
[36e6f5d] Gate new user-badges in user-link behind wallet-ui flag (#11904) Dylan Jeffers
[96f9d7f] Fix remixes scroll bug (#11902) JD Francis
[d630cac] Add query client to tests (#11903) Farid Salau
[6798bde] Fix remix countdown timer wrong day count (#11901) Reed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants