Skip to content
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

Release #635

Merged
merged 305 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
305 commits
Select commit Hold shift + click to select a range
0d1bf58
Update all screens to handle loading and error states.
Danziger Jan 10, 2025
c71a828
feat: finish adding remaining onboarding pages
pawanpaudel93 Jan 13, 2025
7fc41b6
fix: update theme based colors
pawanpaudel93 Jan 13, 2025
896c324
Pregenerate wallet and do not send generated/imported wallets to the …
Danziger Jan 13, 2025
e15786c
fix: update password strength
pawanpaudel93 Jan 13, 2025
f5ac0be
Remove commented out code.
Danziger Jan 13, 2025
1868913
Mock Plasmo Storage to use sessionStorage.
Danziger Jan 13, 2025
8bfbc66
refactor: update sign in screen
pawanpaudel93 Jan 13, 2025
e816633
Merge remote-tracking branch 'parent/development' into development
pawanpaudel93 Jan 13, 2025
0a7c570
Add some more logic for account recovery.
Danziger Jan 13, 2025
393ba2d
Rerun preview build.
Danziger Jan 13, 2025
0702fe9
Add some additional details to the SDK placeholder.
Danziger Jan 13, 2025
951d19a
Add draft code (commented out) for requestStorageAccess().
Danziger Jan 13, 2025
4113e11
Add userId to localStorage DeviceShareInfo entries.
Danziger Jan 13, 2025
59b358f
fix: update password eye icon
pawanpaudel93 Jan 14, 2025
02a90f0
refactor: update receive screen
pawanpaudel93 Jan 14, 2025
b3911e4
refactor: update navigation
pawanpaudel93 Jan 14, 2025
cd3c78d
refactor: update stars component
pawanpaudel93 Jan 14, 2025
01fe9c8
refactor: update dashboard wallet header
pawanpaudel93 Jan 14, 2025
d91ee56
refactor: add wallet action buttons
pawanpaudel93 Jan 14, 2025
47b93ab
Add new logic for share backup and recovery.
Danziger Jan 14, 2025
b9ac6e9
fix: app icons
7i7o Jan 14, 2025
87a8b96
Clean up some TODOs and logs.
Danziger Jan 15, 2025
d9cf231
Remove console.trace().
Danziger Jan 15, 2025
99573ad
Clean up some code and move recovery wallet functionality to the Embe…
Danziger Jan 15, 2025
647655a
Remove some TODOs.
Danziger Jan 15, 2025
90655c1
Remove TODOs.
Danziger Jan 15, 2025
8c9bfde
Update TODOs.
Danziger Jan 15, 2025
301e0d7
Add informational comment.
Danziger Jan 15, 2025
b998e46
fix: handle close for close button
pawanpaudel93 Jan 15, 2025
a35eea9
fix: padding issue on dashboard
pawanpaudel93 Jan 15, 2025
cb0662d
refactor: update wallet switcher
pawanpaudel93 Jan 15, 2025
8ed1c5c
Merge pull request #1 from arconnectio/fix/app-icons
pawanpaudel93 Jan 15, 2025
017161f
fix: adjust longer wallet names issue
pawanpaudel93 Jan 15, 2025
1bd740b
refactor: update tabs
pawanpaudel93 Jan 15, 2025
0748ae3
fix: update primary text
pawanpaudel93 Jan 15, 2025
054aa4f
refactor: update close layer background
pawanpaudel93 Jan 15, 2025
cfc16a3
Make share recovery work and add test search params.
Danziger Jan 15, 2025
9ea7eb6
fix: update wallet actions buttons background & color
pawanpaudel93 Jan 15, 2025
56d9dd3
Throw an error if the recoveryAuthShare is missing.
Danziger Jan 15, 2025
42934e2
Replace console.log()s in wallet.utils.s with the proper log() util.
Danziger Jan 15, 2025
412b71b
Remove incorrect line.
Danziger Jan 15, 2025
5874757
Remove console.log()s from EmbeddedProvider.
Danziger Jan 15, 2025
33a36aa
refactor: add manage assets list modal
pawanpaudel93 Jan 15, 2025
1be1a3f
fix: update password input placeholder
pawanpaudel93 Jan 16, 2025
444fa52
refactor: update unlock page
pawanpaudel93 Jan 16, 2025
0f286dc
refactor: add tanstack query for balances & update manage asset list
pawanpaudel93 Jan 16, 2025
a99848c
refactor: remove placeholder data
pawanpaudel93 Jan 16, 2025
02817b3
fix: add gap to balance
pawanpaudel93 Jan 16, 2025
f2a7d42
refactor: Add total fiat balance hook
pawanpaudel93 Jan 16, 2025
5ff38fe
refactor: add keystone incomplete flow
pawanpaudel93 Jan 16, 2025
32f8654
fix: update ar token icon
pawanpaudel93 Jan 16, 2025
2e5e336
Merge remote-tracking branch 'parent/development' into development
pawanpaudel93 Jan 17, 2025
c51ea17
fix: add ar as token & update token sorting
pawanpaudel93 Jan 17, 2025
7a3c8a4
fix: update collectible
pawanpaudel93 Jan 17, 2025
2bcfea2
refactor: update transaction history
pawanpaudel93 Jan 17, 2025
144053d
refactor: update view all activities
pawanpaudel93 Jan 17, 2025
e9cff15
fix: update wallet switcher close icon placement
pawanpaudel93 Jan 17, 2025
785b5f1
refactor: update notifications & transaction details page
pawanpaudel93 Jan 20, 2025
dd43eb0
refactor: add menu
pawanpaudel93 Jan 20, 2025
333014c
fix: update menu
pawanpaudel93 Jan 20, 2025
9e62b4c
refactor: update edit account page
pawanpaudel93 Jan 20, 2025
e2df2be
refactor: update other wallets pages
pawanpaudel93 Jan 21, 2025
6c842cb
refactor: remove options from wallets pages
pawanpaudel93 Jan 21, 2025
5591ecd
fix: dashboard settings theme issues
pawanpaudel93 Jan 21, 2025
3d7967e
fix: update icon colors
pawanpaudel93 Jan 21, 2025
f2c16a9
refactor: update explore page
pawanpaudel93 Jan 21, 2025
7742b5c
refactor: update explore page with more apps
pawanpaudel93 Jan 21, 2025
a1e584f
Fix styling issues / icon size.
Danziger Jan 21, 2025
38e0f3a
refactor: create a tabs component
pawanpaudel93 Jan 21, 2025
ce9014b
wip: send flow
pawanpaudel93 Jan 21, 2025
157500b
refactor: updated send first screen
pawanpaudel93 Jan 22, 2025
86dc089
Remove old TODOs.
Danziger Jan 22, 2025
8bc174f
refactor: update select amount page
pawanpaudel93 Jan 22, 2025
8508e69
fix: clear qty and note in send first screen
pawanpaudel93 Jan 22, 2025
7f5ea0b
refactor: update translation message
pawanpaudel93 Jan 22, 2025
d88edb8
fix: add debounce to fix the network fee issue
pawanpaudel93 Jan 23, 2025
70be3ad
refactor: update confirm and complete screen
pawanpaudel93 Jan 23, 2025
934b47d
fix: update wallet switcher copy issue
pawanpaudel93 Jan 23, 2025
7f78424
fix: issue with active wallet
pawanpaudel93 Jan 23, 2025
faac8f4
refactor: show token image with blurhash and animation
pawanpaudel93 Jan 23, 2025
a7e2c2f
fix: issue with wallets route
pawanpaudel93 Jan 23, 2025
0f01f88
refactor: update connect screens
pawanpaudel93 Jan 23, 2025
0929af8
fix: fill address input when contact or recent address clicked
pawanpaudel93 Jan 24, 2025
3c1c352
fix: add self sending check
pawanpaudel93 Jan 24, 2025
8aa6fb1
refactor: update password input
pawanpaudel93 Jan 24, 2025
88f135c
refactor: update api popups
pawanpaudel93 Jan 24, 2025
4f4b939
Merge pull request #497 from arconnectio/epic/embedded-wallet
Danziger Jan 24, 2025
926f049
wip: dashboard
pawanpaudel93 Jan 24, 2025
2c93887
refactor: update tokens, apps and accounts dashboard settings
pawanpaudel93 Jan 27, 2025
bf96727
Add workflow to sync issues to Jira.
Danziger Jan 27, 2025
173c425
WIP test flows documentation.
Danziger Jan 27, 2025
24e5c3c
WIP test flows documentation.
Danziger Jan 27, 2025
50f39d3
Add an explicit label = 'jira'.
Danziger Jan 27, 2025
f748690
Merge pull request #624 from arconnectio/feature/sync-issues-to-jira
Danziger Jan 27, 2025
5fbd231
Document test scenarios.
Danziger Jan 27, 2025
1816e1f
refactor: update reset of the settings
pawanpaudel93 Jan 27, 2025
c0c290c
refactor: update devtools & arlocal
pawanpaudel93 Jan 27, 2025
74229f8
Merge branch 'development' into feature/test-flows-documentation
Danziger Jan 27, 2025
d05c978
Ad Sync GitHub issues to Jira workflow to staging.
Danziger Jan 27, 2025
50fd363
Move documented test flows for embedded to src/iframe.
Danziger Jan 27, 2025
f92187f
Merge pull request #627 from arconnectio/feature/sync-issues-to-jira-…
Danziger Jan 27, 2025
92d58b9
Revert "feat: Sync issues to jira"
Danziger Jan 27, 2025
13d010f
Revert "Add Sync GitHub issues to Jira workflow to staging."
Danziger Jan 27, 2025
d61d4cc
Merge pull request #625 from arconnectio/feature/test-flows-documenta…
Danziger Jan 27, 2025
580d3bc
Merge pull request #630 from arconnectio/revert-627-feature/sync-issu…
Danziger Jan 27, 2025
aab1f47
Merge pull request #629 from arconnectio/revert-624-feature/sync-issu…
Danziger Jan 27, 2025
9359607
fix: updating arlocal & some components
pawanpaudel93 Jan 27, 2025
c10342c
refactor: update components package
pawanpaudel93 Jan 27, 2025
9f0e983
refactor: update ar logo & token list item
pawanpaudel93 Jan 27, 2025
0c0da78
feat: modify transak screens
matteyu Jan 30, 2025
4a91a0a
fix: label of fiat selection
matteyu Jan 30, 2025
a101fc8
fix: placeholder for inputv2
matteyu Jan 30, 2025
96aa560
fix: components rebrand dep and exchange rate input
matteyu Jan 30, 2025
d889e50
fix: input only accepting numbers
matteyu Jan 30, 2025
f718743
fix: text color on modal
nicholaswma Jan 31, 2025
b545d66
fix: updated images and carousel for tour
nicholaswma Jan 31, 2025
ed0caa7
update inputv2
matteyu Feb 2, 2025
346eaa4
Merge branch 'arc-929/transak-flow' of github.com:arconnectio/arconne…
matteyu Feb 2, 2025
0738deb
memoize password input
matteyu Feb 2, 2025
e25d5f0
fix: manage asset list theme color
matteyu Feb 2, 2025
e7b1d0a
fix: color of exit button
matteyu Feb 2, 2025
ecce575
fix: tx sent font theme color
matteyu Feb 2, 2025
81d56a7
fix: theme color explore categories
matteyu Feb 2, 2025
50a525d
fix: confirm transaction fiat amount
matteyu Feb 2, 2025
5417509
fix: remove left padding from token type dropdown
matteyu Feb 2, 2025
f9f433c
fix: upload button theme color and field alignment
matteyu Feb 2, 2025
a58b5bd
refactor: update name arconnect to wander
pawanpaudel93 Feb 3, 2025
93f3ebd
refactor: update transfer settings
pawanpaudel93 Feb 3, 2025
ed953c5
fix: add ar token to start
pawanpaudel93 Feb 3, 2025
1824f96
fix: make sure AR token can be added again
pawanpaudel93 Feb 3, 2025
28c322f
fix icon color in dark mode
7i7o Feb 3, 2025
c63c651
updated colors to reflect figma
7i7o Feb 3, 2025
f4ff596
fix to hide fiat amount when NaN
7i7o Feb 3, 2025
bdd8366
fix: update transfer settings subheading
pawanpaudel93 Feb 3, 2025
d0e5388
refactor: limit received decimals to 3
matteyu Feb 3, 2025
f126d57
Merge pull request #13 from arconnectio/arc-1015/transfer-settings
pawanpaudel93 Feb 3, 2025
d2d3f3c
fix: roll back changes to GH actions
7i7o Feb 3, 2025
f3e0e98
Merge pull request #2 from arconnectio/arc-929/transak-flow
7i7o Feb 3, 2025
1b0588d
Merge pull request #3 from arconnectio/arc-983/tour-images
7i7o Feb 3, 2025
aea9c7f
Merge pull request #6 from arconnectio/arc-1012/manage-asset-list-the…
7i7o Feb 3, 2025
b7d4a51
Merge pull request #7 from arconnectio/arc-1011/tx-sent-font-color
7i7o Feb 3, 2025
7b6025c
Merge pull request #8 from arconnectio/arc-1008/fix-theme-color-explo…
7i7o Feb 3, 2025
9a085ae
Merge pull request #9 from arconnectio/arc-1017/confirm-transaction-n…
7i7o Feb 3, 2025
29dd1bf
Merge pull request #10 from arconnectio/arc-1013/extra-padding-token-…
7i7o Feb 3, 2025
5b39ece
Merge pull request #11 from arconnectio/arc-1014/contacts-alignment-c…
7i7o Feb 3, 2025
68ae48f
fix: keystone qty not updating
nicholaswma Feb 3, 2025
5dd37a5
Merge pull request #12 from arconnectio/arc-1022/update-app-name
7i7o Feb 3, 2025
9bfdfa6
Merge pull request #16 from arconnectio/fix/keystone
7i7o Feb 3, 2025
f8a6967
fix: tour welcome screen logo size
7i7o Feb 3, 2025
8542d2e
adjust logo size to designs
7i7o Feb 3, 2025
8e32608
Merge pull request #17 from arconnectio/fix-welcome-screen
7i7o Feb 3, 2025
e5c2926
fix: avatar quickfix
7i7o Feb 3, 2025
fecf26f
Merge pull request #18 from arconnectio/fix-avatars
7i7o Feb 3, 2025
30005bf
observe password state for button callback
matteyu Feb 3, 2025
d99a9f8
Merge pull request #4 from arconnectio/arc-1018/password-error
7i7o Feb 3, 2025
0278820
fix: connect avatar
7i7o Feb 3, 2025
3b65375
Merge pull request #19 from arconnectio/fix-connect-avatar
7i7o Feb 3, 2025
31706b3
fix: remove trailing 0s
matteyu Feb 3, 2025
fb28497
Add ArConnect Embedded SDK (placeholder).
Danziger Dec 9, 2024
e94b046
Restore embed wallet files.
Danziger Dec 9, 2024
364b32b
Add mocked AuthProvider and a couple of placeholder routes for ArConn…
Danziger Dec 9, 2024
f1cf2cb
Fix embedded wallet build.
Danziger Dec 9, 2024
d59de00
WIP changes for mocked authentication.
Danziger Dec 10, 2024
18946ec
Add placeholder views for the different authentication flows and star…
Danziger Dec 10, 2024
441bd84
Implement mocked authentication and routing until the Generate Wallet…
Danziger Dec 10, 2024
148a196
Add plenty of WIP code around wallet generation and recovery.
Danziger Dec 13, 2024
254a9df
Add additional wallet utils (WIP).
Danziger Dec 17, 2024
66ad56a
Add some placeholder function definitions.
Danziger Dec 17, 2024
ffbda23
Add some TODOs.
Danziger Dec 17, 2024
3d3767e
Implement most WalletUtils functions and finishes most of the generat…
Danziger Dec 18, 2024
7f08b04
Add additional post-auth screens and routing logic.
Danziger Dec 19, 2024
300d32a
Fix AuthRestoreShardsEmbeddedView build.
Danziger Dec 19, 2024
9f00ff0
Fix wallet.utils.ts TS errors.
Danziger Dec 19, 2024
68be330
Fix wallet.utils.ts TS errors.
Danziger Dec 19, 2024
11471c9
Mock additional endpoints and implement WalletService functions.
Danziger Dec 19, 2024
66cd109
Implement remaining changes to make the original (BE) UI open.
Danziger Dec 19, 2024
9290338
Add a custom wrapper around useStorage, move all comments to README f…
Danziger Dec 20, 2024
3094816
Fix tokens not loading, postpone background initialization until afte…
Danziger Dec 20, 2024
8d6aadb
Fix activeTab.url being access before activeTab is loaded.
Danziger Jan 7, 2025
59ddccc
Add new/missing routes/screens from Figma and 2 development component…
Danziger Jan 7, 2025
fd9d7ae
Add more screenshots and update routing logic for authentication views.
Danziger Jan 7, 2025
562e0b9
Make the backup and import features work.
Danziger Jan 8, 2025
751a056
Add Vite polyfills.
Danziger Jan 8, 2025
341e507
Push TODO comment without stashed changes the break the build.
Danziger Jan 8, 2025
cff7399
Add more screens and logic related to account recovery.
Danziger Jan 9, 2025
cef4505
Remove debugging code.
Danziger Jan 10, 2025
f87dd41
Remove debugging code.
Danziger Jan 10, 2025
2bb40ce
Rename AuthenticationProvider to EmbeddedProvider as it's now being u…
Danziger Jan 10, 2025
369ccc1
Add DevFigmaScreen to 2 more screens.
Danziger Jan 10, 2025
dc872b7
Remove StrictMode.
Danziger Jan 10, 2025
91ddf09
Remove TODO comment.
Danziger Jan 10, 2025
b24294e
Remove old Plasmo Storage polyfill as that's been implemented with a …
Danziger Jan 10, 2025
562624a
Add dev logs for routing redirects.
Danziger Jan 10, 2025
014b81d
Refactor ENV variables to use a single VITE_IS_EMBEDDED_APP=1 variabl…
Danziger Jan 10, 2025
5480582
Add ExtensionStorage.getAll() and remove/disable storage.local mock.
Danziger Jan 10, 2025
965f605
Update i18n mock to fallback to English.
Danziger Jan 10, 2025
c91b9aa
Update TODO comment about getKeyPairFromMnemonic().
Danziger Jan 10, 2025
cb50839
Update TODO comment about getKeyPairFromMnemonic().
Danziger Jan 10, 2025
64d5f6d
Update all screens to handle loading and error states.
Danziger Jan 10, 2025
0f03c5a
Pregenerate wallet and do not send generated/imported wallets to the …
Danziger Jan 13, 2025
a344511
Remove commented out code.
Danziger Jan 13, 2025
5fa5f80
Mock Plasmo Storage to use sessionStorage.
Danziger Jan 13, 2025
0d60d39
Add some more logic for account recovery.
Danziger Jan 13, 2025
b93a888
Rerun preview build.
Danziger Jan 13, 2025
e158924
Add some additional details to the SDK placeholder.
Danziger Jan 13, 2025
694f72c
Add draft code (commented out) for requestStorageAccess().
Danziger Jan 13, 2025
2f986ad
Add userId to localStorage DeviceShareInfo entries.
Danziger Jan 13, 2025
9b0a72c
Add new logic for share backup and recovery.
Danziger Jan 14, 2025
eeb009c
Clean up some TODOs and logs.
Danziger Jan 15, 2025
3ab8fa8
Remove console.trace().
Danziger Jan 15, 2025
f8752db
Clean up some code and move recovery wallet functionality to the Embe…
Danziger Jan 15, 2025
5df97e7
Remove some TODOs.
Danziger Jan 15, 2025
610b776
Remove TODOs.
Danziger Jan 15, 2025
36c0156
Update TODOs.
Danziger Jan 15, 2025
5624c9b
Add informational comment.
Danziger Jan 15, 2025
848c3f8
Make share recovery work and add test search params.
Danziger Jan 15, 2025
d033b9a
Throw an error if the recoveryAuthShare is missing.
Danziger Jan 15, 2025
77e94fe
Replace console.log()s in wallet.utils.s with the proper log() util.
Danziger Jan 15, 2025
5e97aaf
Remove incorrect line.
Danziger Jan 15, 2025
f97ffd0
Remove console.log()s from EmbeddedProvider.
Danziger Jan 15, 2025
7d30228
Fix styling issues / icon size.
Danziger Jan 21, 2025
4a7d816
Remove old TODOs.
Danziger Jan 22, 2025
39a3204
WIP test flows documentation.
Danziger Jan 27, 2025
8ff88a2
WIP test flows documentation.
Danziger Jan 27, 2025
f21572f
Document test scenarios.
Danziger Jan 27, 2025
46f568b
Add workflow to sync issues to Jira.
Danziger Jan 27, 2025
8d329ce
Add an explicit label = 'jira'.
Danziger Jan 27, 2025
ca52b62
Move documented test flows for embedded to src/iframe.
Danziger Jan 27, 2025
572b19b
Revert "feat: Sync issues to jira"
Danziger Jan 27, 2025
06c1385
fix embed errors
7i7o Feb 4, 2025
2a17629
fix: transaction order
nicholaswma Feb 4, 2025
81fb909
refactor: update icons & show locked icon on signout
pawanpaudel93 Feb 4, 2025
bb5d3da
fix: load collectible balance
pawanpaudel93 Feb 4, 2025
1f10365
Add missing QueryClientProvider and withRouterRedirects().
Danziger Feb 4, 2025
052c3a5
Remove console.log().
Danziger Feb 4, 2025
f51eeda
Merge pull request #20 from arconnectio/embed-rebase
7i7o Feb 4, 2025
41cbd1e
Merge pull request #15 from arconnectio/arc-1041/tx-history-refactor
7i7o Feb 4, 2025
31a6258
Merge pull request #21 from arconnectio/fix/transaction-order
7i7o Feb 4, 2025
944fe90
Merge pull request #22 from arconnectio/arc-1027/update-icons
7i7o Feb 4, 2025
f164957
Merge remote-tracking branch 'rebrand/development' into merge-wd
7i7o Feb 4, 2025
bcbd83d
fix tsconfig
7i7o Feb 4, 2025
93a1831
fix: make sure sign api works
pawanpaudel93 Feb 4, 2025
3337987
fix: make sure to make AO transfer & prevent EXP transfer
pawanpaudel93 Feb 4, 2025
d2756bc
update md files
7i7o Feb 4, 2025
adb710b
update md files
7i7o Feb 4, 2025
bf82745
Merge pull request #633 from arconnectio/merge-wd
nicholaswma Feb 4, 2025
65195a4
Merge branch 'staging' of https://github.com/arconnectio/ArConnect in…
nicholaswma Feb 4, 2025
514e88e
Merge pull request #634 from arconnectio/development
nicholaswma Feb 4, 2025
625295d
Merge branch 'production' of https://github.com/arconnectio/ArConnect…
nicholaswma Feb 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .changeset/large-rats-share.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"arconnect": minor
"wander": minor
---

