Skip to content

feat(app): improve cloud account settings#2075

Open
JeanMeijer wants to merge 1 commit into
devfrom
feat/improve-cloud-account-settings
Open

feat(app): improve cloud account settings#2075
JeanMeijer wants to merge 1 commit into
devfrom
feat/improve-cloud-account-settings

Conversation

@JeanMeijer

Copy link
Copy Markdown
Collaborator

Summary

Why

Issue

  • Closes #

Scope

Out of scope

Testing

Ran

  • ...

Result

  • pass/fail:
  • if fail, exact files/errors:

CI status

  • pass:
  • code-related failures:
  • external/env/auth blockers:

Manual verification

Evidence

  • video/screenshot link, or N/A (docs-only)

Risk

Rollback

@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openwork-app Ready Ready Preview, Comment Jun 3, 2026 2:36pm
openwork-den Ready Ready Preview, Comment Jun 3, 2026 2:36pm
openwork-den-worker-proxy Ready Ready Preview, Comment Jun 3, 2026 2:36pm
openwork-landing Ready Ready Preview, Comment, Open in v0 Jun 3, 2026 2:36pm

@benjaminshafii

Copy link
Copy Markdown
Member

Daytona evidence for this PR:

Validation run:

  • pnpm --filter @openwork/app typecheck passed
  • pnpm --filter @openwork/app build passed with existing Vite warnings

Note: the Daytona sandbox checked out the remote PR ref, then I applied the local fix diff before recording/capturing evidence.

@benjaminshafii

Copy link
Copy Markdown
Member

Superseding my earlier Daytona evidence comment: the first video did not show the intended flow.

Corrected Daytona evidence for #2075 Cloud Account settings:

Validation run:

  • pnpm --filter @openwork/app typecheck passed
  • pnpm --filter @openwork/app build passed with existing Vite warnings

@JeanMeijer JeanMeijer marked this pull request as ready for review June 5, 2026 12:28

@cubic-dev-ai cubic-dev-ai 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.

1 issue found across 16 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="apps/app/src/react-app/domains/settings/pages/cloud-account-view.tsx">

<violation number="1" location="apps/app/src/react-app/domains/settings/pages/cloud-account-view.tsx:180">
P2: Status messages are now hidden whenever the user is signed out, so browser-auth and sign-out feedback no longer appears.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

</Alert>
) : null}

{statusMessage && !error ? (

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: Status messages are now hidden whenever the user is signed out, so browser-auth and sign-out feedback no longer appears.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/app/src/react-app/domains/settings/pages/cloud-account-view.tsx, line 180:

<comment>Status messages are now hidden whenever the user is signed out, so browser-auth and sign-out feedback no longer appears.</comment>

<file context>
@@ -101,142 +121,74 @@ function DenSignedOutPanel({
+            </Alert>
+          ) : null}
+
+          {statusMessage && !error ? (
+            <Alert>
+              <CheckCircle2 />
</file context>

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.

2 participants