fix(companion): iOS event type detail fixes#26845
Merged
dhairyashiil merged 5 commits intomainfrom Jan 14, 2026
Merged
Conversation
- Fix #1: Weekly schedule now shows multiple time slots per day in AvailabilityTab - Fix #2: Allow numeric input fields to be empty with proper validation - Fix #3: Add native iOS date picker for date range in Limits tab - Fix #4: Change 'Email verification' to 'Booker email verification' in Advanced tab - Fix #5: Fix Requires confirmation comparison logic in buildPartialUpdatePayload - Fix #6: Forward parameters toggle already working, verified wiring - Fix #7: Add toggles for redirect booking URL and interface language in Advanced tab - Fix #8: Increase scroll padding at bottom from 200 to 350 for better keyboard access
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
There was a problem hiding this comment.
2 issues found across 8 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="companion/components/LoginScreen.tsx">
<violation number="1" location="companion/components/LoginScreen.tsx:73">
P3: Frontend UI strings must be wrapped in `t()` for localization; the reintroduced sign‑up prompt is hardcoded English text.</violation>
</file>
<file name="companion/components/event-type-detail/tabs/LimitsTabDatePicker.ios.tsx">
<violation number="1" location="companion/components/event-type-detail/tabs/LimitsTabDatePicker.ios.tsx:4">
P3: Date pickers don’t support placeholders but this component’s props expose a `placeholder` that is never used, creating a misleading API surface and dead prop.
(Based on your team's feedback about DatePicker placeholder props.) [FEEDBACK_USED]</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Contributor
Devin AI is addressing Cubic AI's review feedbackA Devin session has been created to address the issues identified by Cubic AI. |
PeerRich
approved these changes
Jan 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR addresses 8 issues found during iOS app testing in the companion folder event type detail screen:
find()tofilter())|| "0")buildPartialUpdatePayload.tsfor proper change detectionUpdates since last revision
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist
Human Review Checklist
requiresConfirmationcomparison logic change inbuildPartialUpdatePayload.ts(lines 643-651) doesn't break existing functionalityLink to Devin run: https://app.devin.ai/sessions/9dea3de9fe1c4fb5a2188c3ef863ede1
Requested by: Dhairyashil Shinde (@dhairyashiil)