Skip to content

Polish account connections and lazy-load tabs - #7066

Merged
ComputelessComputer merged 1 commit into
mainfrom
account-tabs-lazy-menus
Aug 24, 2026
Merged

Polish account connections and lazy-load tabs#7066
ComputelessComputer merged 1 commit into
mainfrom
account-tabs-lazy-menus

Conversation

@ComputelessComputer

@ComputelessComputer ComputelessComputer commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Polish account connections and lazy-load tabs

Summary

  • move Stop sharing all beside the Shared notes heading and standardize note and integration actions as borderless three-dot menus using the app floating-panel UI
  • show the connected Google Calendar email by resolving the primary calendar ID with the existing calendar permission
  • lazy-load account sections, preload tabs on hover or keyboard focus, and switch the tab shell optimistically

Testing

  • pnpm -F @anlg/web typecheck
  • focused ESLint and dprint checks
  • node --test apps/web/src/lib/account-tabs.test.ts
  • node --test apps/web/src/lib/integration-connection-label.test.ts
  • cargo fmt --package api-nango -- --check
  • cargo check -p api-nango
  • cargo test -p api-nango --no-run

The Vite client and server compilation completed and emitted separate account-section chunks. The final prerender step could not run locally because deployment environment variables are unavailable. The api-nango test binary is SIGKILLed by this environment at runtime, including unchanged tests, so it was compile-checked with --no-run instead.


Note

Medium Risk
Changes Google Calendar identity lookup to a different Calendar API proxy path, which affects how connected-account emails are stored and shown. Account tab loading is UI-only but can briefly desync from the URL.

Overview
Account tabs now lazy-load their sections, preload on hover/focus, and switch optimistically so the shell updates before the URL settles. A pulse fallback keeps layout while chunks load.

Connection and shared-note row actions move into borderless three-dot menus (AppFloatingPanel). Stop sharing all sits next to the Shared notes heading instead of inside the card.

Google Calendar identity no longer hits userinfo (which needs profile scopes). It reads the primary calendar ID via calendar.readonly so the connected email can display.

Reviewed by Cursor Bugbot for commit b8bb65c. Bugbot is set up for automated code reviews on this repo. Configure here.

@netlify

netlify Bot commented Aug 24, 2026

Copy link
Copy Markdown

Deploy Preview for anarlog ready!

Name Link
🔨 Latest commit b8bb65c
🔍 Latest deploy log https://app.netlify.com/projects/anarlog/deploys/6a8c34f91e3cdc0008a13ae7
😎 Deploy Preview https://deploy-preview-7066--anarlog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@ComputelessComputer
ComputelessComputer marked this pull request as ready for review August 24, 2026 12:00

@cursor cursor 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.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit ae53fb2. Configure here.

Comment thread apps/web/src/routes/_view/app/account.tsx
@ComputelessComputer
ComputelessComputer merged commit 1c9697a into main Aug 24, 2026
18 checks passed
@ComputelessComputer
ComputelessComputer deleted the account-tabs-lazy-menus branch August 24, 2026 12:20
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