Skip to content

Conversation

@miloszsobczak
Copy link

@miloszsobczak miloszsobczak commented Jan 19, 2026

Description

  • Add @upbound/elements package for consistent navbar components
  • Implement custom Navbar/Content with unified Upbound branding
  • Add session and feature flags providers for auth integration
  • Configure custom hooks (useFeatureFlags, useSessionHooks)
  • Update search bar styling to match unified theme
  • Add TypeScript configuration and type definitions

❗ Not fully ready to be merged. Ahead of docs prod deployment, we need to publish npm packages publicly.

Screenshot 2026-01-19 at 16 34 29 Screenshot 2026-01-19 at 16 34 20 Screenshot 2026-01-19 at 16 34 08 Screenshot 2026-01-19 at 16 33 56 Screenshot 2026-01-19 at 16 33 51 Screenshot 2026-01-19 at 16 33 46

Type of change

  • Bug fix (typo, broken link, incorrect info)
  • Content update (new info, clarification, reorganization)
  • New content (new page, section, or guide)

Checklist

  • I ran make lint locally (or will fix Vale suggestions in review)
  • Links work and point to the right places
  • If this adds new content, I tested the examples/instructions

Additional notes

@Upbound-CLA
Copy link

Upbound-CLA commented Jan 19, 2026

CLA assistant check
All committers have signed the CLA.

@vercel
Copy link

vercel bot commented Jan 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 19, 2026 2:51pm

Request Review

@miloszsobczak miloszsobczak force-pushed the GLO-428/override-docs-theme-with-our-enhanced-nav-component branch from 668c62a to 9757d4a Compare January 19, 2026 14:15
@miloszsobczak miloszsobczak force-pushed the GLO-428/override-docs-theme-with-our-enhanced-nav-component branch from 9757d4a to 62544f9 Compare January 19, 2026 14:31
- Add @upbound/elements package for consistent navbar components
- Implement custom Navbar/Content with unified Upbound branding
- Add session and feature flags providers for auth integration
- Configure custom hooks (useFeatureFlags, useSessionHooks)
- Update search bar styling to match unified theme
- Add TypeScript configuration and type definitions
@miloszsobczak miloszsobczak force-pushed the GLO-428/override-docs-theme-with-our-enhanced-nav-component branch from 62544f9 to be8c638 Compare January 19, 2026 14:49

a:hover {
color: var(--link-hover-color);
/* color: var(--link-hover-color); */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it intentional to change how links look on hover or was this needed for the nav? Wondering if a more targeted rule would be better here?

padding: 0 1.5rem;
backdrop-filter: blur(8px);
.main-wrapper {
/* padding-top: 3.5rem; */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we don't need it, maybe we just remove it?

@@ -0,0 +1,34 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's with all the Facebook copyright notices?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants