Added tables and buttons to the receiving tab. Dummy data for now.
Added \
takes headings array and rows array.
Added \
takes name and className and outputs an icon. Add new icons in /src/dashboard/helpers/icons.js
Other
Changed component folders to uppercase (e.g.. wallet/Wallet.js to Wallet/Wallet.js). My preference to keep component folders separate from all other folders (e.g., utilities, helpers, etc.)
DEPENDS ON #7
Receiving Tab
Added tables and buttons to the receiving tab. Dummy data for now.
Added \
takes
headings
array androws
array.Added \
takes
name
andclassName
and outputs an icon. Add new icons in/src/dashboard/helpers/icons.js
Other