diff --git a/web-wallet/CHANGELOG.md b/web-wallet/CHANGELOG.md index c15841b8b8..e0bff246e3 100644 --- a/web-wallet/CHANGELOG.md +++ b/web-wallet/CHANGELOG.md @@ -9,22 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `fiatPrice` optional property to Balance component #1331 -- Add ability to revert words when entering the mnemonic phrase #1333 -- Add missing error handling when querying the quote API #1344 +- Add `fiatPrice` optional property to Balance component [#1331](https://github.com/dusk-network/rusk/pull/1331) +- Add ability to revert words when entering the mnemonic phrase [#1333](https://github.com/dusk-network/rusk/pull/1333) +- Add missing error handling when querying the quote API [#1344](https://github.com/dusk-network/rusk/pull/1334) ### Changed -- Change `fiatCurrency`, `locale`, `tokenCurrency`, `token` to required properties in Balance component #1331 +- Change `fiatCurrency`, `locale`, `tokenCurrency`, `token` to required properties in Balance component [#1331](https://github.com/dusk-network/rusk/pull/1331) ### Removed -- Remove `fiat` property from Balance component #1331 +- Remove `fiat` property from Balance component [#1331](https://github.com/dusk-network/rusk/pull/1331) ### Fixed -- Fix Seed Phrase words size #1337 -- Fix colors on red background #1336 +- Fix Seed Phrase words size [#1337](https://github.com/dusk-network/rusk/pull/1337) +- Fix colors on red background [#1336](https://github.com/dusk-network/rusk/pull/1336) +- Fix Transactions table design [#1330](https://github.com/dusk-network/rusk/pull/1330) ## [0.1.0-beta] - 2024-02-02 diff --git a/web-wallet/src/lib/components/Transactions/Transactions.svelte b/web-wallet/src/lib/components/Transactions/Transactions.svelte index c64aa6ae3f..a12a0eae64 100644 --- a/web-wallet/src/lib/components/Transactions/Transactions.svelte +++ b/web-wallet/src/lib/components/Transactions/Transactions.svelte @@ -1,25 +1,41 @@