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

Remove broken parts of 360 #611

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

carrollsa
Copy link
Collaborator

@carrollsa carrollsa commented Feb 28, 2024

Changes

  • Accounts for missing information on the 360 page by not rendering certain components in some cases and providing placeholders in others.

Comment on lines +93 to +99
{shelterluvShortId &&
<Grid item>
<IconButton style={{ 'padding': 0, 'paddingLeft': 5 }} color="primary" aria-label="link" href={shelterLuvPersonURL} target="_blank">
<LinkIcon />
</IconButton>
</Grid>
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is a link to shelterluv that just gives a 404 if the ID doesn't exist. I figured we didn't want to send people there.

Comment on lines -82 to +73
<HomeIcon color='primary' fontSize='small'/>
<PhoneIcon color='primary' fontSize='small'/>
Copy link
Collaborator Author

@carrollsa carrollsa Feb 28, 2024

Choose a reason for hiding this comment

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

The diff is a little misleading here with how it rearranged things. I didn't change the icons. I only messed with whether things render or not depending on what data we have available for the contact.

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.

None yet

1 participant