feat(app): org onboarding screen after sign-in + browser panel bounds fix#1771
Merged
Conversation
… panel bounds with zoom factor
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…aces/workers/skills, set-as-default per provider
…, detect local provider changes, cleanup old notification files
…with dashboard link, remove skills section
… default' buttons
…or default selection
…ed background/titlebar
…viders like opencode zen
… toggle writes to disabled_providers in config
…localStorage, eye icon on hover
…ilable models' (checkboxes to show/hide)
…hropic models, compact picker filters by hidden + 'Browse all models' link
…r API key save + move defaults to app/defaults/
…nvisible text-dls-accent in dark mode
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.
Summary
/onboardingroute shown after sign-in. Lists the cloud AI providers available from the user's org (fetched from Den API). One-time per org (localStorage gate)./signin→ sign in →/onboarding(see org providers) → "Continue to workspace" →/sessionWebContentsViewrendering outside its container when font zoom != 1.0. The bounds calculation now divides by the zoom factor so native view coordinates match the unzoomed parent contentView.Changes
apps/app/src/react-app/domains/cloud/org-onboarding-page.tsx— new full-screen routeapps/app/src/react-app/shell/app-root.tsx— added/onboardingroute, updatedDenSigninGateto route through onboarding after sign-inapps/app/src/react-app/domains/session/browser/browser-panel.tsx—computeBounds()divides by__OPENWORK_ZOOM_FACTOR__apps/app/src/react-app/shell/font-zoom.ts— exposes zoom factor onwindow.__OPENWORK_ZOOM_FACTOR__