Skip to content

PM-876 Add a requests button on opportunity feed #1062

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

Merged
merged 1 commit into from
Apr 30, 2025
Merged

PM-876 Add a requests button on opportunity feed #1062

merged 1 commit into from
Apr 30, 2025

Conversation

himaniraghav3
Copy link
Collaborator

@himaniraghav3 himaniraghav3 commented Apr 30, 2025

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-876

What's in this PR?

Adds a button that takes user to requests page from the opportunity list page.
Uploading image.png…

@@ -29,6 +30,16 @@ const ContentLayout: FC<ContentLayoutProps> = (props: ContentLayoutProps) => (
{props.title}
</h1>

{!!props.secondaryButtonConfig && (
<div>

Choose a reason for hiding this comment

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

Consider adding a key prop to the div element if this block is part of a list or if there is a possibility of rendering multiple secondary buttons dynamically. This helps React identify which items have changed, are added, or are removed.

Copy link
Collaborator

@kkartunov kkartunov left a comment

Choose a reason for hiding this comment

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

Looks good!

@himaniraghav3 himaniraghav3 merged commit bd7518e into dev Apr 30, 2025
3 checks 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