Andreea Eftene
Andreea Eftene
We are using Threaddb in our app https://github.com/paritytech/contracts-ui and we are getting a security warning because of json-schema v3 Is there a way you could update json-schema on your side?
When I run the latest contracts-node mac binary i still get `Origin denied` for [localhost](http://localhost/), as if it didn't really start in dev mode. if i add `--dev` i can...
At the moment there is no way to view the balance of a contract or transfer any funds without using another tool. Create a transfer component which allows users to...
At the moment on the interact page, a user can call a contract without any confirmation step if the dry run is successful. While this is ok on testnets, it...
Styles for things like buttons, borders, inputs, colors, breakpoints, typography etc. should be predefined and reusable. Ideally, base styles should be composed in a stylesheet by extending tailwind classes, not...
Ideally, CI should not pass if - there are lint warnings - there are test errors but tests pass - test coverage is reduced compared to master This is not...
`Vec` is most generic type to represent data under SCALE encoding. It could mean a string, a file, or an array of numbers. Apps caters for the first 2 cases,...
The currently selected wallet should be persisted between route change, message change and page reload, instead of having to reselect each time.
Probably after a Vite update the HMR is not working anymore on dev server. Now a page refresh happens on each code change, which is very annoying.
maybe @erler can provide more context here. not exactly clear how the layout should look