feat: adds ao token support
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Verify validity of a cryptographic signature for a given piece of data

- `data`: `ArrayBuffer` data to verify against the signature
- `signature`: `ArrayBuffer | string` Signature to validate
- `publicKey?`: `string` Arweave wallet `JWK.n` field, tx owner field or [public key from Arconnect](#getactivepublickey-promisestring)
- `publicKey?`: `string` Arweave wallet `JWK.n` field, tx owner field or [public key from ArConnect](#getactivepublickey-promisestring)
- `options`: [`SignMessageOptions`](#options) Configuration for the signature
<br />
- `returns`: `Boolean` Validity of the signature
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/submit-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
- name: Create .env file
run: |
echo "PLASMO_PUBLIC_TRANSAK_API_KEY=${{ secrets.TRANSAK_API_KEY }}" >> .env
echo "PLASMO_PUBLIC_APP_TYPE=${{ secrets.APP_TYPE }}" >> .env

- name: Modify package.json and icons for BETA
if: github.ref == 'refs/heads/staging'
run: |
jq '.displayName = "ArConnect BETA"' package.json > temp.json && \
jq '.displayName = "Wander BETA"' package.json > temp.json && \
mv temp.json package.json && \
jq --arg version "${{ secrets.VERSION }}" '.version = $version' package.json > temp.json && \
mv temp.json package.json && \
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
- name: Create .env file
run: |
echo "PLASMO_PUBLIC_TRANSAK_API_KEY=${{ secrets.TRANSAK_API_KEY }}" >> .env
echo "PLASMO_PUBLIC_APP_TYPE=${{ secrets.APP_TYPE }}" >> .env

- name: Modify package.json and icons for BETA
if: github.ref == 'refs/heads/staging'
run: |
jq '.displayName = "ArConnect BETA"' package.json > temp.json
jq '.displayName = "Wander BETA"' package.json > temp.json
mv temp.json package.json
cp -rf assets-beta/* assets/

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ keys.json
.tsbuildinfo

# temporary remove development icon
assets/icon.development.png
assets/icon.development.png
Binary file added assets-beta/figma-screens/add-a-wallet.view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-beta/figma-screens/add-device.view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-beta/figma-screens/auth.view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-beta/figma-screens/backup-options.view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-beta/figma-screens/export-wallet.view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-beta/figma-screens/import-keyfile.view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-beta/figma-screens/restore-shares.view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets-beta/icon512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets-beta/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-beta/icons/locked/logo128.png
Binary file added assets-beta/icons/locked/logo256.png
Binary file added assets-beta/icons/locked/logo64.png
Binary file modified assets-beta/icons/offline/logo128.png
Binary file modified assets-beta/icons/offline/logo256.png
Binary file modified assets-beta/icons/offline/logo64.png
Binary file modified assets-beta/icons/online/logo128.png
Binary file modified assets-beta/icons/online/logo256.png
Binary file modified assets-beta/icons/online/logo64.png
Loading
Loading