fix: event types search placeholder moving on focus#12
Open
mrpaaradox wants to merge 1 commit intocalcom:mainfrom
Open
fix: event types search placeholder moving on focus#12mrpaaradox wants to merge 1 commit intocalcom:mainfrom
mrpaaradox wants to merge 1 commit intocalcom:mainfrom
Conversation
Contributor
Author
|
Hey @dhairyashiil, could you take a look at all the PR's I have made ? |
Contributor
Author
|
Hey @volnei, looks like Dhairyashil is busy somewhere. Can you review the PRs I made? |
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.
Summary
Fixes the event types search placeholder shifting when the input is focused (web/Android), and aligns the search bar styling with the Availability screen. The placeholder no longer jumps on tap, and the search header uses the same gray bar and white/dark input as Availability.
Event Types — Search bar (Android)
Placeholder: Resolved moving/jumping placeholder by matching the search bar implementation to Availability (simplified TextInput styling, no extra padding/height/lineHeight that caused layout shift).
Styling: Search header bar uses gray background in light mode (#f3f4f6) and black in dark mode (#000000); search input uses white (#FFFFFF) in light mode and dark gray (#171717) in dark mode, consistent with the “Search schedules” bar on Availability.
Before & After
Before:
Screen.Recording.2026-02-22.at.9.08.41.AM.mov
After:
Screen.Recording.2026-02-22.at.9.15.06.AM.mov
Review & Testing Checklist
Files touched