Commit a60a7b4
Prod release SP 102 - Links v2 send flow guest claims (#1024)
* feat: abstract squid route fetching
Stop using the skd and use the squid API directly, this give us more
control and access to all the data that returns squid (for example,
we now have access to the fees and don't have to recalculate them
ourselves)
* refactor: use parseunits
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* refactor: remove console.dir
* feat: handle very large numbers with careful scaling
* refactor: use const for squid api url
* feat: add cross-chain action card
Use coral through squid to get the cross-chain route for the different
flows. This enables xchain withdraw for peanut wallet
* refactor: use decimals from token price instead of hardcoded
* style: Apply prettier formatting
* feat: show min received for cross-chain payments
* chore: clean unused variables
* fix: tests ach_pull to ach
* fix: pr comments
* fix: withdrawData and pulsate animation
* fix: cursor placement in token amount input
* fix: delete unused code
* fix: add camera perm modal
* fix: enable mexico bank offramp
* refactor: better comments for direct usd payments
* feat: add qr scanning for xchain
* fix: remove malicious code
* fix: handle mxn in offramp destination details (#945)
* fix: show share receipt option in direct send status view (#946)
* [TASK-12678] fix: coral withdraw fixes (#949)
* fix: coral withdraw fixes
- Stop refreshing the page after successful payment
- Better error message for unsupported token pairs
* chore: add squid env vars
* refactor: better copy for non rfq routes from peanut wallet
Also send warning to sentry
* fix: show amount in USD for withdrawals to other tokens to other tokens
* fix: lock orientation to portrait mode (#947)
* fix: lock orienatation to protrait mode
* style(fix): add new line
* style: format
* fix: if condition
* fix: update payment form for crosschain add money (#954)
* [TASK-12682] fix: show token selector for guest flow (#955)
* fix: show token selector for guest flow
* docs: add comment to explain url request flow
* implemented Context instead of sessionStorage in onrampData to avoid discrepancies with the Offramp logic (#953)
* refactor: fetch external wallet balances from mobula (#956) (#958)
* [TASK-12645] copy button for individual fields (#960)
* copy button for individual fields
* changed getOnrampCurrencyConfig (deprecated)to getCurrencyConfig + user now copies raw IBAN value
* fix: gas estimation for external wallets (#961)
We were re-rendering unnecesarily the prepare transaction, also now we
catch error if any
* [TASK-12603] reset send flow state when navigating to/from payment link creation (#964)
* reset send flow state when navigating to/from payment link creation
* linting (formatting)
* [TASK-12312] ENS/eth address network error being displayed on the frontend (#963)
* ENS/eth address network error being displayed on the frontend
* linting
* fix: centre align views on mobile (#950)
* [TASK-12542] added formatIban function for correct display (#952)
* added formatIban function for correct display
* coderabbit suggestion
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* updated formatting
* added iban formatting in all pages
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* [TASK-12672] feat: show sponsored by peanut message (#959)
* feat: show sponsored by peanut message
This message is shown when we are making a transaction from the peanut
wallet. If the amount is more than one cent we also show the fee that
the user is saving by using peanut.
* fix(fees): show correct ammounts for externalwallet
* refactor: rename estimatedGasCostUsd to estimatedGasCostUsdUsd
* fix: correct approval owner and base rpc (#965)
Two things here:
1. We were using the peanut address for approval checking on deposits,
this didn't affect because if the approval call failed we just
continued with the deposit
2: The base rpc url was the sepolia one, not the mainnet. Big oversight
there
* feat: add alachemy as fallback rpc url (#948)
* feat: add alachemy as fallback rpc url
* fix: remove commented line
* fix: address pr review comments
* [TASK-12866] fix: small fixes around crosschain ui (#966)
* fix: small fixes around crosschain ui
* fix: avoid negative expiry time
* removed white spaces before processing to BIC (#951)
* feat: resuable slider component (#968)
* fix: update desktop navigation with add/withdraw paths (#969)
* [TASK-11884] request via link with comment and attachment is creating 2 txs in the history (#943)
* PATCH implemented in frontend
* comment input state updating correctly (onBlur)
* freezing amount after updating comments/files input
* debounce attachment options and update requests on file change (avoiding race conditions when attaching files!)
* style: Apply prettier formatting
* removed malicious code
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* PATCH method using withFormData
* better onBlur logic
* bug fixes
* blur logic fixed
* nit pick comments
* code rabbit suggestion
* replaced useEffect setting state with derived state and debouncing
* disabling amount input after request creation
* linting
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* fix: support page staging (#972)
* fix: update desktop navigation with add/withdraw paths
* fix: support page
* fix: ui comments (#973)
* Support and beta changes to staging (#978)
* refactor: fetch external wallet balances from mobula (#956)
* fix: update desktop navigation (#970)
* fix: support page prod (#971)
* fix: update desktop navigation
* fix: support page
* [TASK-12746] feat: beta changes (#975)
* feat: beta changes
- Banner that redirects to support page
- Funds warning modal
* refactor(banner): remove from landing and add hand thumbs up
---------
Co-authored-by: Kushagra Sarathe <76868364+kushagrasarathe@users.noreply.github.com>
* [TASK-12312] Bugfix/ens error withdrawing (#976)
* ENS/eth address network error being displayed on the frontend
* linting
* fixed andre QA observations
* deleting console.log
* formatting
* logic fixed
* fixed testst
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* fix: coral small issues (#979)
* chore: enable usdt in mainnet (#980)
* fix: slider tap bug logic (#983)
* fix: slider tap bug logic
* fix: tap bug on slider
* fix: some issues and comments (#984)
* [TASK-12771] Feat/new landing page (#974)
* removed legacy button and changed try now button colors
* try now button color and hero description
* YourMoney component
* NoFees component first part
* stars done
* scribble in zero fees
* no hidden fees section done
* securityBuiltIn done
* sendInSeconds progress
* sendInSeconds done
* updated try now button to be a link
* business integration initiation
* businessIntegrate done
* order and marquee reusability
* order fixed
* background animations in Landing Page compoejnnts
* changed image for text in hero section
* figma details
* landing page responsiveness improvements
* landing page responsiveness done
* coderabbit suggestion
* business integration button
* fixed iphone screenshots
* CTA button animation
* added debugging for CTA button animation
* changed animation since react gave errors
* arrows in hero section
* NoFees new Zero
* no fees responsiveness fixed
* sendInSeconds details done
* coderabbit suggestions
* formatting
* hand-token wasnt pushed? forgot to stage or sum? anyways fixed
* build issues fixed
* coderabbit optimization
* code formatting
* arrows and ZERO thickness
* shade in try now button
* progress in button animation
* undoing button changes
* small detail fixes
* added asset
* changed peanut business to svg
* integrate peanut component done
* added pay-zero-fees.svg
* added new illustrations
* uout money anywhere svg
* securitybuiltin component SVGs
* adding YourMoney new SVGs
* your money anywhere component
* instantly send & receive svg
* arrows fixed
* button and arrows done
* desktop sendinseconds button done
* removed arrows disappearing effect
* MOBILE: hero button done
* added mobile svg
* yourMoney responsive component done
* added mobile-zero-fees.svg
* added no-hidden-fees.svg
* noFees mobile svg
* noFees desktop + mobile improvements
* noFees done
* mobile security built in SVG
* securityprivacy mobile done
* mobile-send-in-seconds.svg
* sendInSeconds mobile done
* business integrate mobile
* business integrate button and final details
* removed footer
* formatting
* removed pino-pretty
* fixed button instead of sticky/floating
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* [TASK-13136] feat: allow uppercase in url (#986)
* feat: allow uppercase in url
* fix: allow uppercase in recipient
* fix: inform create request type when creating from UI (#987)
* fix: balance warning modal (#988)
- Slider instead of button
- Expiry for local storage instead of session storage
- Warning icon color
* chore: remove unused file (#990)
* feat: send links guest flow ( exchange/crypto) (#982)
* feat: update add/withdraw flow to use new slider component
* feat: guest receive to exchange/crypto flows
* fix: coderabbit comments
* fix: slider usage
* Chore/prod to staging (#994)
* refactor: fetch external wallet balances from mobula (#956)
* fix: update desktop navigation (#970)
* fix: support page prod (#971)
* fix: update desktop navigation
* fix: support page
* [TASK-12746] feat: beta changes (#975)
* feat: beta changes
- Banner that redirects to support page
- Funds warning modal
* refactor(banner): remove from landing and add hand thumbs up
* [TASK-13082] Sprint 100 prod release (#992)
* feat: abstract squid route fetching
Stop using the skd and use the squid API directly, this give us more
control and access to all the data that returns squid (for example,
we now have access to the fees and don't have to recalculate them
ourselves)
* refactor: use parseunits
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* refactor: remove console.dir
* feat: handle very large numbers with careful scaling
* refactor: use const for squid api url
* feat: add cross-chain action card
Use coral through squid to get the cross-chain route for the different
flows. This enables xchain withdraw for peanut wallet
* refactor: use decimals from token price instead of hardcoded
* style: Apply prettier formatting
* feat: show min received for cross-chain payments
* chore: clean unused variables
* fix: tests ach_pull to ach
* fix: pr comments
* fix: withdrawData and pulsate animation
* fix: cursor placement in token amount input
* fix: delete unused code
* fix: add camera perm modal
* fix: enable mexico bank offramp
* refactor: better comments for direct usd payments
* feat: add qr scanning for xchain
* fix: remove malicious code
* fix: handle mxn in offramp destination details (#945)
* fix: show share receipt option in direct send status view (#946)
* [TASK-12678] fix: coral withdraw fixes (#949)
* fix: coral withdraw fixes
- Stop refreshing the page after successful payment
- Better error message for unsupported token pairs
* chore: add squid env vars
* refactor: better copy for non rfq routes from peanut wallet
Also send warning to sentry
* fix: show amount in USD for withdrawals to other tokens to other tokens
* fix: lock orientation to portrait mode (#947)
* fix: lock orienatation to protrait mode
* style(fix): add new line
* style: format
* fix: if condition
* fix: update payment form for crosschain add money (#954)
* [TASK-12682] fix: show token selector for guest flow (#955)
* fix: show token selector for guest flow
* docs: add comment to explain url request flow
* implemented Context instead of sessionStorage in onrampData to avoid discrepancies with the Offramp logic (#953)
* refactor: fetch external wallet balances from mobula (#956) (#958)
* [TASK-12645] copy button for individual fields (#960)
* copy button for individual fields
* changed getOnrampCurrencyConfig (deprecated)to getCurrencyConfig + user now copies raw IBAN value
* fix: gas estimation for external wallets (#961)
We were re-rendering unnecesarily the prepare transaction, also now we
catch error if any
* [TASK-12603] reset send flow state when navigating to/from payment link creation (#964)
* reset send flow state when navigating to/from payment link creation
* linting (formatting)
* [TASK-12312] ENS/eth address network error being displayed on the frontend (#963)
* ENS/eth address network error being displayed on the frontend
* linting
* fix: centre align views on mobile (#950)
* [TASK-12542] added formatIban function for correct display (#952)
* added formatIban function for correct display
* coderabbit suggestion
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* updated formatting
* added iban formatting in all pages
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* [TASK-12672] feat: show sponsored by peanut message (#959)
* feat: show sponsored by peanut message
This message is shown when we are making a transaction from the peanut
wallet. If the amount is more than one cent we also show the fee that
the user is saving by using peanut.
* fix(fees): show correct ammounts for externalwallet
* refactor: rename estimatedGasCostUsd to estimatedGasCostUsdUsd
* fix: correct approval owner and base rpc (#965)
Two things here:
1. We were using the peanut address for approval checking on deposits,
this didn't affect because if the approval call failed we just
continued with the deposit
2: The base rpc url was the sepolia one, not the mainnet. Big oversight
there
* feat: add alachemy as fallback rpc url (#948)
* feat: add alachemy as fallback rpc url
* fix: remove commented line
* fix: address pr review comments
* [TASK-12866] fix: small fixes around crosschain ui (#966)
* fix: small fixes around crosschain ui
* fix: avoid negative expiry time
* removed white spaces before processing to BIC (#951)
* feat: resuable slider component (#968)
* fix: update desktop navigation with add/withdraw paths (#969)
* [TASK-11884] request via link with comment and attachment is creating 2 txs in the history (#943)
* PATCH implemented in frontend
* comment input state updating correctly (onBlur)
* freezing amount after updating comments/files input
* debounce attachment options and update requests on file change (avoiding race conditions when attaching files!)
* style: Apply prettier formatting
* removed malicious code
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* PATCH method using withFormData
* better onBlur logic
* bug fixes
* blur logic fixed
* nit pick comments
* code rabbit suggestion
* replaced useEffect setting state with derived state and debouncing
* disabling amount input after request creation
* linting
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* fix: support page staging (#972)
* fix: update desktop navigation with add/withdraw paths
* fix: support page
* fix: ui comments (#973)
* Support and beta changes to staging (#978)
* refactor: fetch external wallet balances from mobula (#956)
* fix: update desktop navigation (#970)
* fix: support page prod (#971)
* fix: update desktop navigation
* fix: support page
* [TASK-12746] feat: beta changes (#975)
* feat: beta changes
- Banner that redirects to support page
- Funds warning modal
* refactor(banner): remove from landing and add hand thumbs up
---------
Co-authored-by: Kushagra Sarathe <76868364+kushagrasarathe@users.noreply.github.com>
* [TASK-12312] Bugfix/ens error withdrawing (#976)
* ENS/eth address network error being displayed on the frontend
* linting
* fixed andre QA observations
* deleting console.log
* formatting
* logic fixed
* fixed testst
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* fix: coral small issues (#979)
* chore: enable usdt in mainnet (#980)
* fix: slider tap bug logic (#983)
* fix: slider tap bug logic
* fix: tap bug on slider
* fix: some issues and comments (#984)
* [TASK-12771] Feat/new landing page (#974)
* removed legacy button and changed try now button colors
* try now button color and hero description
* YourMoney component
* NoFees component first part
* stars done
* scribble in zero fees
* no hidden fees section done
* securityBuiltIn done
* sendInSeconds progress
* sendInSeconds done
* updated try now button to be a link
* business integration initiation
* businessIntegrate done
* order and marquee reusability
* order fixed
* background animations in Landing Page compoejnnts
* changed image for text in hero section
* figma details
* landing page responsiveness improvements
* landing page responsiveness done
* coderabbit suggestion
* business integration button
* fixed iphone screenshots
* CTA button animation
* added debugging for CTA button animation
* changed animation since react gave errors
* arrows in hero section
* NoFees new Zero
* no fees responsiveness fixed
* sendInSeconds details done
* coderabbit suggestions
* formatting
* hand-token wasnt pushed? forgot to stage or sum? anyways fixed
* build issues fixed
* coderabbit optimization
* code formatting
* arrows and ZERO thickness
* shade in try now button
* progress in button animation
* undoing button changes
* small detail fixes
* added asset
* changed peanut business to svg
* integrate peanut component done
* added pay-zero-fees.svg
* added new illustrations
* uout money anywhere svg
* securitybuiltin component SVGs
* adding YourMoney new SVGs
* your money anywhere component
* instantly send & receive svg
* arrows fixed
* button and arrows done
* desktop sendinseconds button done
* removed arrows disappearing effect
* MOBILE: hero button done
* added mobile svg
* yourMoney responsive component done
* added mobile-zero-fees.svg
* added no-hidden-fees.svg
* noFees mobile svg
* noFees desktop + mobile improvements
* noFees done
* mobile security built in SVG
* securityprivacy mobile done
* mobile-send-in-seconds.svg
* sendInSeconds mobile done
* business integrate mobile
* business integrate button and final details
* removed footer
* formatting
* removed pino-pretty
* fixed button instead of sticky/floating
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* [TASK-13136] feat: allow uppercase in url (#986)
* feat: allow uppercase in url
* fix: allow uppercase in recipient
* fix: inform create request type when creating from UI (#987)
* fix: balance warning modal (#988)
- Slider instead of button
- Expiry for local storage instead of session storage
- Warning icon color
* chore: remove unused file (#990)
* chore: re-add removed code for gas estimation
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: kushagrasarathe <76868364+kushagrasarathe@users.noreply.github.com>
Co-authored-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
Co-authored-by: Kushagra Sarathe <76868364+kushagrasarathe@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
* refactor(payments): add payerAddress to payment creation (#1002)
* feat: claim a send link to bank flow (#995)
* feat: update add/withdraw flow to use new slider component
* feat: guest receive to exchange/crypto flows
* fix: coderabbit comments
* fix: slider usage
* feat: new server actions for guest flow
* feat: update card and success view component for bank claims
* feat: claim to bank flow components
* fix: coderbbit comments
* fix: import
* feat: handle bank link claims for when sender is non-kyced (#996)
* feat: handle bank link claims for when sender is non-kyced
* fix: kyc status check for sender
* fix: codderabbit comments
* fix: update route payloads based on be changes
* fix: merge conflict
* feat: ui updates to bank flow
* fix: rename comp name
* fix: wrap fn in callback
* feat: min ammount modal for send link claims
* [TASK-12649] fix: allow user to change their email address if they have not completed kyc (#999)
* fix: allow user to change their email address if they have not completed kyc
* fix: account incorrect field
* Feat: Landing page changes (#1006)
* fix: links v2 send flow qa fixes (#1008)
* fix: add reuseOnError key for guest external accounts creation
* fix: success view for guest claim to bank account flow
* fix: infinite loop of post signup flow using claim link
* fix: back btn navigation
* fix: show confirm view for xchain claims
* fix: links v2 qa bug fixes (#1014)
* feat: add slider in withdraw crypto flow
* fix: cross chain claiming
* fix: claim modal on homepage
* fix: coral issue on staging (#1018)
* fix: coral issue on staging
* fix: squid api url const
* Make txn history private (#1017)
* chore: update mobula endpoint (#1020)
* chore: update mobula endpoint
* Update tokens.ts
Signed-off-by: Hugo Montenegro <hugo@peanut.to>
---------
Signed-off-by: Hugo Montenegro <hugo@peanut.to>
Co-authored-by: Hugo Montenegro <hugo@peanut.to>
* fix: minor bugs before prod-release (#1025)
* fix: add money ui issue for same chain external wallet txn
* fix: amount in withdraw to crypto sucess view
* fix: reset states on flows (#1026)
* fix: add money ui issue for same chain external wallet txn
* fix: amount in withdraw to crypto sucess view
* fix; reset states
* merge: peanut-wallet in peanut-wallet-dev
* fix: remove dupe title
* merge: peanut-wallet in peanut-wallet-dev (#1032)
* merge: peanut-wallet in peanut-wallet-dev
* fix: remove dupe title
* Fix KYC issues (#1029)
* fix: TOS acceptance taking too much time
* remove log
* Fix: add money button position (#1031)
* fix: Wrong flag shown in add monet flow for some countries (#1027)
* fix(kernel-client): catch kernel client errors (#1036)
---------
Signed-off-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
Signed-off-by: Hugo Montenegro <hugo@peanut.to>
Co-authored-by: Juan José Ramírez <artjjrn@gmail.com>
Co-authored-by: Juan José Ramírez <70615692+jjramirezn@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: kushagrasarathe <76868364+kushagrasarathe@users.noreply.github.com>
Co-authored-by: facundobozzi <72771544+FacuBozzi@users.noreply.github.com>
Co-authored-by: Mohd Zishan <72738005+Zishan-7@users.noreply.github.com>1 parent b1c1def commit a60a7b4
67 files changed
Lines changed: 1776 additions & 761 deletions
File tree
- src
- app
- (mobile-ui)
- add-money
- [country]/bank
- crypto
- direct
- home
- withdraw/crypto
- [...recipient]
- actions
- assets
- fonts
- illustrations
- wallets
- components
- AddMoney
- components
- consts
- AddWithdraw
- Claim
- Link
- Onchain
- views
- Create
- ExchangeRate
- Global
- FAQs
- Icons
- IframeWrapper
- LoginComponent
- PeanutActionDetailsCard
- PostSignupActionManager
- GuestActions
- Home
- LandingPage
- Offramp
- Payment/Views
- Profile/components
- SearchUsers
- Setup/Views
- context
- hooks
- interfaces
- services
- styles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 103 | + | |
108 | 104 | | |
109 | 105 | | |
110 | 106 | | |
| |||
388 | 384 | | |
389 | 385 | | |
390 | 386 | | |
391 | | - | |
392 | | - | |
| 387 | + | |
| 388 | + | |
393 | 389 | | |
394 | 390 | | |
395 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
396 | 394 | | |
397 | 395 | | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
413 | 401 | | |
414 | 402 | | |
415 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | | - | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
111 | 104 | | |
112 | 105 | | |
113 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
80 | 88 | | |
81 | 89 | | |
82 | 90 | | |
| |||
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
| 115 | + | |
107 | 116 | | |
108 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
109 | 125 | | |
110 | 126 | | |
111 | 127 | | |
112 | 128 | | |
113 | 129 | | |
114 | 130 | | |
115 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
116 | 154 | | |
117 | 155 | | |
118 | 156 | | |
| |||
151 | 189 | | |
152 | 190 | | |
153 | 191 | | |
154 | | - | |
| 192 | + | |
| 193 | + | |
155 | 194 | | |
156 | 195 | | |
157 | 196 | | |
| |||
236 | 275 | | |
237 | 276 | | |
238 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
239 | 281 | | |
240 | 282 | | |
241 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
264 | 269 | | |
265 | 270 | | |
266 | 271 | | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | 272 | | |
275 | 273 | | |
276 | 274 | | |
| |||
345 | 343 | | |
346 | 344 | | |
347 | 345 | | |
348 | | - | |
| 346 | + | |
349 | 347 | | |
350 | 348 | | |
351 | 349 | | |
| |||
368 | 366 | | |
369 | 367 | | |
370 | 368 | | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
381 | 379 | | |
382 | 380 | | |
383 | 381 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
392 | 393 | | |
393 | 394 | | |
394 | 395 | | |
| |||
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
| 411 | + | |
410 | 412 | | |
411 | 413 | | |
412 | 414 | | |
| |||
421 | 423 | | |
422 | 424 | | |
423 | 425 | | |
| 426 | + | |
424 | 427 | | |
425 | 428 | | |
426 | 429 | | |
| |||
0 commit comments