Skip to content

๐Ÿฆ Broker Components

Components in lib/components/brokers/ that power the broker management UI.

๐Ÿ“– Overview

graph LR
    Cards["๐Ÿƒ <b>Cards</b><br/><small>BrokerCard<br/>CashBalanceCard</small>"]
    Forms["๐Ÿ“ <b>Forms</b><br/><small>BrokerForm<br/>BrokerIcon</small>"]
    Modals["๐ŸชŸ <b>Modals</b><br/><small>BrokerModal ยท SharingModal<br/>ImportFiles ยท Delete ยท Cash</small>"]

    Modals -->|wraps| Forms
    Cards -->|uses| Forms

    style Cards fill:#e3f2fd,stroke:#1565c0
    style Forms fill:#e8f5e9,stroke:#2e7d32
    style Modals fill:#fff3e0,stroke:#e65100

Each sub-section has its own detailed composition diagram. See the pages below.

๐Ÿ“‘ Sub-sections

Section Components Description
Cards BrokerCard, CashBalanceCard Display components for broker list and detail
Forms BrokerForm, BrokerIcon Create/edit form and smart icon with fallback
Modals BrokerModal, BrokerSharingModal, BrokerImportFilesModal, DeleteBrokerDialog, CashTransactionModal All broker-related modal dialogs

All modals extend ModalBase from the UI Base components.