ProfileForm | components/profile-form.tsx | Form for editing name, image, phone, DOB, links, website |
AccountSettingsForm | components/account-settings-form.tsx | 4-digit PIN setup with confirmation |
DashboardComponent | components/dashboard-component.tsx | Main user dashboard with holdings, orgs, personal info |
WalletInfo | components/wallet-info.tsx | Net worth display with token categories |
WalletPort | components/wallet-port.tsx | Wallet portfolio display |
WalletAddress | components/wallet-address.tsx | Single wallet address display |
UserDashRainbowBar | components/user-dash-rainbow-bar.tsx | Color bar visualization of portfolio allocation |
Settings | components/settings.tsx | Settings page container |
ProfileModals | components/profile-modals.tsx | Modal dialogs for profile actions |
ProfileDetailsShared | components/profile-details-shared.tsx | Shared profile display layout |
HoldingForm | components/holding-form.tsx | Add/edit personal holding |
NewCardForm | components/new-card-form.tsx | Payment card entry form |
ConnectWalletModal | components/modal/connect-wallet-modal.tsx | Wallet connection flow |
EditWalletAddress | components/modal/edit-wallet-address.tsx | Edit wallet label modal |
SuccessModal | components/modal/success-modal.tsx | Confirmation after successful action |
AddressBookDrop | components/address-book-drop.tsx | Dropdown for saved addresses |