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

added popups and comment text responsiveness and share svg #111

Merged
merged 7 commits into from
Jun 4, 2024

Conversation

aaaa760
Copy link
Collaborator

@aaaa760 aaaa760 commented Mar 20, 2024

No description provided.

@@ -78,24 +62,6 @@ function HeaderBar({ isSearchVisible }) {
</div>

<div className="flex basis-1/3 justify-end items-center">
<form
Copy link
Owner

Choose a reason for hiding this comment

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

why are we removing this?

@@ -172,7 +173,7 @@ export const saveComment = (postId, comment) => {
const pool = new SimplePool();
const storedData = localStorage.getItem('memestr');
if (!storedData) {
alert('Login required to upvote.');
alert('Login required to comment.');
Copy link
Owner

Choose a reason for hiding this comment

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

we should not be using alert here.

@AaruBama AaruBama merged commit 65816b2 into AaruBama:master Jun 4, 2024
1 check passed
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