* MP-1757: implemented the WalletProvider and connect buttons
* tidy: tidy up the search
* MP-1691: moved modals outside of the DOM
* MP-1691: changed CreditManager into AccountDetails
* fix: fixed the naming
* MP-1691: UX approvements
* MP-1691: global confirm and delete modal added
* fix: merged the credit-account and wallet branch
* MP-1757: added the status store
* fix: updated the store interaction
* MP-1757: major cleanup of stores
* tidy: format
* MP-1674: replaced the logo and added dekstop only nav
* MP-1677: borrowCapacity implemented into the SubAccount Nav
* MP-1677: adjusted the SubAccount navigation
* M1677: fixed the button and SearchInput component
* MP-1674: fixed the NavLink component
* MP-1674: fixed the SubAccount navigation
* tidy: cleaning up the trading view
* MP-1674: added withdraw and funding functions
* MP-1674: worked on the AccountStats
* MP-1671: modal work
* MP-1647: improvised CreditAccount expander
* tidy: fixed the page structure
* MP-1758: finished the SearchInput layout
* MP-1759: updated the semicircle graphs
* MP-1759: SemiCircle to Gauge
* fix: implemented animated numbers
* tidy: refactor
* MP-1759: added Tooltip to the Gauge
* fix: replace animate={true} with animate
* fix: fixed the Gauge timing
* fix: updated the BorrowCapacity styles
* fix: renamed SubAccount to Account
* fix: Text should not be a button, Button should be
* tidy: format
* fix: Text no clicky
* fix: replaced all the Text appearances with onClick
* added icon for atom and tokenInfo data update
* borrow page initial commit
* feat: borrow funds to ca and wallet
* close borrow module on tx success
* feat: repay funds initial setup
* repay funds action hook
* repay slider. module state on borrow page component
* styling: minor tweak to text colors
* limit manual input on repay to max value
* borrow funds component slider initial
* style: max button typography
* AssetRow extracted to separate file. organize imports
* ContainerSecondary component added
* loading indicator for pending actions
* style: progress bar colors
* tanstack table added
* tanstack react-table dependency missing
* table cleanup and layout adjustments
* fix account stats formula and update market data to match spreadsheet
* calculate max borrow amount hook
* reset borrow and repay components on account change
* max borrow amount decimals. memorized return
* hook tanstack data with real data
* redefine borrowedAssetsMap to map
* update max borrow amount formulas
* remove unnecessary table component. refactor borrow table