Stefan

Results 43 issues of Stefan

The reference UI always has the problem that it can't keep up with the scammers. Should we have an on-chain blacklist?

Current routing is to `/` after restoring, which causes user to enter password again. Routing should be to `/dashboard` after restoring, but getting the error ``` 2019-04-13 23:06:16 GMT+2 -...

Currently looking like this ![image](https://user-images.githubusercontent.com/33128181/56015868-c0ef5300-5cfa-11e9-8c79-c58546f6e454.png) Task is to match the style as seen in https://github.com/bitshares/beet/issues/34#issuecomment-441528538 Due to a build process issue (couldnt get vue sass loader to work properly) npm...

Style tooltips to match brand guide ![image](https://user-images.githubusercontent.com/33128181/56020786-3d3c6300-5d08-11e9-96b9-5af20f20bb71.png)

Ideally, the developer must only call `beet.get` and `beet-js` recovers by itself unless a severe error occurs. Assume that Beet and some app have linked, now user re-installs Beet and...

When opened and at least two accounts present and the app requests "ANY" chain, user can't confirm the default selection ![image](https://user-images.githubusercontent.com/33128181/55473774-c15b6000-560f-11e9-8c9e-2323f3e9139e.png) Linked should be shown also in selected item (in...

Open Beet, attempt to add account (add-account.vue), and observe the combobox ![image](https://user-images.githubusercontent.com/33128181/55724278-60ff6080-5a0b-11e9-890a-20a2018ecd63.png) Task is to match this with the style guide https://github.com/bitshares/beet/issues/34#issuecomment-441528538

Brand Guide https://github.com/bitshares/beet/issues/34#issuecomment-441528538 Current AccountSelect ![image](https://user-images.githubusercontent.com/33128181/55473586-56aa2480-560f-11e9-8277-4a96922d85ff.png)

Do it https://github.com/bitshares/marketing/issues/16#issuecomment-516813032 Namespace in api Group them together in `nomics`

feature
integration

I am testing new reconnection strategy for UI and I found that it takes forever when ChainWebSocket recognizes that connection is dead until the rpc_connection_status in BlockchainStore is updated. Why...