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

[FEATURE] add block option drop down #474

Closed
Dun-sin opened this issue Oct 19, 2023 · 5 comments · Fixed by #477 or #684
Closed

[FEATURE] add block option drop down #474

Dun-sin opened this issue Oct 19, 2023 · 5 comments · Fixed by #477 or #684
Assignees
Labels

Comments

@Dun-sin
Copy link
Owner

Dun-sin commented Oct 19, 2023

Description

add this code

<Dropdown.Item
    onClick={() => console.log('blocking')}>
      Block
</Dropdown.Item>

after the quote reply

<Dropdown
placement="rightStart"
style={{
zIndex: 'auto',
}}
renderToggle={
renderIconButtonReceiver
}
NoCaret
>
<Dropdown.Item
onClick={() =>
handleCopyToClipBoard(
id
)
}
>
Copy
</Dropdown.Item>
<Dropdown.Item
onClick={() =>
handleQuoteReply(
id
)
}
>
Quote Reply
</Dropdown.Item>
</Dropdown>

Are you willing to work on this issue ?

None

@Dun-sin Dun-sin added enhancement good first issue Good for newcomers feature EddieHub:good-first-issue up for grabs anyone can ask to work on this hacktoberfest frontend this issue requires knowlegde of frontend labels Oct 19, 2023
@github-actions
Copy link
Contributor

It's great having you contribute to this project by creating an issue

Make sure you are assigned to this before you work on it and you read the Contributing.md file, Thank you! Welcome to the community 🤓

@Anushka-Bhowmick
Copy link

Can i work on this issue?

@Dun-sin
Copy link
Owner Author

Dun-sin commented Oct 19, 2023

Can i work on this issue?

Definitely, thanks for wanting to contribute, make sure you follow the rules 👉🏽here👈🏽, else your PR will not be accepted and will be closed. Good Luck

@Dun-sin Dun-sin added assigned and removed up for grabs anyone can ask to work on this labels Oct 19, 2023
@Anushka-Bhowmick
Copy link

PR submitted: #477

@Dun-sin
Copy link
Owner Author

Dun-sin commented Oct 19, 2023

PR submitted: #477

keep in mind in the future you don't need to comment back on the Issue, it's not my first rodeo, so I see your PR and will definitely do the necessary. It will just cause unnecessary notifications for me and others.

@Dun-sin Dun-sin closed this as completed Oct 23, 2023
@Dun-sin Dun-sin linked a pull request Aug 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants