Skip to content

feat: Add support to AppLayoutToolbar for collapsed side navigation - #4688

Merged
georgylobko merged 17 commits into
mainfrom
dev-v3-jkuelz-app-layout-navigation
Jul 22, 2026
Merged

feat: Add support to AppLayoutToolbar for collapsed side navigation#4688
georgylobko merged 17 commits into
mainfrom
dev-v3-jkuelz-app-layout-navigation

Conversation

@jkuelz

@jkuelz jkuelz commented Jul 2, 2026

Copy link
Copy Markdown
Member

Description

AppLayout and AppLayoutToolbar now support SideNavigation in its collapsed state. The navigation slot correctly reflects the collapsed width and adjusts layout calculations accordingly.

Related links, issue #, if available: n/a

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.60%. Comparing base (bcde582) to head (cfd794f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4688   +/-   ##
=======================================
  Coverage   97.60%   97.60%           
=======================================
  Files         951      951           
  Lines       30744    30766   +22     
  Branches    11281    11302   +21     
=======================================
+ Hits        30007    30029   +22     
  Misses        690      690           
  Partials       47       47           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@georgylobko
georgylobko force-pushed the dev-v3-jkuelz-app-layout-navigation branch from 03f8399 to d3c5abc Compare July 15, 2026 11:29
@georgylobko
georgylobko force-pushed the dev-v3-jkuelz-app-layout-navigation branch from 41afe36 to e145c44 Compare July 20, 2026 15:51
@georgylobko
georgylobko requested a review from a team as a code owner July 21, 2026 14:32
@georgylobko
georgylobko requested review from pan-kot and removed request for a team July 21, 2026 14:32
Comment thread src/side-navigation/parts.tsx Outdated
Comment thread src/side-navigation/parts.tsx Outdated
Comment thread src/app-layout/index.tsx

export default function CollapsedWithAppLayoutPage() {
const appLayoutRef = useRef<AppLayoutProps.Ref>(null);
const [navOpen, setNavOpen] = useState(false);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: For page settings we usually use url state with AppContext. This allows to share links with specific presets and simplifies setup for screenshot tests.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

addressed

Comment thread src/app-layout/visual-refresh-toolbar/state/use-app-layout.tsx Outdated
Comment thread src/app-layout/visual-refresh-toolbar/navigation/styles.scss Outdated
Comment thread src/app-layout/__tests__/navigation-collapsed.test.tsx Outdated
@georgylobko
georgylobko enabled auto-merge July 22, 2026 11:30
@georgylobko
georgylobko disabled auto-merge July 22, 2026 13:37
@georgylobko
georgylobko added this pull request to the merge queue Jul 22, 2026
Merged via the queue into main with commit 5bedc07 Jul 22, 2026
90 of 92 checks passed
@georgylobko
georgylobko deleted the dev-v3-jkuelz-app-layout-navigation branch July 22, 2026 14:04
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