Skip to content

Redesign Tangle Cloud blueprint registration flow#3161

Merged
drewstone merged 4 commits intodevelopfrom
feature/cloud-blueprint-registration-flow
Apr 25, 2026
Merged

Redesign Tangle Cloud blueprint registration flow#3161
drewstone merged 4 commits intodevelopfrom
feature/cloud-blueprint-registration-flow

Conversation

@drewstone
Copy link
Copy Markdown
Contributor

Summary

  • checkpoint current Tangle Cloud redesign work on a feature branch
  • keep blueprint operator registration inside Cloud instead of sending users to the external Tangle dApp
  • add preregistration via preRegister(blueprintId) as the default fast path
  • keep full endpoint/input registration as the advanced path
  • clear registration drawer selection/state on close so it does not reopen unexpectedly
  • expose sandbox primitives types to the main dapp typecheck path

Validation

  • yarn nx test tangle-cloud src/data/services/useOperatorRegisterTx.spec.tsx
  • yarn nx build tangle-cloud
  • yarn nx lint tangle-cloud
  • yarn format:check
  • pre-push hook: lint, format:check, tests, build

@drewstone drewstone requested a review from AtelyPham as a code owner April 25, 2026 07:13
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 25, 2026

Deploy Preview for tangle-cloud ready!

Name Link
🔨 Latest commit 86f7ec9
🔍 Latest deploy log https://app.netlify.com/projects/tangle-cloud/deploys/69ec69a1490b5c00070081dd
😎 Deploy Preview https://deploy-preview-3161--tangle-cloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 25, 2026

Deploy Preview for tangle-dapp ready!

Name Link
🔨 Latest commit 86f7ec9
🔍 Latest deploy log https://app.netlify.com/projects/tangle-dapp/deploys/69ec69a17a5dce0008a85278
😎 Deploy Preview https://deploy-preview-3161--tangle-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 25, 2026

Deploy Preview for tangle-leaderboard ready!

Name Link
🔨 Latest commit 86f7ec9
🔍 Latest deploy log https://app.netlify.com/projects/tangle-leaderboard/deploys/69ec69a17c47b400089d69f6
😎 Deploy Preview https://deploy-preview-3161--tangle-leaderboard.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@drewstone drewstone merged commit eeb5009 into develop Apr 25, 2026
17 of 21 checks passed
@drewstone drewstone deleted the feature/cloud-blueprint-registration-flow branch April 25, 2026 07:14
.replace(/>/g, '>');
const initial = name.slice(0, 1).toUpperCase();

return `<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630" role="img" aria-label="${name}">
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