Skip to content

Commit

Permalink
main -> rel sync (#301)
Browse files Browse the repository at this point in the history
* fix: sender error after account switch (#297)

* Sender error after account switch

* fix: typo

* Implement account note feature for enhanced account management (#298) (#299)

* Changes info icon on the wallet view

* Updates Cargo.lock file

* Fixes balance info for different locales than en-US

* Adds persistence to locale preference

* Changes app name from Carpe to carpe

* Inits account events on account switch

* Fixes displaying events of an account off chain

* Adds optimistic account switch

Clean up code

* Unsubscribes Miner subscriptions onDestroy

* Optimizes Miner components subscriptions

* UX - Adds tower state skeleton

* Fixes wallet components memory leak

Fixes coin print according to language selected

Clean up code

* Adds coin transfer - WIP

* Do not notify initial account selection

* Transfers coins

* Coin transfer adjustments

* Translates onboard and transfer buttons

* Fixes modal close on success

* Fixes onboard modal close onSucess

* Fixes events pagination vertical alignment

* Fixes check sender vs receiver addresses

* Adds sent payments to be displayed on the events tab

* Adds wallet skeleton

Update libra branch version

* Removes viewport from components to avoid vertical scroll bar

* Adds lang missing keys

* Adds missing language keys

* Fixes printCoins for Chinese

* Fix rust code getting best fullnode url

* Wait for account to be loaded before showing scanning for fullnodes

* Hides make whole navbar link

* removes events tab

* adds account note feature - WIP

* improves account note feature
saves accounts list sort and order preferences
optimizes svelte components load

* hides total balance and unlocked when there is only one account
avoids wrap line on table header

* removes console.log

* clean warnings

* assigns note to account on switch signingAccount

* chore: dep fix

---------

Co-authored-by: BBK <chnqbj@gmail.com>
Co-authored-by: soaresa <10797037+soaresa@users.noreply.github.com>
  • Loading branch information
3 people authored May 15, 2024
1 parent b0304ec commit 3896df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: install dependencies (ubuntu only)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y lld libsoup2.4-dev libgdk3.0-cil-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev
run: sudo apt-get update && sudo apt-get install -y lld libsoup2.4-dev libgdk3.0-cil-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev

- name: install dependencies (windows only)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 3896df1

Please sign in to comment.