Alex Panturu

Results 10 issues of Alex Panturu

Resolves #1694

module:explorer

Compose the Blocks page that is comprised of the Transactions card used on the homepage. Reference Figma [file](https://www.figma.com/file/INYlGpXEc8tIHCEPNlPyfd/Explorer-2.0?type=design&node-id=747-13223&mode=dev) ![Image](https://github.com/dusk-network/rusk/assets/28288533/974bae22-bb77-459d-86b3-7e6f1331b535) **Unit tests** - It should check if data is being displayed...

module:explorer

Compose the Blocks page that is comprised of the Blocks card used on the homepage. Reference Figma [file](https://www.figma.com/file/INYlGpXEc8tIHCEPNlPyfd/Explorer-2.0?type=design&node-id=747-13194&mode=dev) ![Image](https://github.com/dusk-network/rusk/assets/28288533/082a631e-f4ec-48ca-809e-72dac4c7218a) **Unit tests** - It should check if data is being displayed...

module:explorer

#### Summary Currently the application displays only mock data and we need to integrate the data stores and polling logic across it.

module:explorer

#### Summary Create a test helper for components that have named slots. Currently we only have a helper for components that use the default slot. Take into consideration if the...

module:explorer

#### Summary Introduce variants to the Textbox component to deal with the different paddings we have in the design #### Additional context Different uses of the Textbox component that repeat...

priority:minor
module:web-wallet

#### Summary Investigate consistency of svelte animations being used in the application. One such example is the opening of the `GasSettings` component in the `Send` transaction flow. While we have...

need:specs
module:web-wallet

#### Summary - [ ] `onNetworkChange` handles retriggering the data fetch if the network is changed. Currently only one function can be passed to it. This case creates repeated code...

type:enhancement
module:explorer

#### Summary Currently the `DataAlert` component has it's height fixed to 400px with css. It is not an ideal solution thus an investigation must be made to see how the...

type:enhancement
module:explorer

#### Summary Mock the `qr-scanner` lib use to scan the qr code containing the address to be able to test the complete flow of the scan process. Additionally remove the...

priority:minor
module:web-wallet