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

User profile screen : image pop-up and related features #16

Open
vikramvi opened this issue May 11, 2021 · 2 comments
Open

User profile screen : image pop-up and related features #16

vikramvi opened this issue May 11, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@vikramvi
Copy link
Owner

vikramvi commented May 11, 2021

Notes:

  1. Like / Unlike logic is same as post login screen
  2. Comment logic is same as post login screen
@vikramvi vikramvi added the enhancement New feature or request label May 11, 2021
@vikramvi vikramvi changed the title image pop-up and related features User profile screen : image pop-up and related features May 11, 2021
@vikramvi
Copy link
Owner Author

Break down user story into small pieces

  • onClick event open new dialog ( google this - how to do it in react )
  • dialog should have a close button
  • add enlarged image in dialog
  • style dialog
  • add other features one by one

@vikramvi
Copy link
Owner Author

vikramvi commented May 18, 2021

Approach 1

  • First found out that this dialog is called "modal dialog box"
  • Tried implementing "custom modal dialog box" but found it hard to embed image, re-size etc

Approach 2

  • Find a library which makes dialog to implement easier way

Approach 3

  • Googled for "modal dialog" implementation using tailwind CSS, keep adding on top of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant