Skip to content

Release 20251006#195

Merged
d-beezee merged 4 commits into
mainfrom
develop
Oct 6, 2025
Merged

Release 20251006#195
d-beezee merged 4 commits into
mainfrom
develop

Conversation

@d-beezee
Copy link
Copy Markdown
Member

@d-beezee d-beezee commented Oct 6, 2025

No description provided.

@d-beezee d-beezee requested a review from Copilot October 6, 2025 16:18
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This release adds new API endpoints and UI components for campaign management, focusing on payout configuration, user campaign tasks, and auto-apply functionality for candidate selection.

  • Added new mutation endpoint for updating campaign payouts with comprehensive payout configuration options
  • Introduced auto-apply feature for campaigns with associated UI components and form integration
  • Extended user campaign APIs with payout data, preview, and task management capabilities

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/services/tryberApi/index.ts Added new API endpoints for campaign payouts, user tasks, and extended type definitions with auto-apply support
src/pages/campaigns/components/campaignForm/index.tsx Integrated AutoApply component into campaign form for edit mode
src/pages/campaigns/components/campaignForm/fields/AutoApply.tsx New component for auto-apply checkbox functionality
src/pages/campaigns/components/campaignForm/FormProvider.tsx Updated form provider to handle auto-apply field and refactored API call structure

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


return (
<div>
<FormLabel htmlFor="" label="Auto-apply candidates" />
Copy link

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

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

The FormLabel has an empty htmlFor attribute. It should reference the checkbox id 'autoApply' to properly associate the label with the form control for screen readers.

Suggested change
<FormLabel htmlFor="" label="Auto-apply candidates" />
<FormLabel htmlFor="autoApply" label="Auto-apply candidates" />

Copilot uses AI. Check for mistakes.
@d-beezee d-beezee merged commit 2d9635f into main Oct 6, 2025
4 of 8 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.

3 participants