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

[OTHER] change the span to a button for the is bad words element #666

Closed
Dun-sin opened this issue Aug 18, 2024 · 4 comments · Fixed by #728
Closed

[OTHER] change the span to a button for the is bad words element #666

Dun-sin opened this issue Aug 18, 2024 · 4 comments · Fixed by #728
Assignees
Labels
assigned Easy Easy to work on EddieHub:good-first-issue frontend this issue requires knowlegde of frontend good first issue Good for newcomers hacktoberfest 🏁 status: ready for dev issue is ready to be worked on

Comments

@Dun-sin
Copy link
Owner

Dun-sin commented Aug 18, 2024

What would you like to share?

<div className="flex w-full gap-6">
<span onClick={() => showBadword(id)} className="text-sm cursor-pointer">
See
</span>
<span onClick={() => hideBadword(id)} className="text-red text-sm cursor-pointer">
Hide
</span>
</div>

Additional information

This issue depends on #663

@Dun-sin Dun-sin added good first issue Good for newcomers EddieHub:good-first-issue Easy Easy to work on up for grabs anyone can ask to work on this hacktoberfest frontend this issue requires knowlegde of frontend 🏁 status: ready for dev issue is ready to be worked on 🚦 status: awaiting approval waiting for maintainer to accept issue as ready to work and removed 🏁 status: ready for dev issue is ready to be worked on labels Aug 18, 2024
Repository owner deleted a comment from github-actions bot Aug 18, 2024
Copy link
Contributor

To reduce notifications, issues are locked until they are valid/approved and to be assigned. In the meantime read the contributing guidelines -> https://github.com/Dun-sin/Whisper/blob/main/CONTRIBUTING.md

@github-actions github-actions bot locked and limited conversation to collaborators Aug 18, 2024
@Dun-sin Dun-sin added 🏁 status: ready for dev issue is ready to be worked on and removed 🚦 status: awaiting approval waiting for maintainer to accept issue as ready to work labels Nov 22, 2024
@github-actions github-actions bot unlocked this conversation Nov 22, 2024
Copy link
Contributor

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you.

@Gopal-001
Copy link
Contributor

Hi @Dun-sin i wanted to contribute can you assign this to me ?

@Dun-sin
Copy link
Owner Author

Dun-sin commented Nov 25, 2024

Hi @Dun-sin i wanted to contribute can you assign this to me ?

Sure @Gopal-001, thanks for wanting to contribute. Make sure to read the issue description carefully and ask if you have questions. Follow the rules here, or your PR won't be accepted and will be closed. Good luck!

@github-actions github-actions bot added assigned and removed up for grabs anyone can ask to work on this labels Nov 25, 2024
Dun-sin pushed a commit that referenced this issue Nov 26, 2024
Co-authored-by: _sameer <sameer.mishra@infra.market>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment