Kieran Hall
Kieran Hall
I was giving your addon a try and encountered this error message when I started the app after copying over the dummy app files (as per the readme instructions). ```...
On trying to embellish my examples with some custom slot data, I get the following error: ERROR in ./components/BannerItem.vue?vue&type=custom&index=0&blockType=nsg-states Module build failed (from ./node_modules/@sum.cumo/nuxt-styleguide/lib/loaders/states-loader.js): Error: Couldn't find preset "env" relative...
Complete stack trace: ``` +- upload | | | +- elastic-beanstalk - uploading tmp/deploy-dist-1d0832b056db7adf518bca06279d56ee.zip to ember-deployment-fastboot-test | +- didFail MissingRequiredParameter: Missing required key 'Key' in params at ParamValidator.fail (/Users/kieranhall/workspace/aws-deployment-test/node_modules/ember-cli-deploy-elastic-beanstalk/node_modules/aws-sdk/lib/param_validator.js:50:37) at...
Create a new reusable `UsageIndicator` component for the wallet app. The usage indicator should is a horizontal bar, very similar to a progress indicator, however, the bar is always 100%...
The `Stepper` component needs to be updated to operate according to the updated wallet design. The main changes needed are as follows: 1. Each step in the stepper needs to...
Create a new reusable `Menu` component for the wallet app. If the component can be made generically enough, then it should be added to `dusk/components`. The menu should be vertically...
Presently the wallet Dashboard uses the `Tabs` component to separate the available contracts to the user. The design has now been updated to use a menu pattern. An ideal solution...
Create a reusable common (`lib/dusk`) component for selecting one out of multiple choices, presented in a horizontal bar. The underlying HTML should use `` elements. The component will be used...
#### Summary As a node runner, I want to be able to launch an explorer instance running locally (`localhost`) so that I can see what is happening on the node...
The transactions page in the dashboard should allow the user to scroll all the way the their first transaction using a lazy loading approach. Also see: dusk-network/web-wallet#112 [Figma](https://www.figma.com/file/ImsgL6Xf0R31HFUIw2xxnw/Wallet-Extension-(NOV-29)?node-id=1815%3A22488&mode=dev)