You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The apps/popup and apps/wallet apps are the primary Universal applications. And are expected to share common UI components as the stack gets more advanced.
The packages/universal-wallet-ui package is where applications can share common components.
At the moment there is duplication of components across the applications. We need to start organizing components, reducing future technical debt and preparing for a more advanced design system.
Scope
Identify components that can be moved to the universal-wallet-ui and shared between applications.
Shadcn UI components.
Common onchain render components
Identity, credential and delegation related components.
Migrate components and update imports in the applications.
Fix any issues/errors that might come about during this migration.
The text was updated successfully, but these errors were encountered:
Context
The
apps/popup
andapps/wallet
apps are the primary Universal applications. And are expected to share common UI components as the stack gets more advanced.The
packages/universal-wallet-ui
package is where applications can share common components.At the moment there is duplication of components across the applications. We need to start organizing components, reducing future technical debt and preparing for a more advanced design system.
Scope
universal-wallet-ui
and shared between applications.The text was updated successfully, but these errors were encountered: