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

Implement AddContactModal #2040

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Implement AddContactModal #2040

merged 2 commits into from
Nov 8, 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 Nov 5, 2024

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

Name Status Preview Comments Updated (UTC)
umami-embed-iframe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2024 5:55pm
umami-embed-iframe-ghostnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2024 5:55pm
umami-v2-web 🛑 Canceled (Inspect) Nov 8, 2024 5:55pm
umami-v2-web-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2024 5:55pm

import { ModalCloseButton } from "../CloseButton";

export const AddContactModal: FC<{
pkh?: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we only use AddContactModal with preset pkh on web - so maybe we can make pkh required & remove some extra code & tests ?

(for new contacts we use button in the settings drawer)

Screenshot 2024-11-08 at 14 37 41

@OKendigelyan OKendigelyan force-pushed the add-add-contact-modal branch from a0b2a12 to 8fe0c6e Compare November 8, 2024 17:51
Copy link
Contributor

@asiia-trilitech asiia-trilitech left a comment

Choose a reason for hiding this comment

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

Looks great! Thank you, Oleg 🚀

@OKendigelyan OKendigelyan merged commit d59f452 into main Nov 8, 2024
10 checks passed
@OKendigelyan OKendigelyan deleted the add-add-contact-modal branch November 8, 2024 18:02
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