web icon indicating copy to clipboard operation
web copied to clipboard

Monorepo for packages used by Ignite CLI, including a template, component library and a set of Vuex modules

Results 25 web issues
Sort by recently updated
recently updated
newest added

To reproduce: 1. Send tokens 2. Notice that after tokens were sent the token transfer component returns to the initial state (no address), but the token list is empty. It...

bug

The error i get is: `index.js:883 Uncaught (in promise) TxClient:MsgSetItemString:Send: Could not broadcast Tx: Broadcasting transaction failed with code 13 (codespace: sdk). Log: invalid fee provided: null: insufficient fee` This...

closed-after-ts-client

- [ ] remove the password from the website - [ ] add a link to the readme

feature-request

We need a short doc that outlines the process of releasing a new version on npm.

feature-request

![unknown](https://user-images.githubusercontent.com/332151/155290324-842211f4-de8a-4149-a7f0-6a6fe5cae40f.png) Adding more info here will users help us debug issues.

enhancement

Let's display current `@starport/vue` & `@starport/vuex` versions akin to Emeris = ![image](https://user-images.githubusercontent.com/3693700/155308710-1795e0cf-d229-438f-9a33-e85076737593.png)

feature-request

Like in SpTx, let's do it on: - SpAssets - SpTxList

enhancement

Right now the user must connect to Keplr on every page load. Let's come up with a way to remove this need without damaging UX

feature-request

Let's implement a file that packs environment and metadata stuff. e.g.: - starport.json - starport.config.ts

feature-request

when you init sign client as part of client state (by calling state.client.useSigner(signer)) you mutates the Vuex state outside of mutations and that cause errors in app.

closed-after-ts-client