-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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: sticky-shell in event-types #20566
base: main
Are you sure you want to change the base?
Conversation
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
@@ -125,14 +125,14 @@ export default function Shell(props: LayoutProps) { | |||
|
|||
export function ShellMain(props: LayoutProps) { | |||
const router = useRouter(); | |||
const { isLocaleReady, t } = useLocale(); | |||
const { isLocaleReady } = useLocale(); |
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 being used here
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (04/06/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (04/06/25)1 label was added to this PR based on Keith Williams's automation. "Add ready-for-e2e label" took an action on this PR • (04/07/25)1 label was added to this PR based on Keith Williams's automation. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
E2E results are ready! |
…into feat/sticky-shell
What does this PR do?
Makes the shell sticky for better UX
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Video Demo (if applicable):
Image Demo (if applicable):
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist