-
Notifications
You must be signed in to change notification settings - Fork 17
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
bugfix/emoji-delete-bug-issue-61 #70
bugfix/emoji-delete-bug-issue-61 #70
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hey @Substancia i have seen the vecel development perview of this PR sometimes while deleting the emoji's it deletes 2 instead of 1 issue.mp4plz check whether it is an issue or not |
It also has some merge conflicts, please resolve them too |
b615d69
to
32d00af
Compare
Please look into the preview |
@Substancia when you are done, please leave a comment. |
@Rudresh-pandey can you please confirm on the latest commit whether this problem persists? I can't reproduce this. @aditya-singh9 The footer seems to be not appropriately coded, and has an individual library used just for the footer into which I'll have to look into first. I think we can take it up under the footer issue or an entirely new issue maybe? New commits have been made merging the UI changes, resolving merge conflicts, and reapplying changes. Please take a look. |
Sorry bymistake i added the website footer code in mobile view |
Can we shift the footer conversation to the footer issue? That way we can decouple the problems and close (or discuss) only this bug here. |
@Substancia , @aditya-singh9 , @ArunBohra12 |
@Rudresh-pandey the desktop/mobile view switching is working on mine, but the footer isn't sticking when width < 1400px. |
I guess we should address these somewhere else. |
Converted string of emojis into array of emojis.
This is a functionality fix, unaffected by upcoming UI changes. Can delay PR merge till after the UI change, will not cause merge conflicts either.