-
Notifications
You must be signed in to change notification settings - Fork 116
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
fix(nav): docs site navigation #4083
Conversation
PixeledCode
commented
Sep 20, 2024
- fixed horizontal scroll on mobile nav
- Change Paste logo to the default logo
Run & review this pull request in StackBlitz Codeflow. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
959db2c
to
5990d2c
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 5761553. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Size Change: 0 B Total Size: 1.09 MB ℹ️ View Unchanged
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 5761553:
|
Paste Run #8755
Run Properties:
|
Project |
Paste
|
Branch Review |
fix-nav-mobile
|
Run status |
Passed #8755
|
Run duration | 02m 04s |
Commit |
576155386c: feat(mobile-nav): update search bar height
|
Committer | Shoaib Ahmed |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
67
|
View all changes introduced in this branch ↗︎ |
@@ -1,14 +1,12 @@ | |||
import { Box } from "@twilio-paste/box"; | |||
import { LogoPasteIcon } from "@twilio-paste/icons/esm/LogoPasteIcon"; |
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.
import * as React from "react"; | ||
import { useHotkeys } from "react-hotkeys-hook"; | ||
|
||
import { SiteSearch } from "../../site-search"; | ||
|
||
const SiteHeaderSearch: React.FC = () => { | ||
const [isOpen, setIsOpen] = React.useState(false); | ||
const { breakpointIndex } = useWindowSize(); |
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.
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.
yeah so with current implementation, 340px is the lower limit
Paste Run #8753
Run Properties:
|
Project |
Paste
|
Branch Review |
fix-nav-mobile
|
Run status |
Passed #8753
|
Run duration | 06m 33s |
Commit |
9710506fad ℹ️: Merge 576155386cb1fbaa97e6aa3936be0a67edc5b1c3 into fc1163f373a76b22cde4ead1553c...
|
Committer | Shoaib Ahmed |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
125
|
View all changes introduced in this branch ↗︎ |
e7c1fb4
to
5761553
Compare