Skip to content

chore(apps-backend): Cleanup feature flags#11181

Open
msarcev wants to merge 2 commits intodevelopfrom
feat/cleanup-feature-flags
Open

chore(apps-backend): Cleanup feature flags#11181
msarcev wants to merge 2 commits intodevelopfrom
feat/cleanup-feature-flags

Conversation

@msarcev
Copy link
Copy Markdown
Contributor

@msarcev msarcev commented Apr 8, 2026

Description of change

Closes #11173

@msarcev msarcev added the tooling Issues related to the Tooling team label Apr 8, 2026
@msarcev msarcev requested a review from a team as a code owner April 8, 2026 12:32
@msarcev msarcev added wallet Issues related to the IOTA Wallet explorer Issues related to the Explorer wallet-dashboard Issues related to the Wallet Dashboard dApp apps-backend Issues related to the Apps Backend evm-bridge Issues related to the EVM Explorer labels Apr 8, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

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

Project Deployment Actions Updated (UTC)
apps-backend Ready Ready Preview, Comment Apr 8, 2026 0:35am
5 Skipped Deployments
Project Deployment Actions Updated (UTC)
apps-ui-kit Skipped Skipped Apr 8, 2026 0:35am
iota-evm-bridge Skipped Skipped Apr 8, 2026 0:35am
iota-multisig-toolkit Skipped Skipped Apr 8, 2026 0:35am
rebased-explorer Skipped Skipped Apr 8, 2026 0:35am
wallet-dashboard Skipped Skipped Comment Apr 8, 2026 0:35am

Request Review

@vercel vercel bot temporarily deployed to Preview – apps-ui-kit April 8, 2026 12:34 Inactive
@vercel vercel bot temporarily deployed to Preview – iota-multisig-toolkit April 8, 2026 12:34 Inactive
@vercel vercel bot temporarily deployed to Preview – rebased-explorer April 8, 2026 12:34 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-dashboard April 8, 2026 12:34 Inactive
@vercel vercel bot temporarily deployed to Preview – iota-evm-bridge April 8, 2026 12:34 Inactive
}, [router, isEnabled]);

return isEnabled ? <>{children}</> : null;
return <>{children}</>;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We could refactor the layout now after this, right ? 😅

Copy link
Copy Markdown
Contributor

@KeitoTadashi KeitoTadashi left a comment

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

apps-backend Issues related to the Apps Backend evm-bridge Issues related to the EVM Explorer explorer Issues related to the Explorer tooling Issues related to the Tooling team wallet Issues related to the IOTA Wallet wallet-dashboard Issues related to the Wallet Dashboard dApp

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cleanup feature flags

2 participants