[PR #5269] [MERGED] fix: mobile ai search responsiveness #5892

Closed
opened 2026-03-13 12:40:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5269
Author: @Kinfe123
Created: 10/13/2025
Status: Merged
Merged: 10/13/2025
Merged by: @Kinfe123

Base: canaryHead: fix/mobile-ai-search-responsiveness


📝 Commits (5)

📊 Changes

1 file changed (+59 additions, -18 deletions)

View changed files

📝 docs/components/floating-ai-search.tsx (+59 -18)

📄 Description

Summary by cubic

Improved mobile responsiveness of the floating AI search so the input, chips, and controls fit small screens without clipping. Fixes squished buttons, inconsistent padding, and truncated labels on phones.

  • Bug Fixes
    • Applied responsive paddings, widths, and spacing across the overlay, header, input, and list.
    • Prevented action buttons from shrinking to keep labels readable.
    • Made suggestion chips wrap and hyphenate; tightened gaps for small screens.
    • Shortened the “Powered by Inkeep” line and disclaimer on mobile.
    • Tuned trigger icon/text sizes and the scroll mask for clearer reading.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/5269 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@Kinfe123](https://github.com/Kinfe123) **Base:** `canary` ← **Head:** `fix/mobile-ai-search-responsiveness` --- ### 📝 Commits (5) - [`397f001`](https://github.com/better-auth/better-auth/commit/397f001c09ddfd4c9aebacec7ffd3e093e506037) fix: improve mobile responsiveness for floating AI search component - [`d2e77d3`](https://github.com/better-auth/better-auth/commit/d2e77d3e7b7cc9cd68b7215ddeabee5f6216e2f0) lint - [`e0cfa01`](https://github.com/better-auth/better-auth/commit/e0cfa01bf86b5ef704f59e4407c7fed9e10a2f34) lint - [`5a66e9b`](https://github.com/better-auth/better-auth/commit/5a66e9bd44d39c959093b5ff3cb3e7db1444341f) clean up - [`6e206bc`](https://github.com/better-auth/better-auth/commit/6e206bcc5c6563d8733570aef4ffdaccfe67e9b0) clean up ### 📊 Changes **1 file changed** (+59 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/floating-ai-search.tsx` (+59 -18) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Improved mobile responsiveness of the floating AI search so the input, chips, and controls fit small screens without clipping. Fixes squished buttons, inconsistent padding, and truncated labels on phones. - **Bug Fixes** - Applied responsive paddings, widths, and spacing across the overlay, header, input, and list. - Prevented action buttons from shrinking to keep labels readable. - Made suggestion chips wrap and hyphenate; tightened gaps for small screens. - Shortened the “Powered by Inkeep” line and disclaimer on mobile. - Tuned trigger icon/text sizes and the scroll mask for clearer reading. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 12:40:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#5892