feat(console): use top navigation on /home instead of left sidebar#1246
Merged
xuyushun441-sys merged 3 commits intomainfrom Apr 19, 2026
Merged
feat(console): use top navigation on /home instead of left sidebar#1246xuyushun441-sys merged 3 commits intomainfrom
xuyushun441-sys merged 3 commits intomainfrom
Conversation
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/80f3c2ba-baa3-4527-b23a-09bc48125a13 Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
xuyushun441-sys
April 19, 2026 07:17
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The home page shared the same
AppShell+UnifiedSidebarchrome as in-app views (e.g. Enterprise CRM), making the workspace landing page visually indistinguishable from an individual application. Switching/hometo a top-nav-only shell draws a clear boundary between the workspace and apps.Changes
HomeTopNav(apps/console/src/pages/home/HomeTopNav.tsx): horizontal bar with workspace switcher, Home link, ⌘K search, activity feed, help, theme, locale, and user-profile dropdown. ReusesWorkspaceSwitcher,ModeToggle,LocaleSwitcher, andActivityFeed.HomeLayoutrefactor: dropsAppShell/UnifiedSidebar; rendersHomeTopNav+<main>and keepssetContext('home')on mount.UnifiedSidebarunchanged: still the sole navigation surface for/apps/:appName/*. Thecontext === 'home'branch of the sidebar is now effectively dead for the main route but left in place for safety with no behavioral change.HomeLayout.test.tsxasserts the new top-nav is present and neitherapp-shellnorunified-sidebarare rendered.e2e/sidebar-text-visibility.spec.tsnow clicks the first app card after login (client-side nav to preserve the MSW mock session) before exercising sidebar expand/collapse.[Unreleased].Layout shape