Skip to content

fix: Hide scroll indicators on event type duration selection modals#15

Open
mrpaaradox wants to merge 1 commit intocalcom:mainfrom
mrpaaradox:fix/hide-duration-scroll-indicator-event-type-detail
Open

fix: Hide scroll indicators on event type duration selection modals#15
mrpaaradox wants to merge 1 commit intocalcom:mainfrom
mrpaaradox:fix/hide-duration-scroll-indicator-event-type-detail

Conversation

@mrpaaradox
Copy link
Contributor

Summary

Hides the vertical scroll indicator on duration selection in Event Type detail. The “Select Available Durations” and “Select Default Duration” modals no longer show the native vertical scroll bar; content and scrolling is unchanged.

Behavior

  • All four ScrollViews used for duration selection now use showsVerticalScrollIndicator={false}:
  • Two in “Select Available Durations” (light and dark).
  • Two in “Select Default Duration” (light and dark).
  • Scrolling still works; only the scroll bar is hidden.

Before & After

Before:

Screen.Recording.2026-02-23.at.9.36.27.AM.1.1.mp4

After:

Screen.Recording.2026-02-23.at.9.55.59.AM.1.mp4

Review & testing checklist

  • Event Type detail: Open “Select Available Durations” — list scrolls as before and no vertical scroll indicator is shown.
  • Event Type detail: Open “Select Default Duration” — list scrolls as before and no vertical scroll indicator is shown.
  • Confirm behavior in both light and dark mode.
  • Confirm no regressions on other Event Type detail UI (e.g. other modals or lists).

Files touched

app/(tabs)/(event-types)/event-type-detail.tsx

Notes

showsVerticalScrollIndicator={false} doesn't work on liquid glass scroll option. Tried it using Native CSS but didn't work.

@github-actions github-actions bot added the mobile Changes to the mobile app (ios/android) label Feb 23, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a 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 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mobile Changes to the mobile app (ios/android)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant