Skip to content

feat(web): expand account shell and streamline install flows - #42

Merged
roodboi merged 9 commits into
mainfrom
feat/global-install-recovery-setup
Apr 2, 2026
Merged

feat(web): expand account shell and streamline install flows#42
roodboi merged 9 commits into
mainfrom
feat/global-install-recovery-setup

Conversation

@roodboi

@roodboi roodboi commented Apr 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • refresh the web app shell and account navigation, including new account subpages, sign-out, sign-up, and broker-aware auth flows
  • streamline install and update surfaces with Homebrew-first docs and release automation, plus Homebrew-safe CLI detection and guidance
  • move auth broker callback handling and shared auth contract logic forward, and remove tracked .hack/linear project artifacts from git

Verification

  • bun x ultracite check
  • bun test ./apps/web/tests/account-control-plane-routes.test.ts ./apps/web/tests/account-shell-hydration.test.tsx ./apps/web/tests/account-app-shell.test.tsx ./apps/web/tests/auth-entrypoints.test.tsx ./apps/web/tests/auth-config.test.ts ./apps/web/tests/auth-handoff.test.ts ./apps/web/tests/control-plane-shell.test.tsx ./apps/web/tests/package-manifest.test.ts
  • bun test ./services/auth-broker/tests/config.test.ts ./services/auth-broker/tests/index.test.ts ./services/auth-broker/tests/session-auth.test.ts ./services/auth-broker/tests/better-auth-config.test.ts
  • bun test tests/env.test.ts tests/install-detection.test.ts tests/self-update.test.ts tests/dev-wrapper.test.ts

Notes

  • .hack/linear tracked artifacts are removed in this branch so Linear state stays out of git
  • local-only leftovers not included in the PR: .cursor/hooks/ and the schema URL tweak in .hack/hack.config.json

@changeset-bot

changeset-bot Bot commented Apr 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fa192b2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 87c1ebe4ad

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/web/src/app/api/auth/sign-out/route.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fa192b2c3f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +141 to +144
items: accountNavigationItems.map((item) => ({
title: item.title,
url: item.href,
icon: <item.icon />,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve org/team/project scope in sidebar navigation

Each account page reads org, team, and project from search params to compute the scoped context (getAccountShellContext), but sidebar links are rendered as bare route paths here. When a user switches sections, the query-scoped selection is dropped, so subsequent pages/actions can silently run against the default active scope instead of the user-selected one. Carry the current search params (or at least the scope params) into these nav hrefs.

Useful? React with 👍 / 👎.

@roodboi
roodboi merged commit 5496339 into main Apr 2, 2026
3 checks passed
@roodboi
roodboi deleted the feat/global-install-recovery-setup branch April 2, 2026 20:58
roodboi pushed a commit that referenced this pull request Apr 2, 2026
## 2.4.0 (2026-04-02)

* Merge branch 'main' into feat/global-install-recovery-setup ([f854e22](f854e22))
* Merge pull request #42 from hack-dance/feat/global-install-recovery-setup ([5496339](5496339)), closes [#42](#42)
* fix(auth): align broker auth pages and local config ([32af3cb](32af3cb))
* fix(auth): restore broker CI and sign-out cookie parity ([1a31813](1a31813))
* fix(cli): exclude app test aggregators from package typecheck ([619a8e9](619a8e9))
* fix(global): resolve authorize user from os account ([8cb6580](8cb6580))
* fix(update): use neutral homebrew path fixtures ([fa192b2](fa192b2))
* feat: refresh web app and streamline install workflows ([939c2b2](939c2b2))
* feat(web): expand account shell and broker auth flows ([87c1ebe](87c1ebe))
* chore: remove tracked linear project artifacts ([6115502](6115502))
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.

1 participant