-
Notifications
You must be signed in to change notification settings - Fork 10
feat(PM-1067): list copilot applications #1068
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
Conversation
...ps/copilots/src/pages/copilot-opportunity-details/tabs/config/copilot-details-tabs-config.ts
Show resolved
Hide resolved
...lots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx
Show resolved
Hide resolved
...lots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx
Outdated
Show resolved
Hide resolved
...pilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/OpportunityDetails.tsx
Show resolved
Hide resolved
...pilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/OpportunityDetails.tsx
Show resolved
Hide resolved
...pilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/OpportunityDetails.tsx
Show resolved
Hide resolved
...pilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/OpportunityDetails.tsx
Show resolved
Hide resolved
...pilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/OpportunityDetails.tsx
Show resolved
Hide resolved
...s/copilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/styles.module.scss
Show resolved
Hide resolved
...s/copilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/styles.module.scss
Show resolved
Hide resolved
...s/copilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/styles.module.scss
Show resolved
Hide resolved
...s/copilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/styles.module.scss
Show resolved
Hide resolved
...s/copilots/src/pages/copilot-opportunity-details/tabs/opportunity-details/styles.module.scss
Show resolved
Hide resolved
setActiveTab(activeTabHash) | ||
}, [activeTabHash]) | ||
|
||
function handleTabChange(tabId: string): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please convert this to arrow function and wrap it in useCallback
.
...lots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx
Show resolved
Hide resolved
...lots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx
Outdated
Show resolved
Hide resolved
...lots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx
Show resolved
Hide resolved
...lots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx
Show resolved
Hide resolved
...lots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx
Show resolved
Hide resolved
...lots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx
Show resolved
Hide resolved
@kkartunov I've updated the PR based on your comments, can you please have a look on it again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Related JIRA Ticket:
https://topcoder.atlassian.net/browse/PM-1067
What's in this PR?