-
Notifications
You must be signed in to change notification settings - Fork 12
native app, updates, fixes #1455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0xBigBoss
commented
May 7, 2025
- chore: use bun-overlay to support non-avx2 linux
- chore: update flake
- chore: refactor devShells in flake.nix for improved structure and macOS compatibility adjustments
- feat: clean up home layout
…OS compatibility adjustments
…ayout to ensure access control based on authentication
…r a cleaner navigation experience
… screen and index component
…, addressing core screens and authentication flow issues
…nce and maintain design consistency
… for app functionality testing
…ay for transfer start handling
…rrectly in require_env function
… check and bundler receipt retrieval logic
… confirmation and index files
…s and invalidate queries when state changes
…nd ensure UI updates reflect transaction status
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On top of this, we should add a new route that shows the pending transaction
/send/confirm/[workflowId]
this should let us have more control over how we display the pending tx
delay: 500, | ||
retryCount: 20, | ||
delay: ({ count, error }) => { | ||
const backoff = 500 + Math.random() * 100 // add some randomness to the backoff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Vercel Unique URL: https://sendapp-6v0tbbruo-0xsend.vercel.app |
* Removed viem from optimizePackageImports (#1458) * native app, updates, fixes (#1455) * chore: use bun-overlay to support non-avx2 linux * chore: update flake * chore: refactor devShells in flake.nix for improved structure and macOS compatibility adjustments * feat: clean up home layout * chore: add maestro tests for iOS biometrics enrollment in TODO.md * feat: implement user session checks and redirect in drawer and tabs layout to ensure access control based on authentication * feat: add watchman to the development environment * chore: remove unused 'profile' tab from the drawer and tabs layout for a cleaner navigation experience * feat: set background color to black for improved aesthetics in splash screen and index component * fix: missing theme nextjs issue * fix: revert hard-coded black color, messes up web * fix: remove unnecessary edges in Container properties for improved layout management * fix: enhance navigation structure and layout consistency for Expo app, addressing core screens and authentication flow issues * fix: adjust IconSendLogo size in AuthLayout to improve layout appearance and maintain design consistency * fix: require cycles * fix: clean up whitespace in PLAN.md and add verification instructions for app functionality testing * feat(expo)!: wip layout navigation * fix(tilt): bundler needs more memory * fix(temporal): increase retry count and add randomness to backoff delay for transfer start handling * fix(tilt): improve environment variable check to handle None value correctly in require_env function * fix(temporal): enhance transfer handling with workflow initialization check and bundler receipt retrieval logic * fix(account): refactor imports for user operation constants in backup confirmation and index files * fix(temporal): refactor activity feed to track pending temporal events and invalidate queries when state changes * fix(playwright): improve token transfer history checks with retries and ensure UI updates reflect transaction status * fix(userOpConstants): streamline imports --------- Co-authored-by: Mikołaj Musidłowski <[email protected]>
Playwright ReportSummary
Suitesaccount-sendtag-add.onboarded.spec.tscan visit add sendtags page
can add a pending tag
cannot add an invalid tag name
cannot add more than 5 tags
cannot confirm a tag without paying
account-sendtag-checkout.onboarded.spec.tscan confirm a tag
can refer a tag
Locator: getByTestId('referral-code-input') at fixtures/referrals/index.ts:14 �[0m �[90m 12 |�[39m
can refer multiple tags in separate transactions
Locator: getByTestId('referral-code-input') at fixtures/referrals/index.ts:14 �[0m �[90m 12 |�[39m
account-settings-backup.onboarded.spec.tscan backup account
can remove a signer
account.logged-in.spec.tscan visit account page
can update profile
activity.onboarded.spec.tscan visit activity page and see correct activity feed
earn.onboarded.spec.tshome.onboarded.spec.tscan visit token detail page
leaderboard.logged-in.spec.tscan visit leaderboard page
onboarding.logged-in.spec.tscan visit onboarding page
profile.anon.spec.tsanon user can visit public profile
anon user cannot visit private profile
profile.logged-in.spec.tslogged in user needs onboarding before visiting profile
profile.onboarded.spec.tscan visit other user profile and send by tag
can visit my own profile
can visit private profile
can view activities between another profile
send-token-upgrade.onboarded.spec.tscan upgrade their Send Token V0 to Send Token V1
send.onboarded.spec.tscan send USDC starting from profile page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send USDC using tag starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send USDC using sendid starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send USDC using address starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send SEND starting from profile page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send SEND using tag starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send SEND using sendid starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send SEND using address starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send ETH starting from profile page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send ETH using tag starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send ETH using sendid starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
can send ETH using address starting from home page
Call Log:
�[0m �[90m 257 |�[39m })
Call Log:
�[0m �[90m 257 |�[39m })
sign-in.anon.spec.tsredirect on sign-in
redirect to send confirm page on sign-in
sign-up.anon.spec.tscan sign up
country code is selected based on geoip
skip otp for existing user trying to sign up using already used phone number
user can sign in with passkey from backing up page
user can sign in as back up using otp from backing up page
swap.onboarded.spec.tscan swap USDC for SEND
can swap USDC for ETH
can swap USDC for CBBTC
can swap USDC for SPX
�[0m �[90m 260 |�[39m �[36mawait�[39m expect(�[36masync�[39m () �[33m=>�[39m {
can swap USDC for WELL
can swap USDC for AERO
can swap USDC for MORPHO
can swap USDC for EURC
can refresh swap form and preserve filled data
can't access form page without accepting risk dialog
can't access summary page without filling swap form
|