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

Update recipient styles #1766

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Update recipient styles #1766

merged 2 commits into from
Aug 22, 2024

Conversation

OKendigelyan
Copy link
Contributor

Proposed changes

Task link

Types of changes

  • Bugfix
  • New feature
  • Refactor
  • Breaking change
  • UI fix

Steps to reproduce

Screenshots

Add the screenshots of how the app used to look like and how it looks now

Before Now
image image

Checklist

  • Tests that prove my fix is effective or that my feature works have been added
  • Documentation has been added (if appropriate)
  • Screenshots are added (if any UI changes have been made)
  • All TODOs have a corresponding task created (and the link is attached to it)

Copy link

vercel bot commented Aug 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
umami-v2-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 22, 2024 10:57am
umami-v2-web-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 22, 2024 10:57am

apps/web/src/components/AddressTile/AddressTile.tsx Outdated Show resolved Hide resolved
const color = useColor();

const { isOpen, onOpen, onClose } = useDisclosure();

const onClick = (event: MouseEvent) => {
if (isCopyDisabled) {
return;
Copy link
Contributor

Choose a reason for hiding this comment

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

please add a test for it

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