-
Notifications
You must be signed in to change notification settings - Fork 11.5k
feat(companion): availability detail page for android and extension #26560
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
feat(companion): availability detail page for android and extension #26560
Conversation
…ge, and index ui bug bottom navbar
…roid/Extension - Convert AvailabilityDetailScreen.tsx to read-only display with expandable sections - Add header dropdown menu with edit options in availability-detail.tsx - Update edit-availability-name.tsx with modal presentation pattern - Update edit-availability-hours.tsx with modal presentation pattern - Update edit-availability-override.tsx with modal presentation pattern - Match iOS flow: read-only detail page with edit actions via header menu
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.
No issues found across 17 files
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.
1 issue found across 3 files (changes from recent commits).
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/screens/AvailabilityDetailScreen.tsx">
<violation number="1" location="companion/components/screens/AvailabilityDetailScreen.tsx:404">
P2: Duplicate UI when there are no overrides. The Date Overrides Card is now always rendered (showing "0 overrides"), but the "No Overrides Message" block below will also render when `overrides.length === 0`, resulting in two cards about Date Overrides being displayed.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
…oid-and-extension
Screen.Recording.2026-01-08.at.7.49.39.PM.mov
and
Screen.Recording.2026-01-08.at.7.46.48.PM.mov
update:
click to open the respective edit page
Screen.Recording.2026-01-08.at.9.55.12.PM.mov