Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial React project commit * React: Config setup (stellar#77) * Docker config * Add CircleCI config * Test PR preview * Test PR preview, take 2 * React: Require Node v14 (stellar#79) * Require Node v14 * Remove .npmrc file * Update CircleCI config * Update Dockerfile Node version to 14 * Add .npmrc + disable CircleCI tests * React: send payment (stellar#80) * React: send payment * Handle loading state * React: Add asset (stellar#81) * Add asset * Clean up comments * React: trust asset (stellar#82) * Show all balances * Trust asset * React: deposit asset (stellar#83) * Deposit trusted asset * Deposit untrusted asset * Reject no home domain * [DO NOT MERGE] Refactor React PR preview (stellar#85) * Test * Withdraw asset (stellar#86) * PR preview log * React: Claim asset + claimable balances (stellar#87) * Show claimable balance * Claim asset * PR preview log * Basic logs with example (stellar#88) * PR preview log * React: SEP-31 Send (stellar#89) * SEP-31 Send in progress * Fix search query params * SEP-31 get fields to render * In progress * SEP-31 send works * Update postTransaction * Remove test file * Landing page with new UI (stellar#90) * New UI sign in (stellar#91) * Sign in works * Sign in modal styled * New UI account info (stellar#92) * Account info and actions styled * Basic styles added to Balances * Temp log file added * New UI add asset (stellar#93) * Update log file * New UI logs (stellar#94) * New UI log items styled * Logs scrolling done * Styled account details * Make log action async + add logs to deposit and withdrawal * ToastBanner + add fade to log item * Tweaks * Replace check icon * Cleanup * Move toast banner to top * Update log file * New UI claimable balance + more logs (stellar#95) * Update log file * New UI send payment (stellar#96) * New UI send payment * Add asset tweaks * Update log file * Use title instead of url (stellar#97) * New UI deposit (stellar#98) * Update log file * New UI withdrawal (stellar#99) * Rename withdrawAsset * Rename sep31Send * New UI withdrawal * Update log file * Text update on landing + remove issuer from add asset (stellar#100) * Text update on landing + remove issuer from add asset * Updated SEP-31 check info types * Update log file * Architecture overview doc (stellar#101) * New UI balances and assets (stellar#102) * In progress * Asset action confirmation modal * Refactor asset data for consistency * Create BalanceRow component * Asset type normalized * Active and disabled balance styles * Active asset toast message * Fix assets after fund account * Cleanup * Update log file * Claimable balance with confirmation modal (stellar#105) * In progress * Asset action confirmation modal * Refactor asset data for consistency * Create BalanceRow component * Asset type normalized * Active and disabled balance styles * Active asset toast message * Fix assets after fund account * Cleanup * Claimable balance with confirmation modal * Update log file * SEP-31 Send UX updates (stellar#106) * In progress * Asset action confirmation modal * Refactor asset data for consistency * Create BalanceRow component * Asset type normalized * Active and disabled balance styles * Active asset toast message * Fix assets after fund account * Cleanup * Claimable balance with confirmation modal * In progress * Add polling logs * Modal tweaks * Use native type instead of hard code * Update log file * Fix bug when active asset not set after SEP-24 popup closed (stellar#107) * Updated log file * Download logs markdown file (stellar#108) * Add TransactionStatus enum (stellar#109) * Updated log file * Improve error messages (stellar#115) * User error message * Use helper getErrorMessage for error messages * Cleanup * Code review fixes 1 (stellar#116) * Update fetch account + remove unused settings * Rename activeAsset.asset to activeAsset.action * Update SEP-12 origin URL * Update types in account actions * SEP-24 deposit stop polling when state is pending_external * Put deposit/withdraw end statuses in variable * Rename ActiveAssetAction id to assetString * Sign out confirmation (stellar#117) * Sign out confirmation * Cleanup * Updated log file * Assets update + home domain override (stellar#114) * In progress * Improve add asset flow * Cleanup * Disable trust asset action for unfunded accounts * Cleanup * Update add asset validation * Refactor update/remove URL search params * Refactor to use assets array instead of object * Cleanup * Add allAssets to store + asset overrides action in progress * Show asset overrides * Add/remove home domain override works, needs UI polishes * Add/remove home domain styled * Claimable balances: update on account refresh + remove home domain * Updated log file * Update text + add tooltip to some components (stellar#124) * Update text + add tooltip to some components * Remove commented out text * SEP tweaks (home domain, TOML, check info) (stellar#125) * Update text + add tooltip to some components * SEP home domain + toml cleanup * SEP-24 deposit/withdraw type check * SEP-31 send payment + check info updates * Use public instead of secret key in SEP-12 fields * Use readChallengeTx() to validate SEP-10 tx * Pass home domain to SEP-10 auth request * Code review fixes * Updated log file * Sign out prompt to save URL + code styling (stellar#127) * Copy URL on sign out + add URL to logs download * Add TextCode component * Replace TextCode with code + render markdown in Logs * Code styling for dark mode * Update code dark mode color * More tweaks to code in dark mode * Configuration modal + claimableBalanceSupported search param (stellar#126) * In progress * Toggle component added * Save claimableBalanceSupported search param and use it in SEP-24 deposit * Updated log file * Log updates (stellar#128) * Log polishes * Added claimable balance supported to current session params * Logs updated * Show configuration only when signed in * Improve UX with loaders + some fixes (stellar#129) * Show loader when getting asset overrides * Fix SEP-31 send bug * Updated log file * on re-render, set value of dropdown to "", or initial (stellar#133) * on re-render, set value of dropdown to "", or initial * make select a controlled component to dictate it's value * Updated log file with dropdown changes * add standard SDF metrics handling and landing page tracking (stellar#134) * init Sentry and capture error strings when logged (stellar#135) * init Sentry and capture error strings when logged * capture exception in duck * log sendPaymentAction error * update change log * Adding announcement to landing page (stellar#136) * adding announcement to landing page * PR changes * edits for review * update log * properly pass our keys to Docker and name them in a way react-scripts can handle them (stellar#137) * we need to properly pass our keys to Docker and name them in a way react-scripts can handle them * update Docker and Make files per Jacek * update docker image with necessary packages * add `yes` flag to gnupg1 install * add gnupg * update Docker deps Co-authored-by: Piyal Basu <[email protected]> Co-authored-by: Shannon Romano <[email protected]> Co-authored-by: Iveta <[email protected]> Co-authored-by: Iveta <[email protected]> Co-authored-by: Shannon Romano <[email protected]>
- Loading branch information