3178 Commits

Author SHA1 Message Date
christos-xverse
845021a755 Merge pull request #763 from secretkeylabs/ENG-5214/Coingecko-intraday-moves
[ENG-5214] Rename Data Tab to Market
2024-11-12 10:38:06 +02:00
Den
6d99eeb755 Merge pull request #765 from secretkeylabs/release/v0.45.1
release: v0.45.1 to develop
2024-11-12 09:30:44 +01:00
Den
30a67a78d2 Merge pull request #764 from secretkeylabs/release/v0.45.1
release: v0.45.1 to main
2024-11-12 09:29:32 +01:00
Terence Ng
512d7eaa2b add useCancellableEffect for handling inputs with useEffects race conditions (#771)
* initial commit

* fixup

* touchup
2024-11-12 15:48:32 +08:00
Victor Kirov
51e6ceb89d fix: keep state when navigating back from login screen [ENG-5677] (#766) 2024-11-11 20:24:17 +02:00
Victor Kirov
59ef98252f Remove the % breakdown for taproot (#769)
Co-authored-by: Duska.T <55587184+DuskaT021@users.noreply.github.com>
2024-11-11 18:15:37 +02:00
Victor Kirov
8f61dca28e Remove the % breakdown for taproot (#768) 2024-11-11 17:15:56 +02:00
Terence Ng
2a3b15772a allow toggle refresh ordinal (#744)
* add toggle ui

* touchup

* touchup logic

* add conditional to only refresh thumbnail inscriptions

* fix

* add refresh for collection

* touchup logic - always have to bust cache

* remove refresh from collections

* update logic

* remove deprecated

* touchup snackbar and err messages

* touchup locale

* touchup toast

* commit loading bar

* fix cache-busting

* i18n shortcut

* fix i18n and styles

* renaming

* renaming

* touchup comments

* change inscription to thumbnail wording for better specificity

* fix comments

* useCallback

* touchup code ordering

* add minutes time

* remove else

* fix up response

* Update src/app/screens/ordinals/ordinalImage.tsx

Co-authored-by: Victor Kirov <victor.kirov@gmail.com>

* refactor - remove old code

* update

* update

* touchup!

* commit

* commit

---------

Co-authored-by: Victor Kirov <victor.kirov@gmail.com>
2024-11-11 22:22:45 +08:00
GitHub Actions Bot
200ad62dfa release: v0.45.1 2024-11-11 13:46:26 +00:00
Christos Maris
2a743b540a [ENG-5214] Rename Data Tab to Market 2024-11-11 15:10:36 +02:00
Terence Ng
c6a33fbdc0 touchup + fix stx amount debounce (#761)
* touchup + fix stx amount debounce

* add debounce for stx recipient

* fix loading state not reflecting instantly on amount change

* touchup naming

* fix loading state side effect

* cancel previous useEffects

* add todo
2024-11-11 19:52:02 +08:00
Tim Man
22d8313bed Tim/eng 5642 update GitHub actions away from uploaddownload artifactv3 (#757)
* chore: migrate actions/artifacts from v3 to v4

* chore: fix the merge release to remote script number of releases to sync

and add a PAGE env var in case we need to process beyond page 1
2024-11-11 12:41:48 +08:00
christos-xverse
817477be56 Merge pull request #684 from secretkeylabs/ENG-5214/Coingecko-intraday-moves
[ENG-5214] CoinGecko - Intraday Moves Integration
2024-11-08 14:07:44 +02:00
Christos Maris
2fda62a751 Merge branch 'develop' into ENG-5214/Coingecko-intraday-moves 2024-11-08 11:49:27 +02:00
Terence Ng
c47e044822 remove some deprecated styles (#760)
* remove feedback deprecated themes

* fix remaining
2024-11-08 08:46:27 +01:00
Victor Kirov
b1a25ada1f feat: remove the % breakdown from the taproot address [ENG-5653] (#759)
* Remove the % breakdown for taproot

* small touchup

---------

Co-authored-by: Duska.T <55587184+DuskaT021@users.noreply.github.com>
Co-authored-by: Terence Ng <ngtere@live.com.sg>
2024-11-08 13:20:49 +08:00
Terence Ng
acd1c46539 Merge pull request #734 from secretkeylabs/release/v0.45.0
release: v0.45.0 to develop
2024-11-08 12:52:35 +08:00
Christos Maris
6ae24fa82a [ENG-5214] Bump xverse-core version number in package.json 2024-11-07 19:47:10 +02:00
Victor Kirov
92143fca2b Merge branch 'develop' into release/v0.45.0 2024-11-07 09:22:55 +02:00
Duska.T
93dddd5c3a Merge pull request #733 from secretkeylabs/release/v0.45.0
release: v0.45.0 to main
2024-11-07 08:07:21 +01:00
Christos Maris
7ed9071ef6 [ENG-5214] Add Portfolio Tracking FF 2024-11-06 14:31:52 +02:00
Victor Kirov
8e6a7d3966 fix: crash issue on startup when there are no accounts in the store [ENG-5643] (#758)
* Add missing return when seed exists but is not logged in

* Fix migration to not use selected account
2024-11-06 12:20:23 +02:00
Victor Kirov
ae49c9679c Fix landing page slider styling (#753) 2024-11-05 14:36:46 +02:00
Victor Kirov
390c0ca386 [ENG-5629] Allow new wallets to switch address types (to develop) (#752)
* Allow new wallets to switch address types

* Fix knip

* Remove unneeded arg

---------

Co-authored-by: Duska.T <55587184+DuskaT021@users.noreply.github.com>
2024-11-05 13:10:12 +02:00
Victor Kirov
e5d53c8af0 [ENG-5629] Allow new wallets to switch address types (#751)
* Allow new wallets to switch address types

* Fix knip

* Remove unneeded arg
2024-11-05 13:09:47 +02:00
Victor Kirov
e6f1de4125 Merge branch 'main' into release/v0.45.0 2024-11-05 12:20:31 +02:00
Mahmoud Aboelenein
25b9b78be3 Merge pull request #745 from secretkeylabs/mahmoud/eng-5610-wallet-crashes-when-switching-accounts-to-connect-to-dapp
fix url params not persisting on navigation to the accounts list
2024-11-05 09:28:48 +02:00
Duska.T
4c0723500f Merge pull request #747 from secretkeylabs/release/v0.44.3
release: v0.44.3 to develop
2024-11-04 16:51:09 +01:00
Duska.T
e8f23151b9 Merge pull request #746 from secretkeylabs/release/v0.44.3
release: v0.44.3 to main
2024-11-04 16:50:23 +01:00
Victor Kirov
042fdc5861 Remove adding locked stx balance to total balance (#750) 2024-11-04 17:16:22 +02:00
Victor Kirov
9d70ee142f Remove adding locked stx balance to total balance (#749)
Co-authored-by: Duska.T <55587184+DuskaT021@users.noreply.github.com>
2024-11-04 17:15:59 +02:00
Victor Kirov
186d16d024 Remove adding locked stx balance to total balance (#748) 2024-11-04 16:14:41 +01:00
GitHub Actions Bot
d0febe6204 release: v0.44.3 2024-11-04 14:33:03 +00:00
Mahmoud Aboelenein
aa9a599900 fix url params not persisting on navigation to the accounts list 2024-11-04 13:48:44 +02:00
Mahmoud Aboelenein
4c1d391b58 Merge pull request #739 from secretkeylabs/bug-fix/apply-fee-cap-for-swap-stx-tx
bug-fix/apply-fee-cap-for-swap-stx-tx
2024-11-04 11:44:53 +02:00
Mahmoud Aboelenein
337e882d39 Merge pull request #742 from secretkeylabs/edu/handle-disconnect
Add disconnect method
2024-11-04 11:08:57 +02:00
Mahmoud Aboelenein
fad5741a9f update core version 2024-11-04 11:05:20 +02:00
Mahmoud Aboelenein
53fff0d141 apply fee cap for swap txs 2024-11-04 11:04:27 +02:00
Abdul Haseeb
2d6e4bd2fd fix: token tile UI 2024-11-04 11:52:55 +05:00
Abdul Haseeb
109a005349 resolve conflicts 2024-11-04 11:36:24 +05:00
Eduard Bardají Puig
ab88b45de7 Use args parser 2024-11-03 22:11:03 +00:00
Eduard Bardají Puig
f0f12d8e96 Add disconnect method 2024-11-02 20:14:16 +00:00
Den
a75cb8b4e9 [ENG-5604] fix: Ensure consistent display of notifications banner (#741) 2024-11-01 15:38:35 +01:00
Victor Kirov
a38969ee2f [ENG-5495] Fix session timeout issues ( to release) (#738) 2024-11-01 14:13:21 +02:00
Mahmoud Aboelenein
c8a76739b5 Merge pull request #740 from secretkeylabs/edu/bump-core-version
Bump core version
2024-11-01 14:12:54 +02:00
Eduard Bardají Puig
c7661cbc47 Bump core version 2024-11-01 12:05:24 +00:00
Victor Kirov
b0f51d1135 [ENG-5210] Improve routing structure and fix unauthed routes (to release) (#737)
* [ENG-5110] Improve the web ext responsiveness - merge to develop (#735)

* [ENG-5110] Improve the web ext responsiveness

* Make UI wider for Ledger flow

* Remove the duplicating comment

* Update swaps inputs width, update options page bg color

* Add vertical sidebar, change Settings routes, remove ExtendedScreenContainer, fix styles

* Update the Receive collectible popup for Gallery view and Ledger accounts

* Improve the collectibles Gallery view

* Get rid of the FullScreenHeader component, add xverse logo to all routes in fullscreen

* Improve the layout responsiveness

* Improve the collection screens responsiveness

* Improve the Collectible details screens responsiveness

* Improve collectibles loader, sidebar height

* Improve settings screens responsiveness, move ResetWallet to a separate screen

* Improve the onboarding responsiveness

* Fix wallet reset flow

* Improve the onboarding responsiveness

* Improve skeletons responsiveness

* Improve the tx screens responsiveness

* Improve the signing message screens responsiveness

* Improve the batch psbt signing screen responsiveness

* Hide the clear button for the Swap slippage modal

* Update indents for the rare sats bundle screen in fullscreen

* Remove the extra Unhide all button on the Hidden collectibles screen

* Update the ordinals & nfts image sizes to match design

* Fix the scrolling issue on the Swap utxo selection screen

* Hide copyright block for the `popup.html` view

* Hide Sidebar on the ledger acc import flow, update the address copy button

* Trigger build

* Cleanup the code

* Rename `restore` assets to `recover`

* Remove the unused import

* Revert some updates for the Stacks nft features

* Remove the unused styles

* Hide the blinking horizontal scroll on the Collectibles tab

* Fix the container

* Remove the unused imports

* Move the `getActiveTab` and `TabType` to utils/helper

* Remove unused exports

* Use react-router-dom Link instead of button in VerticalTabBar component

* Add isSidebarVisible prop for the ScreenContainer component

* Remove extra check for the gallery view, remove extra deps for bottombar

---------

Co-authored-by: Victor Kirov <victor.kirov@gmail.com>

* Refactor router to be less prone to config issues

* remove extra guard

---------

Co-authored-by: Den <36603049+dhriaznov@users.noreply.github.com>
2024-11-01 12:08:52 +01:00
Victor Kirov
b11a230f01 [ENG-5210] Improve routing structure and fix unauthed routes (#736)
* Refactor router to be less prone to config issues

* remove extra guard
2024-11-01 13:07:23 +02:00
Den
136608b049 [ENG-5110] Improve the web ext responsiveness - merge to develop (#735)
* [ENG-5110] Improve the web ext responsiveness

* Make UI wider for Ledger flow

* Remove the duplicating comment

* Update swaps inputs width, update options page bg color

* Add vertical sidebar, change Settings routes, remove ExtendedScreenContainer, fix styles

* Update the Receive collectible popup for Gallery view and Ledger accounts

* Improve the collectibles Gallery view

* Get rid of the FullScreenHeader component, add xverse logo to all routes in fullscreen

* Improve the layout responsiveness

* Improve the collection screens responsiveness

* Improve the Collectible details screens responsiveness

* Improve collectibles loader, sidebar height

* Improve settings screens responsiveness, move ResetWallet to a separate screen

* Improve the onboarding responsiveness

* Fix wallet reset flow

* Improve the onboarding responsiveness

* Improve skeletons responsiveness

* Improve the tx screens responsiveness

* Improve the signing message screens responsiveness

* Improve the batch psbt signing screen responsiveness

* Hide the clear button for the Swap slippage modal

* Update indents for the rare sats bundle screen in fullscreen

* Remove the extra Unhide all button on the Hidden collectibles screen

* Update the ordinals & nfts image sizes to match design

* Fix the scrolling issue on the Swap utxo selection screen

* Hide copyright block for the `popup.html` view

* Hide Sidebar on the ledger acc import flow, update the address copy button

* Trigger build

* Cleanup the code

* Rename `restore` assets to `recover`

* Remove the unused import

* Revert some updates for the Stacks nft features

* Remove the unused styles

* Hide the blinking horizontal scroll on the Collectibles tab

* Fix the container

* Remove the unused imports

* Move the `getActiveTab` and `TabType` to utils/helper

* Remove unused exports

* Use react-router-dom Link instead of button in VerticalTabBar component

* Add isSidebarVisible prop for the ScreenContainer component

* Remove extra check for the gallery view, remove extra deps for bottombar

---------

Co-authored-by: Victor Kirov <victor.kirov@gmail.com>
2024-11-01 10:42:18 +01:00
Den
88bba86507 [ENG-5110] Improve the web ext responsiveness (also fixes [ENG-5461]) (#654)
* [ENG-5110] Improve the web ext responsiveness

* Make UI wider for Ledger flow

* Remove the duplicating comment

* Update swaps inputs width, update options page bg color

* Add vertical sidebar, change Settings routes, remove ExtendedScreenContainer, fix styles

* Update the Receive collectible popup for Gallery view and Ledger accounts

* Improve the collectibles Gallery view

* Get rid of the FullScreenHeader component, add xverse logo to all routes in fullscreen

* Improve the layout responsiveness

* Improve the collection screens responsiveness

* Improve the Collectible details screens responsiveness

* Improve collectibles loader, sidebar height

* Improve settings screens responsiveness, move ResetWallet to a separate screen

* Improve the onboarding responsiveness

* Fix wallet reset flow

* Improve the onboarding responsiveness

* Improve skeletons responsiveness

* Improve the tx screens responsiveness

* Improve the signing message screens responsiveness

* Improve the batch psbt signing screen responsiveness

* Hide the clear button for the Swap slippage modal

* Update indents for the rare sats bundle screen in fullscreen

* Remove the extra Unhide all button on the Hidden collectibles screen

* Update the ordinals & nfts image sizes to match design

* Fix the scrolling issue on the Swap utxo selection screen

* Hide copyright block for the `popup.html` view

* Hide Sidebar on the ledger acc import flow, update the address copy button

* Trigger build

* Cleanup the code

* Rename `restore` assets to `recover`

* Remove the unused import

* Revert some updates for the Stacks nft features

* Remove the unused styles

* Hide the blinking horizontal scroll on the Collectibles tab

* Fix the container

* Remove the unused imports

* Move the `getActiveTab` and `TabType` to utils/helper

* Remove unused exports

* Use react-router-dom Link instead of button in VerticalTabBar component

* Add isSidebarVisible prop for the ScreenContainer component

* Remove extra check for the gallery view, remove extra deps for bottombar

---------

Co-authored-by: Victor Kirov <victor.kirov@gmail.com>
2024-11-01 10:39:30 +01:00