Skip to content

[codex] Add remove in-use toasts - #530

Merged
RhysSullivan merged 1 commit into
mainfrom
codex/optimistic-secret-remove-toasts
May 5, 2026
Merged

[codex] Add remove in-use toasts#530
RhysSullivan merged 1 commit into
mainfrom
codex/optimistic-secret-remove-toasts

Conversation

@RhysSullivan

Copy link
Copy Markdown
Collaborator

Summary

  • show specific toasts when secret or connection removal is blocked because the item is still in use
  • switch remove mutations to promiseExit so typed Effect failures can be handled directly
  • add optimistic secret removal via Atom.optimisticFn so secret rows disappear immediately and roll back on failure

Validation

  • bun run --cwd packages/react typecheck

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitPreview URLUpdated (UTC)
✅ Deployment successful!
View logs
executor-marketing6565725Commit Preview URL

Branch Preview URL
May 05 2026, 08:06 PM

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitUpdated (UTC)
✅ Deployment successful!
View logs
executor-cloud6565725May 05 2026, 08:07 PM

@pkg-pr-new

pkg-pr-newBot commented May 5, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@530

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@530

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@530

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@530

@executor-js/storage-core

npm i https://pkg.pr.new/@executor-js/storage-core@530

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@530

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@530

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@530

@executor-js/plugin-google-discovery

npm i https://pkg.pr.new/@executor-js/plugin-google-discovery@530

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@530

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@530

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@530

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@530

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@530

executor

npm i https://pkg.pr.new/executor@530

commit: 6565725

@RhysSullivan
RhysSullivan marked this pull request as ready for review May 5, 2026 20:10
@RhysSullivan
RhysSullivan merged commit 7265745 into mainMay 5, 2026
9 checks passed
@RhysSullivanRhysSullivan mentioned this pull request May 10, 2026
3 tasks
RhysSullivan added a commit that referenced this pull request May 31, 2026
Sign up for freeto 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

@RhysSullivan